Which command would be used to view two parts of a document at the same time?

A. Arrange all
B. New window
C. Split panes
D. View side by side


Answer: C

Computer Science & Information Technology

You might also like to view...

The command mv xxx yyy

a: creates a new i node number for yyy b: creates a new i node number for xxx c: creates a new i node number associated with both files d: The i node number remains the same, only the filename is changed e: creates two new i node numbers

Computer Science & Information Technology

What is the complexity of the following code?

int a = 0, i = N; while (i > 0) { a += i; i /= 2; } a. O(nlog(n)) b. O(n) c. O(n^2) d. O(2^n)

Computer Science & Information Technology

Choose the correct verb to agree in number with the subject of the following sentence. The faculty __________ the scholarship recipients.?

A. ?select B. ?selects

Computer Science & Information Technology

When designing or laying out a scene, using the ____ will result in a more visually interesting scene. 

A. Pythagorean Theorem B. Rule of Thirds C. Multiple Matrix Grid D. Golden Mean

Computer Science & Information Technology