The ____ are two straight dotted lines, one horizontal and one vertical.

A. Smart Guides
B. drawing guides
C. alignment guides
D. positioning guides


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following are legal definitions with initializations? (Consider each line to be in a different scope so there is no multiple definition of identifiers.)

a) ``` int count = 0, limit = 19; ``` b) ``` int count(0), limit(19); ``` c) ``` int count = 0, limit(19); ``` d) ``` int limit = 19; ``` e) ``` int namespace(0); ```

Computer Science & Information Technology

Prove that any query in tuple relational calculus has an equivalent query in domain relational calculus, and vice versa.

What will be an ideal response?

Computer Science & Information Technology

This methodology allows the users and developers more time to focus on building one requirement at a time.

A. TSP B. Agile C. Spiral D. Iterative

Computer Science & Information Technology

A Dim statement must be entered in the following format: Dim variablename As ____.

A. object B. macro C. datatype D. variable

Computer Science & Information Technology