(Picasso) (2022/2023) Graded A
Who creates the look and feel of a website? ✔✔A web designer
Who writes the HTML and CSS that brings the site to life? ✔✔A web developer
Who thinks about the best way to display information on the site? ✔✔A web designer
True or False: The majority of the world has access to the Internet. ✔✔False
Which of the following is related to the issue of censorship on the Internet? ✔✔A government
filtering search results to limit the access of information and suppress discussion amongst its
citizens
What is a browser? ✔✔A program on your computer that allows you to visit websites
Which of the following are examples of browsers: ✔✔I, II, and III only
,What is the first step of viewing a web page as described in the video? ✔✔The URL: You type
the URL for the web page into your browser
What is the second step of viewing a web page as described in the video? ✔✔The Request: The
browser sends a message to a server requesting a resource
What is the third step of viewing a web page as described in the video? ✔✔The Response: The
server sends a response to the browser with the resource attached
What is the fourth step of viewing a web page as described in the video? ✔✔Rendering the Page:
Your browser takes the resource and renders it in the browser window
What does URL stand for? ✔✔Uniform Resource Locator
Which of the following falls under the role of a web designer? ✔✔I, III, IV
What is the Internet? ✔✔All of the above
,Which of the following is not a concern that has come out of the widespread adoption of the
Internet? ✔✔Selecting the correct browser to use for the sites you want to visit
Which of the following does not demonstrate a harmful consequence of increased anonymity on
the Internet? ✔✔Users can avoid targeted discrimination in an online forum.
What percentage of the world population has access to the Internet? ✔✔40%
Which of the following is a term that describes "a widely agreed upon set of rules that
standardize communication between machines"? ✔✔Protocol
Which of the following is an example of a browser? ✔✔Firefox
What machine listens for HTTP requests to come in to a website's domain? ✔✔A server
What is the path of the URL www.twitter.com/codehs? ✔✔/codehs
, Which of the following is not a step required to view a web page? ✔✔The user types in their
login credentials.
Which of the following is a valid HTML tag? ✔✔<h1>
What does HTML stand for? ✔✔Hyper Text Markup Language
Which of the following is an example of metadata about a webpage? ✔✔The title of the
webpage
What is the function of the <br> tag? ✔✔Create a line break on the resulting webpage
Which of the following is the correct HTML code to create a hyperlink that displays and links to
google.com? ✔✔<a href="https://google.com">
Click Me
</a>