You can press the _____ keys to open the Format Cells dialog box.

A. CTRL+1
B. CTRL+2
C. CTRL+3
D. CTRL+4


Answer: A

Computer Science & Information Technology

You might also like to view...

Suppose that wordListPtr points to an unsorted list of words. Using theoperations of the ADT list and the ADT sorted list, create a sorted list of these words.

What will be an ideal response?

Computer Science & Information Technology

What is the principle of least privilege?

What will be an ideal response?

Computer Science & Information Technology

Suppose a class Car and its subclass Honda both have a method called speed as part of the class definition. rentalH  refers to an object of the type Honda and the following statements are found in the code:rentalH.cost();super.speed();In the scenario described in the accompanying figure, what will the first statement do?

A. The cost method in Honda will be called. B. The cost method in Car will be called. C. Nothing will be called since the code will not compile as a result of multiple definitions of speed. D. Overloading will be used to determine which cost method to use.

Computer Science & Information Technology

Which codec is the default audio file type used by Apple iTunes?

a.AAC b.MIDI c.MP3 d.WMA

Computer Science & Information Technology