A group of formatting commands, such as font, font size, font color, paragraph alignment, and line spacing, which can be applied with a single command is known as a(n) ________

Fill in the blank(s) with correct word

style

Computer Science & Information Technology

You might also like to view...

Which of the following is not true when identifying good database design?

a. Understand that the purpose of a database is to store the information in a manner that makes it easy for you to get the data you need by asking questions. b. When organizing the fields of information in your database, break each piece of information into its smallest useful part. c. Taking the time to plan and create a database that is well designed will ensure that you can retrieve meaningful information from the database. d. Determine the information you want to keep track of.

Computer Science & Information Technology

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

1. If the following is a valid call to the function moneyToNumberString, then moneyToNumberString is a member function of the money class. moneyToNumberString (priceString); 2. If the function getline, with the following function call, reads characters and stores then in nameString, the second parameter of getline must be a value parameter. getline (cin, nameString. ā€˜\nā€™); 3. It is helpful when testing a program system to display the name of the function as it begins execution. 4. The process of testing a function without knowing anything about the code inside the function is called black-box testing. 5. A function that calls itself is called a recursive function

Computer Science & Information Technology