Exam 2018 Flashcards
(77 cards)
The Internet Protocol originates from the early nineties
false
The DNS (Domain Name Service) existed before the Web was invented.
true
SMTP and DNS are technologies developed by Tim Berners-Lee
false
The notion of “hypertext”, text with links, existed before the Web was invented.
true
IPv6 (Internet Protocol version 6) is the successor of IPv4.
true
The IPv4 address space can encode 2^32 addresses, while IPv6 can encode 2^128
addresses.
true
192.16.196.210 is a valid IPv4 address
true
The concept of a “port” in the TCP protocol is part of the IP protocol
false
The World Wide Web was originally invented by the US military.
false
A web server should always send back exactly the same syntactic representation
of a resource for a given URL
false
The WHATWG (Web Hypertext Application Technology Working Group) sees the HTML specification as a “Living Standard” that needs continuous maintenance as the language evolves.
true
To implement the patented HTML5 specification, browser developers need to buy a license from W3C.
false
HTML5 documents represent a tree with the html element as the root of the tree.
true
HTML5 is more strict about syntax details than earlier versions of HTML.
false
A div element cannot have a class attribute when used as semantic markup.
false
The new title element replaces the old h1 elements
false
The article element is an alternative for the title element.
false
Browsers normalize extra spaces when displaying an HTML file.
true
The header element is used to group the header-related elements of a document
or section.
true
The selector div.question indicates that a style rule should be applied to all div elements that have a class attribute with the value "question".
false
CSS3 media queries are used to write styles rules that adapt the rendering of
HTML to a wide variety of devices.
true
The rule p {font-weight: bold;} is a correct CSS style rule for making p
elements bold.
true
page-break-after is a CSS property intended for print media usage
true
To refer to a CSS style sheet embedded in an HTML document, you can use ‘.’
False