The _________ located on the right edge of the status bar allow you to change the outlook of a worksheet.
A. trailer buttons
B. adjustment buttons
C. view buttons
D. swift buttons

Fill in the blank(s) with the appropriate word(s).


view buttons

Rationale: The view buttons are located on the right edge of the status bar. You can also change the view by clicking the appropriate button in the Workbook Views group on the View tab. See 13-7: Previewing and Printing a Workbook

Computer Science & Information Technology

You might also like to view...

What will be the output of the following program when the button is clicked?

``` Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim a, b, c, acronym As String a = "federal" b = "aviation" c = "administration" acronym = a.Substring(0, 1) & b.Substring(0, 1) & c.Substring(0, 1) Select Case acronym Case "FAA" txtBox.Text = "Federal Aviation Administration" Case "DEA" txtBox.Text = "Drug Enforcement Agency" Case Else txtBox.Text = "Unknown acronym. Sorry." End Select End Sub ``` (A) Federal Aviation Administration (B) Drug Enforcement Agency (C) Syntax error (D) Unknown acronym. Sorry.

Computer Science & Information Technology

Phishing redirects you to a phony website

Indicate whether the statement is true or false

Computer Science & Information Technology

1 0 1 1 0 0 1 1 ____ 1 1 0 1 0 1 0 1 results in 1 0 0 1 0 0 0 1.

A. & B. | C. >> D. <<

Computer Science & Information Technology

What is a UDP scan?

What will be an ideal response?

Computer Science & Information Technology