Table styles you create display in the ________ gallery

Fill in the blank(s) with correct word


Table Quick Styles

Computer Science & Information Technology

You might also like to view...

If z = 8, what would be the result of this statement:

``` if(z == 0 || 1) cout << "It’s OK to print "<< z ; else cout << "Can’t do this! ";``` A. the compiler will display an error. B. It’s OK to print 8 C. Can’t do this! D. It’s OK to print 1

Computer Science & Information Technology

A View option assists a Word user in moving through a document and in quickly location text is the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is the first step in the boot process?

A. The BIOS is activated. B. The BIOS checks that all devices are operational. C. The OS is loaded into RAM. D. Configuration and customization settings are checked.

Computer Science & Information Technology

If pt is declared as a pointer to a structure of type Employee, ____ refers to the variable whose address is in the pt.idNum variable.

A. (*pt).idNum B. *pt.idNum C. pt->idNum D. (*pt.)idNum

Computer Science & Information Technology