The ____ dialog box is displayed when you change the template for a site.

A. Template
B. Update Pages
C. File
D. Options


Answer: B

Computer Science & Information Technology

You might also like to view...

Critical Thinking QuestionsCase D-1Bianca is helping her boyfriend, Otto, study for a test in Computer Applications. The test will cover Photoshop, and while Otto has a firm grasp on most of the material, he can't seem to get the basics of using gradients. Otto knows that radial and linear gradients both start where he clicks and end where he ____.

A. drags B. releases C. stops moving D. marks

Computer Science & Information Technology

What happens if you accidentally assign a new value to a hash using a key that already exists?

A. The new value replaces the previous values B. The original value is retained and the new value is disregarded C. An error occurs and your script stops executing D. None of the above

Computer Science & Information Technology

Identify the HTML element that enables the disabled objects to appear semi-transparent on the web page.

A. opacity B. border C. float D. background

Computer Science & Information Technology

Which of the following statements declares Salaried as a subclass of PayType?

a. public class Salaried implements PayType b. public class PayType derives Salaried c. public class Salaried extends PayType d. public class Salaried derivedFrom(PayType)

Computer Science & Information Technology