The Zoom in ________ lets you get a closer look at any part of the report on the screen.
A. bar
B. tab
C. pointer
D. cell
Answer: C
You might also like to view...
What are the values in the array after execution of the following code?
int a[4] = {3, 7, 6, 2}; int i = 2; a[i] = i + 1; a[i + 1] = a[ i – 1]; a[1] = 5; a) 5, 3, 3, 6 b) 3, 5, 3, 7 c) 5, 7, 3, 7 d) 5, 7, 2, 1
In the analogy of building a house, ______ is like a blueprint and ______ is like the actual house built from the blueprint.
A. a class; an object B. an object; a class C. a method, a variable D. a variable, a method
What color is not used by Microsoft in the Animation Pane to indicate a type of animation effect?
A) Yellow B) Orange C) Blue D) Red
In a DDoS attack, numerous computers are used to inundate and overwhelm a network from numerous launch points.
a. true b. false