The document contains a series of assessment questions related to the client-server model, HTML, CSS, and JavaScript. It covers the roles of clients and servers, the purpose of HTML, the function of CSS in web design, and the capabilities of JavaScript. Additionally, it addresses the process of accessing web pages and the importance of understanding internet functionality for debugging.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15 views6 pages
### Web Application Penetration Testing
The document contains a series of assessment questions related to the client-server model, HTML, CSS, and JavaScript. It covers the roles of clients and servers, the purpose of HTML, the function of CSS in web design, and the capabilities of JavaScript. Additionally, it addresses the process of accessing web pages and the importance of understanding internet functionality for debugging.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6
Assessment:
1. What is the role of a client in the
client-server model? a) It stores web pages b) It requests web pages from the server c) It connects servers to each other d) It provides internet access
2. What does a server do in the
client-server model? a) Creates a website design b) Requests resources from the client c) Sends web pages and resources to the client d) Validates user input on the browser
3. What is the purpose of HTML in
a web page? a) To make the web page look visually appealing b) To write interactive features for the web page c) To define the structure and content of the web page d) To create animations on the web page
4. Which file type is responsible for
making a web page visually appealing? a) HTML b) CSS c) JavaScript d) JSON
5. What does JavaScript allow a
web page to do? a) Make the web page responsive and interactive b) Organize the structure of the web page c) Handle server-side operations d) Manage server requests
6. What happens when you type a
web address into your browser? a) The browser sends a request to the server for the web page b) The server sends a list of files for the browser to combine c) The browser displays the web page after combining resources d) All of the above 7. Name three types of resources that a server might send to your browser to display a web page.
8. What is the difference between
HTML and CSS?
9. Why is it important to understand how the internet works before hunting for bugs?
10. True or False: A client always
communicates directly with a server to validate user input.