To select a row, position the mouse pointer on the ____ edge of the row, then click.

A. top
B. left
C. right
D. bottom


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following are accurate comparisons between call-by-value and const call-by-reference?

a. Both protect against changing the caller’s argument. b. Both are very fast for all sizes of objects. c. Call-by-value copies the argument whereas const call-by-reference does not d. Call by value uses more memory than const call-by-reference in making the copy.

Computer Science & Information Technology

EX 4.12. What is wrong with the following code fragment? What are three distinct ways it could be changed to remove the flaw?

``` count = 50; while (count >= 0) { System.out.println(count); count = count + 1; } ```

Computer Science & Information Technology

The chief rival to Intel in the PC chip market is AMD.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is not a property of the blur filter?

a) add b) direction c) strength d) All of these are properties of the blur filter.

Computer Science & Information Technology