The default tab stops for a document are ________

A) left tabs set every 0.5"
B) left tabs set every 0.25"
C) right tabs set every 0.5"
D) right tabs set every 0.25"

A

Computer Science & Information Technology

You might also like to view...

Why would you use Code view? Design view? Live view?

What will be an ideal response?

Computer Science & Information Technology

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

1. In C++ global and local numeric variables are initialized to zero by default. 2. You may use the exit() function to return the flow of control from a function back to main() regardless of where the function was called from. 3. Object-oriented programming is centered around objects that include both data and the functions that operate on them. 4. ADT stands for Algorithmic Data Type. 5. A class declaration provides a pattern for creating objects, but doesn’t make any objects.

Computer Science & Information Technology