Critical Thinking QuestionsCase 8-1You are the assistant to the director of an organization that publishes an informational Web site for elementary school teachers. The director tells you that the organization is now ready to expand its Web site offerings to include an informational site for middle school teachers. He asks you to work with a Web designer to come up with the best approach to creating the new Web site.In your first meeting with the Web designer, you ask how to make certain that each of the pages at your new site maintains the site's common look and feel. The Web designer suggests that ____.

a. you use a large tiled background image to tie all the pages togetherc. the best way to ensure consistency is to use a manual checklist to make certain all pages have the same elementsb. you should not worry about consistency across pages; each page should use a different color scheme to make the site more interestingd. the new site's pages be created using a dynamic Web template to maintain consistency across all pages

What will be an ideal response?


Answer: D

Computer Science & Information Technology

You might also like to view...

Which one of the following is NOT an example of a bug?

(A) viruses (B) accessing the wrong property value (C) using an incorrect formula (D) typos

Computer Science & Information Technology

Based on the dangling-else discussion, modify the given code to produce the output shown in each part of the problem. Use proper indentation techniques. You must not make any additional changes other than inserting braces. We eliminated the indentation from the following code to make the problem more challenging. [Note: It’s possible that no modification is necessary.]

``` if (y == 8) if (x == 5) Console.WriteLine("@@@@@"); else Console.WriteLine("#####"); Console.WriteLine("$$$$$"); Console.WriteLine("&&&&&"); ``` a) Assuming that x = 5 and y = 8, the following output is produced: @@@@@ $$$$$ &&&&& b) Assuming that x = 5 and y = 8, the following output is produced: @@@@@ c) Assuming that x = 5 and y = 8, the following output is produced: @@@@@ &&&&& d) Assuming that x = 5 and y = 7, the following output is produced. ##### $$$$$ &&&&&

Computer Science & Information Technology

The ____ type of lock prevents painting tool modifications of the layer.

a. Lock transparent pixels b. Lock image pixels c. Lock position d. Lock all

Computer Science & Information Technology

An important design principle states that you should use no more than ________ fonts on a slide

A) one B) two C) three D) four

Computer Science & Information Technology