Case-Based Critical Thinking QuestionsCase 2-1Ryan's Web Design wants to create a navigational menu using a picture that Ryan has created in MS Paint. The picture includes text names of the various Web sites for which he would like to create links. Each section of the picture he wants to make into links is not regularly shaped; instead they are more like trapezoids. Which shape would best suit the hotspots Ryan would like to create?

A. rectangle
B. polygonal
C. circle
D. oval

Answer: B

Computer Science & Information Technology

You might also like to view...

A bullet can be a special character, number, outline number, or graphic

Indicate whether the statement is true or false

Computer Science & Information Technology

The statement int *ptr; means

A) the variable called ptr will store an integer value. B) the variable called *ptr will store an asterisk and an integer value. C) ptr is a pointer variable that will store the address of an integer variable. D) All of the above E) None of the above

Computer Science & Information Technology