Which element of the Word program window is used to display different parts of the document?

A. Tabs
B. Ribbon
C. Vertical ruler
D. Scroll bars

Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following is an incorrect declarations of iterators for STL containers? You may assume that the proper header has been included and that a using directive makes the names from namespace std available.

A. vector::iterator vecIterator; B. list::iterator listIterator; C. deque::iterator dequeIterator; D. list::iterator listIterator;

Computer Science & Information Technology

What kind of a class might be considered to be "fragile"?

A. A built in class that is overloaded. B. A class that depends on being passed parameters from another method. C. A class that depends on field names from parent classes. D. A class that has no destructor method.

Computer Science & Information Technology