The distance above and below each paragraph in a Word document is:
A) line spacing.
B) paragraph spacing.
C) alignment.
D) orientation.
B
Computer Science & Information Technology
You might also like to view...
What is the output of the following code?
int list[5]; for (int i = 0; i < 5; i++) list[i] = i + 4; cout << list[0] << “ “ << list[4];
Computer Science & Information Technology
Constructors have the same name as the ____.
A. member methods B. data members C. class D. package
Computer Science & Information Technology
Which of the following may NOT be used with the rows or cols attributes to specify the size of the frames in a frameset?
A) pixels B) percentage C) points D) asterisk
Computer Science & Information Technology
Confidentially is provided if the data cannot be read
Indicate whether the statement is true or false.
Computer Science & Information Technology