Dragging the ________ on the status bar increases or decreases the view of text on screen

Fill in the blank(s) with correct word


Zoom slider

Computer Science & Information Technology

You might also like to view...

What elements are in the array newArray after the following code is executed?

``` Dim firstArray() As Integer = {1, 2, 3} Dim secondArray() As Integer = {3, 4, 5, 6} Dim newArray() As Integer = firstArray.Intersect(secondArray).ToArray ``` (A) 1, 2, 3, 3, 4, 5, 6 (B) 1, 2, 3, 4, 5, 6 (C) 3 (D) 1, 2

Computer Science & Information Technology

When splitting a cell that contains text, the text is:

A) moved to the bottom left cell. B) moved to the top left cell. C) removed. D) moved to the top right cell.

Computer Science & Information Technology

A digital ____________________ is an electronic document or container file that contains a key value and identifying information about the entity that controls the key.

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

Computer Science & Information Technology

In the context of a database table, the statement "A ____ B" indicates that if you know the value of attribute A, you can look up the value of attribute B.

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

Computer Science & Information Technology