Other than the Increase Font Size button, another way to increase font size in Word is to use the ________

A) Change Font button
B) Mini toolbar Change Font button
C) Font gallery
D) Font Size arrow


D

Computer Science & Information Technology

You might also like to view...

Describe the first step in the security planning process.

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements is false?

a. For each animation frame, FuncAnimation calls a function that you define to specify how to change the plot. b. Displaying animation frames to the screen is relatively fast compared to the die rolls, which occur at the computer’s CPU speeds. c If we roll only one die per animation frame, we won’t be able to run a large number of rolls in a reasonable amount of time. You can increase the execution speed of the simulation by rolling the die more times per animation frame. d. All of the above statements are true.

Computer Science & Information Technology

(Airline Reservations System) A small airline has just purchased a computer for its new au- tomated reservations system. You have been asked to program the new system. You are to write a program to assign seats on each flight of the airline’s only plane (capacity: 10 seats). Your program should display the following menu of alternatives—Please type 1 for "First Class" and Please type 2 for

"Economy". If the person types 1, your program should assign a seat in the first class section (seats 1-5). If the person types 2, your program should assign a seat in the economy section (seats 6-10). Your program should print a boarding pass indicating the person’s seat number and whether it is in the first class or economy section of the plane. Use a one-dimensional array to represent the seating chart of the plane. Initialize all the ele- ments of the array to false to indicate that all seats are empty. As each seat is assigned, set the cor- responding elements of the array to true to indicate that the seat is no longer available. Your program should, of course, never assign a seat that has already been assigned. When the first class section is full, your program should ask the person if it is acceptable to be placed in the economy section (and vice versa). If yes, then make the appropriate seat assignment. If no, then print the message "Next flight leaves in 3 hours." What will be an ideal response?

Computer Science & Information Technology

Match the following examples of files to the program that likely created it:

I. Notepad A. a digital photograph with drawings added II. WordPad B. advanced scientific programming III. Paint C. prepare basic program statements IV. Calculator D. simple document with formatting V. Snipping Tool E. capture a screen image to use in a report

Computer Science & Information Technology