Ch.1 Intro to Web Development
Because all web browsers don't interpret HTML and CSS the same way, a major web development issue is ______________________________ compatibility.
cross 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 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
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 server
B.) an application server
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
Google publishes a web browser named A.) Safari B.) Opera C.) Chrome D.) Internet Explorer
C.) Chrome
Which of the following is NOT a guideline for usability? A.) Present as much critical information as possible "above the fold" B.) Include a navigation bar in the header C.) Make sure that pages are easy to work with on smaller devices D.) Include a logo that goes to the homepage
C.) Make sure that pages are easy to work with on smaller devices
To view the source code for a web page in the Firefox or IE browser, you can select the appropriate command from the A.) Click the menu icon and then select the More Tool --> View Source Code B.) Select the View Source command from File menu C.) Right-click the page and then select the View Source or View Page Source Command D.) None of the above
C.) Right-click the page and then select the View Source or View Page Source Command
Which of the following is NOT part of an HTTP URL: A.) Protocol B.) Path C.) Node D.) File name
C.) node
To format a web page, you use _______________________.
Cascading Style Sheets (CSS)
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
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
JavaScript code is run by the A.) Database server B.) Application Server C.) Web Server D.) Web Browser
D.) web browser
The Mozilla Corporation publishes a web browser named ___________________.
Firefox
A web application starts when a client sends a/an ______________________ to a server.
HTTP request
Websites that are designed to adapt gracefully to any screen size use a technique called
Responsive Web Design
In a web application, the client uses a ___________________________ to interact with a web server.
Web Browser
When you _____________________ a web site, you upload its folders and files from a WAN to an Internet Server.
deploy
In an HTTP URL, the ________________________ is coded immediately after the protocol but before the path.
domain name
An HTML document that's generated by a web application is a ________________________ web page.
dynamic
An intranet is a ______________________ area network that is used for web applications.
local
Using the techniques that will help your web site rank higher in search engine results is called _________________________________.
search engine optimization (SEO)
A _______________________ makes web sites available to other computers over a network.
server
A __________________ web page is one that doesn't change.
static
When you include JavaScript in a web application, the language is run by the JavaScript engine of the ______________________________.
web browser