________ are lines that display in the rulers that give a visual indication of where the pointer is positioned

A) Grid lines B) Tabs
C) Show/Hide Markers D) Guides


D

Computer Science & Information Technology

You might also like to view...

What class does Picture inherit from?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is NOT an example of a stack in everyday life?

A. a spindle of blank DVDs B. a stack of plates in a cafeteria line C. a pile of napkins D. a jar of jellybeans

Computer Science & Information Technology

Commercial software packages must undergo unit and integration testing similar to that of in-house developed systems, although system testing usually is not performed.

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

Computer Science & Information Technology

Where can you not declare a variable in a C++ program?

a) Within the parameter list of a function definition b) Within the block of a void function. c) Within the argument list of a function call d) Within a block nested within another block e) Within the block of a value returning function.

Computer Science & Information Technology