Centering a page vertically is when you center the text between the top and ________ margins

Fill in the blank(s) with correct word

bottom

Computer Science & Information Technology

You might also like to view...

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

1) Compressing statements before and in a for statement into the for header can reduce the readability of a program 2) It's possible to specify that a constant is of type decimal by appending the letter m to the constant. 3) The C# operator ^ can be used for exponentiation. 4) A loop that counts down from 10 to 1 using control variable counter should use the loop-continuation condition counter <= 1.

Computer Science & Information Technology

Which of the following statements about Java Class Libraries is false:

a. Java class libraries consist of classes that consist of methods that perform tasks. b. Java class libraries are also known as Java APIs (Application Programming Interfaces). c. An advantage of using Java class libraries is saving the effort of designing, developing and testing new classes. d. Java class libraries are not portable

Computer Science & Information Technology