EXAM AND COMPLETE QUESTIONS AND ANSWERS | 100% RATED
CORRECT | 100% VERFIED | ALREADY GRADED A+
1. In what year did the Internet begin with four networked computers?: 1969
2. What is a document that is viewed in a web browser?: webpage
3. What is text that has links to other text, images, videos, and more?:
hypertext
4. In what year did the number of Internet users surpass 3 billion?: 2015 5.
How many root Domain Name System (DNS) servers currently exist in the
world?: 13
6. Identify the five (5) potential parts of a URL.: Fragment
Hostname
Path
Query String
Scheme
, 7. Regarding the parts of a URL, what is a Fragment?: Optional characters at
the end of a URL that start with a hash symbol (#) and refer to a certain location
within a webpage.
8. Regarding a URL, what is a Query String?: Optional characters to the right of
the question mark (?) in a URL that provide data for the web server.
9. What is a protocol suite that governs how data packets are transferred
over the internet from one machine to another?: Transmission Control
Protocol / Internet Protocol (TCP/IP)
10. What is the ability of users with disabilities to access and use a webpage
with reasonable effort?: web accessibility
11. HTML comments should be used to ensure that the addition of random
white space will not affect rendering in browsers.: false
12. HTML comments can be used to disable code to see how a page will
appear without a particular markup element.: true
13. Good practice is to use the <br>, or line break, element to add space or
control formatting of a webpage: false
14. Which CSS property should be used to change the bullet used in an
unordered list and offers more numbering options in an ordered list?: list-
style-type