In Normal view, PowerPoint's ________ contains the slide number, Spell check icon, and Zoom slider
Fill in the blank(s) with correct word
status bar
You might also like to view...
The PC ________ feature can return your PC to the condition it was in at the time of purchase
Fill in the blank(s) with correct word
Case-Based Critical Thinking QuestionsCase 1You have just starting working at Quantum Company. As a new programmer, you have been asked to review and correct various pseudocode.The following pseudocode is not working correctly. The code should total the array elements. What code needs to be changed?start Declarations num count = 0 num total = 0 num scores[6] = 2,4,6,8,10,12 while count < 6 total = total + scores count = count + 1 endwhilestop
A. Change the while to: while count < 7 B. move count = count + 1 after the endwhile C. Change the total = to: total = scores + scores[count] D. Change the total = to: total = total + scores[count]
Jonathan operates a fruit and vegetable stand at the local farmers' market. This summer he is selling peaches, tomatoes, squash, strawberries, blueberries, and new potatoes. Each night, he updates an Excel worksheet that tracks his sales.Jonathan uses the ____ function to identify which product is returning the highest values of sales.
A. COUNT B. AVERAGE C. SUM D. MAX
What is attained by keeping an application operative when needed?
A. Confidentiality B. Integrity C. Availability D. Trustworthy