Laurie has been instructed to add code to a Web page to display the date and time when the document was last updated. Which code should she use?
A. document.write("Last Updated Updated '' + history.length);
B. document.write("Last Updated '' navigator.appVersion);
C. document.write("Last Updated '' + new Date());
D. document.write ("Last Updated " + document . lastModified) ;
Which of the following is a benefit of using a predefined library, such as JQuery?
A. Predefined libraries provide improved Web page load times.
B. Predefined libraries always provide step-by-step instructions on how to manually enter code to perform a specific task.
C. Predefined libraries provide thoroughly tested code that reduces the amount of time it takes to enter and debug code .
D. Predefined libraries provide proprietary code that works well in multiple platforms and coding environments.
Consider the following code:
What text will display in the alert dialog box?
A. Ear J
B. Ar Jo
C. Ear Jo
D. Ar J
Consider the following code:
The processform() function is not executed when the submit button is pressed. What change should be made to correct this?
A. The onsubmit event handler should be added to the tag.
B. The onsubmit event handler should be added to the
Which of the following comparison statement will return true?
A. X=10; Y=11; y--; x==y
B. X=10; Y=11; Y++; x==y'
C. X=11; Y=10; y--; x==y;
D. X=11; Y=10; y-= 1; x==y
Which of the following is not a benefit of Web APIs?
A. Web APIs are frameworks that make it easy to build applications over HTTP services that are accessible over a large range of clients.
B. Web APIs provide an interface for developers to write code themselves instead of using APIs developed by others .
C. Web APIs are best used to create resource-oriented services.
D. Before Web APIs developers had to write the entire code for every task they needed to perform.
Joseph is designing a Web form for new patient enrollment in a doctor's office He wants to ensure that users enter valid information on the form He also wants to make sure that hackers cannot submit malicious code to gain access to
information about other patients.
What technique should he use?
A. He should secure the Web pages through SSL (Secure Sockets Layer) certificates
B. He should write a script to compare the information the user entered with the information on the Internet that is publicly available about the user
C. He should write regular expressions to check that the data values entered match the requirements
D. He should add the required attribute to the e-mail and phone fields on the form
Which code could be used to send a user to another Web site when they click a button on the Web page?
A. Option A
B. Option B
C. Option C
D. Option D
The same origin policy was introduced at the same time as HTML5 to limit location changes in browser windows that are using frames. Given this policy which of the following would be a valid new location of a frame on the Web site http // www.ClWCertified corn?
A. Option A
B. Option B
C. Option C
D. Option D
Marshall's computer previously contracted malware because he unknowingly clicked on an infected link in a pop-up window. What can he do to secure the Web browser so that he is protected in the future?
A. Install the latest beta update for the Web browser
B. Disable cookies in the Web browser
C. Enable the pop-up blocker
D. Install anti-virus software