Case-Based Critical Thinking Questions
?
Case 4-1
In PowerPoint 2016, Jake wants to change the slide background to a photo on his computer. He is walking through a tutorial given to him by a co-worker.
Jake now clicks the _____ option button, and the task pane changes to include more commands, including commands for inserting pictures.
A. Insert fill
B. Texture fill
C. Picture fill
D. Picture or texture fill
Answer: D
You might also like to view...
What will be the value of discountRate after the following statements are executed?
``` double discountRate = 0.0; int purchase = 100; if (purchase > 1000) discountRate = 0.05; else if (purchase > 750) discountRate = 0.03; else if (purchase > 500) discountRate = 0.01; ``` a. 0.0 b. 0.05 c. 0.03 d. 0.01
The ____ argument of the fwrite() function allows you to specify the maximum number of bytes that should be written.
A. size B. length C. range D. max_length
If a disk pool becomes full, how does Windows Server 2012 respond?
A. More space is automatically provisioned from available drives in the primordial pool B. Affected volumes are marked as read-only until more space is provisioned C. The disk pool is moved to an offline state until more physical storage is added D. The server notifies all users with data in the disk pool in order to encourage data cleaning activities
When you desk check the algorithm, you can compare the results obtained from the program with calculator results.
Answer the following statement true (T) or false (F)