To change the character spacing between characters, click the Character Spacing button in the ________ group on the Home tab

Fill in the blank(s) with correct word

Font

Computer Science & Information Technology

You might also like to view...

Which of the following graphics is created to show general information about an application?

a) program flowchart b) system flowchart c) control structure d) memory diagram

Computer Science & Information Technology

What would be displayed if the following pseudocode was coded and executed, with salary = 400?

``` If salary > 400 Then Set bonus = 10 Set salary = salary + bonus End If Display salary ``` a. 10 b. 400 c. 410 d. nothing would display

Computer Science & Information Technology