Which of the following is the path to the Gridlines check box?

A. (REVIEW tab | Page Setup group)
B. (PAGE LAYOUT  tab | Page Setup group)
C. (INSERT tab | Worksheet Layout group)
D. (VIEW tab | Show group)


Answer: D

Computer Science & Information Technology

You might also like to view...

A form contains a button called btnDisplay, and the following code is placed inside btnDisplay’s Click event procedure. At run time, which one of the following cannot possibly be displayed in the message box when the user clicks on btnDisplay?

``` Dim rndNum As New Random() Dim num1 As Integer num1 = rndNum.Next(0, 3) MessageBox.Show(CStr(num1)) ``` (A) 3 (B) 2 (C) 1 (D) 0

Computer Science & Information Technology

Discuss five rules that apply to variables as defined in the accompanying figure.

What will be an ideal response?

Computer Science & Information Technology

Which is not a category of QoS mechanisms?

A) Integrated services (IntServ) B) Best effort C) Mechanical-services D) Differentiated services

Computer Science & Information Technology

During the 1980s, support costs were kept to a minimum because support staff could easily answer questions about competing hardware and software products.

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

Computer Science & Information Technology