You can also change the amount of space between lines of type, called ____________________, to add or decrease the distance between lines of text.

Fill in the blank(s) with the appropriate word(s).


leading

Computer Science & Information Technology

You might also like to view...

Procedures can be written to handle arrays and do all of the following, except __________.

a. store data in an array b. sum or average the values c. display the contents of the array d. all of the above are correct

Computer Science & Information Technology

Find the error in the program segments. Explain how to correct the error.

``` void product() { int a = 6; int b = 5; int c = 4; int result = a * b * c; System.out.printf("Result is %d%n", result); return result; } ```

Computer Science & Information Technology

________ scenarios can be created within Scenario Manager

Fill in the blank(s) with correct word

Computer Science & Information Technology

____ are stored as header information with each folder and file, along with other characteristics including volume label, designation as a subfolder, date of creation, and time of creation.

A. Labels B. Settings C. Attributes D. Components

Computer Science & Information Technology