The ________ command displays a document in two panes, so that you can work on different parts of a document at the same time

A) Divide Window
B) Split Window
C) Switch Windows
D) View Side by Side

B

Computer Science & Information Technology

You might also like to view...

Which of the following is not one of the reasons hackers might use a packet sniffer for?

a. To see if traffic is encrypted b. To establish a baseline of normal activity on the network c. To capture usernames and passwords d. To plan a DoS attack

Computer Science & Information Technology

Given the following pseudocode, what is stored in Puppy[3]?

```Declare Puppy[12] As Character Set Puppy = “ROVER”``` a. R b. O c. V d. E e. R

Computer Science & Information Technology