To move to the end of the document, press the _____ key(s).
A. DOWN ARROW
B. END
C. CTRL+DOWN ARROW
D. CTRL+END
Answer: D
Computer Science & Information Technology
You might also like to view...
Which of the following gives the number of elements in the array int r[ 10 ]?
a. sizeof r b. sizeof ( *r ) c. sizeof r / sizeof ( int ) d. sizeof ( *r ) / sizeof ( int )
Computer Science & Information Technology
A(n) ____ is any combination of operands and operators that yields a result.
a. command b. expression c. sentence d. statement
Computer Science & Information Technology