Critical Thinking QuestionsCase 2-2You are working on the design plan for your new informational Web site. It is time to plan the navigational links for your site.One of your pages will have content that spans at least three browser screens and visitors will have to scroll up and down to see all the content. To make the page easier for visitors to use, you decide to add ____ that visitors can click to jump to individual sections of the page and back to the top of the page.
a. navigation barsc. external linksb. bookmarksd. toolbar buttons

What will be an ideal response?


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the following program:

``` public class Test { public static void main(String[] args) { for (int i = 0; i < args.length; i++) { System.out.print(args[i] + " "); } } } ``` What is the output, if you run the program using java Test 1 2 3 a. 3 b. 1 c. 1 2 3 d. 1 2

Computer Science & Information Technology

Which of the following is the standard for professional color printing?

A. RGB B. CMYK C. CMBG D. BYMK

Computer Science & Information Technology

In an expression, the existing ________ must be enclosed in square brackets

A) text box controls B) field names C) variables D) formulas

Computer Science & Information Technology

________, is often referred to as short-term memory or volatile memory because its contents largely disappear when the computer is powered down

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology