Mid-Term Flashcards
In a web application, the client uses a ______ to interact with a web server.
browser
web browser
A _______________ makes web sites available to other computers over a network
web server
An intranet is a _____________ area network that is used for web applications
local
A web application starts when a client sends a/an ______________________ to a server.
request
HTTP request
A ___________ web page is one that doesn’t change.
static
An HTML document that’s generated by a web application is a ________________________ web page.
dynamic
The Mozilla Corporation publishes a web browser named ___________.
Firefox
When you include JavaScript in a web application, the language is run by the JavaScript engine of the _____________
browser
web browser
To format a web page, you use ____________.
CSS
Cascading Style Sheets
When you _____________ a web site, you upload its folders and files from a WAN to an Internet Server
deploy
publish
FTP
In an HTTP URL, the_____________ is coded immediately after the protocol but before the path.
domain
domain name
Because all web browsers don’t interpret HTML and CSS the same way, a major web development issue is _______________ compatibility
cross-browser
Using the techniques that will help your web site rank higher in search engine results is called _________
search engine optimization SEO
An HTTP response is sent from
a. the web server to the application server
b. the application server to the web server
c. the client to the web server
d. the web server to the client
d. the web server to the client
When a client requests a dynamic web page, the HTML is generated by
a. the web server
b. an application server
c. a database server
d. the web browser
b. an application server
Google publishes a web browser named
a. Safari
b. Opera
c. Chrome
d. Internet Explorer
c. Chrome
JavaScript code is run by the
a. database server
b. application server
c. web server
d. web browser
d. web browser
To load a web page into a web browser, you can
a. type the URL of the web page into the browser’s address bar
b. type just the filename of the web page into the browser’s address bar
c. type the domain name of the web page into the browser’s address bar
d. click the browser’s Back button
a. type the URL of the web page into the browser’s address bar
To load a web page from an intranet into your web browser, you can
a. click on the Load or Reload button
b. use the Open or Open File command in the File menu
c. type just the file name into the address bar
d. type just the domain name into the address bar
b. use the Open or Open File command in the File menu
To view the source code for a web page in the Firefox or IE browser, you can select the appropriate command from the
a. File menu
b. Source menu
c. View menu
d. Page menu
c. View menu
Which of the following is NOT a guideline for user accessibility?
a. Provide text that is easy to read.
b. Make sure all links can be accessed with the keyboard.
c. Make sure that any essential information in images is also provided in text.
d. Make sure that each page will run in all browsers
d. Make sure that each page will run in all browsers
In HTML, the body element provides the structure and ____________________ of the document.
content
In HTML, a/an ____________________ tag begins with a slash (/) followed by the name of the tag.
closing
In HTML, you must enclose the value for an attribute in quotation marks if the value includes one or more__________
spaces
About this book
a. displays “About this book” in the default h2 format b. displays “ABOUT THIS BOOK” in the default paragraph format c. displays “About this book” in the default paragraph format d. displays “ABOUT THIS BOOK” in the default h2 formattag a. breaks a page into two parts b. starts a new line of text c. displays text in bold d. creates a link