Exam Review Flashcards
To load a web page into a web browser, you can
a) click the browser’s Back button
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) type the URL of the web page into the browser’s address bar
To load a web page into a web browser, you can type the URL of the web page into the browser’s address bar
Because all web browsers don’t interpret HTML and CSS the same way, a major web development issue is__________ compatability
cross-browser
In a web application, the client uses a ___________________________ to interact with a web server.
web browser
To view the source code for a web page in any browser, you can?
a) right-click the page and then select the View Source or View Page Source command
b) click the Menu icon and then select the More Tools–>View Source command
c) select the View Source command from the File menu
d) none of the above
To view the source code for a web page in any browser, you can
right-click the page and then select the View Source or View Page Source command
A web application starts when a client sends a/an ______________________ to a server.
http request
A __________________ web page is one that doesn’t change.
static
A _______________________ makes websites available to other computers over a network.
web server
To load a web page from an intranet into your web browser, you can
a) type just the domain name into the address bar
b) click on the Load or Reload button
c) type just the file name into the address bar
d) use the Open or Open File command in the File menu
To load a web page from an intranet into your web browser, you can? use the Open or Open File command in the File menu
In an HTTP URL, the ________________________ is coded immediately after the protocol but before the path.
domain name
Which of the following is NOT a guideline for user accessibility?
a) Make sure that any essential information in images is also provided in text.
b) Make sure that each page will run in all browsers.
c) Provide text that is easy to read.
d) Make sure all links can be accessed with the keyboard.
Which of the following is NOT a guideline for user accessibility?
Make sure that each page will run in all browsers.
When you include JavaScript in a web application, the language is run by the JavaScript engine of the ______________________________.
web browser
To format a web page, you use _______________________.
Cascading style sheets
An intranet is a ______________________ area network that is used for web applications.
local
JavaScript code is run by the:
a) web server
b) application server
c) web browser
d) database server
web browser
Using the techniques that will help your website rank higher in search engine results is called _________________________________.
search engine optimization
When you _____________________ a website, you upload its folders and files from a WAN to an Internet Server.
publish
When a client requests a dynamic web page, the HTML is generated by
a) a database server
b) the web server
c) the web browser
d) an application server
an application server
An HTTP response is sent from
the web server to client
An HTML document that’s generated by a web application is a ________________________ web page.
dynamic
Which of the following is NOT a guideline for usability?
a) Include a navigation bar in the header.
b) Include a logo that goes to the home page.
c) Make sure that pages are easy to work with on smaller devices.
d) Present as much critical information as possible “above the fold”.
Make sure that pages are easy to work with on smaller devices.
Websites that are designed to adapt gracefully to any screen size use a technique called _______________________________.
Responsive Web design
A _______________________ makes websites available to other computers over a network.
web server
In HTML, the body element provides the structure and ____________________ of the document.
content
One of the benefits of validating an HTML document is that it can solve some ____________________ problems.
testing
In HTML, you must enclose the value for an attribute in quotation marks if the value includes one or more____________________.
spaces
A CSS selector can refer to a specific HTML element by specifying the value of the element’s ________________________ attribute.
id