1. Introduction to Web Programming Flashcards
____ was an early way for transferring files over the internet.
FTP (File Transfer Protocol)
A web ____ is a program that serves web pages to web browsers.
server
What does HTML stand for?
HyperText Markup Language
The ____ refers to the interconnection of computers communicating using a set of rules. The ____ is just one particular use of the previous entity.
internet, web
A web ____ is a program that downloads an HTML document from a web server, displays the document to the user with the appropriate formatting, and allows the user to interact with the document.
browser
Which browser won the first browser war (1995–2002)?
Internet Explorer
Which browser won the second browser war (2004–2013)?
Chrome
The ____ is the international standards organization that traditionally has controlled a number of web standards, including HTML
World Wide Web Consortium (W3C)
What was the final HTML standard released by W3C?
HTML5
In 2019, the W3C relinquished HTML standards publishing to the ____, an organization that develops a variety of web standards and whose members include the major browser vendors.
Web Hypertext Application Technology Working Group (WHATWG)
WHATWG produces the HTML ___, a continually evolving standard without version numbers that replaces HTML5.
Living Standard
____ defines the content and structure of a web page
HTML
____ specifies the layout and visible appearance of a web page
CSS
____ describes the dynamic behaviors and actions of a webpage
JavaScript
An internet ____ contains To and From IP addresses, the information to communicate, and other configuration information
packet
A(n) ____ is a computer’s unique address on the internet (like a house’s unique address in the world), usually represented numerically like 198.51.100.7
IP address
The original Internet Protocol, known as ____, has 32-bit addresses. A new version of the Internet Protocol, ____, uses 128-bit addresses.
IPv4, IPv6
A(n) ____ converts a domain name to an IP address.
DNS server
Thirteen main DNS servers (called ____ servers) exist in the world, and a computer’s operating system or an ISP keeps a reference to these servers’ IP addresses
root
Anyone may register an unused domain name with a domain name ____
registrar
A domain name belongs to numerous ____ domains, such as .com, .net, .org, etc.
top-level
A ____ domain is typically a company or organization’s name, such as “wikipedia” in “wikipedia.com”
second-level
A ____, which stands for ____ is the location of a web resource on the web, such as http://www.cdc.gov/alcohol/faqs.htm
URL, Uniform Resource Locator
A ____ is any retrievable item, like an HTML file, image, video, CSS stylesheet, etc.
web resource
The characters at the beginning of a URL, followed by a colon (e.g., “http”), are called the ____
scheme
The complete domain name following the scheme is called the ____.
hostname