The ____ pane displays the slides of your presentation as small images.
A. Preview
B. Thumbnails
C. Slide Show
D. Slide
Answer: B
Computer Science & Information Technology
You might also like to view...
Multiple objective cells can be used with Goal Seek
Indicate whether the statement is true or false
Computer Science & Information Technology
int[][] studentScores = {{70, 82, 90, 68},{95, 75, 67, 89},{98, 79, 57, 81}};Using the above two-dimensional array, what is the value of studentScores[0][0]? What is the value of studentScores[2][3]? What is the value of studentScores[1][2]? Describe how arrays reference values with subscripts.
What will be an ideal response?
Computer Science & Information Technology