You open two documents in the Side by Side view. When you close the Side by Side view, the ________ will be the active one

A) first document that you opened when you enabled the Side by Side view
B) document that contained the insertion point when you closed the Side by Side view
C) document that you made major changes to
D) second document that you opened when you enabled the Side by Side view


B

Computer Science & Information Technology

You might also like to view...

Conditional formatting can change the

a. text color b. text format c. cell color d. more than one of the above

Computer Science & Information Technology

Which of the following is an illegal array initialization statement?

a. ``` var n = [ 10, 20, 30, 40, 50 ]; ``` b. ``` var n = new Array( 10, 20, 30, 40, 50 ); ``` c. ``` var n = new Array( 5 ); n = [ 10, 20, 30, 40, 50 ]; ``` d. ``` var n = new Array( 5 ); for ( var i = 1; i <= 5; i++ ) n[ i ] = i * 10 ; ```

Computer Science & Information Technology

When using a touchscreen, you slide your finger to rearrange objects or items on the screen

Indicate whether the statement is true or false

Computer Science & Information Technology

All TIF files start at offset 0 with what 6 hexadecimal characters??

A. ?2A 49 48 B. ?FF 26 9B C. ?49 49 2A D. ?AC 49 2A

Computer Science & Information Technology