Case-Based Critical Thinking QuestionsCase 1-1Kyra is having a hard time opening a PowerPoint presentation she created. She asks her cousin Max, who is more experienced working with Office 2013 applications, to help her learn more about Office 2013.After looking various places for her PowerPoint file, Kyra still cannot find it. Max tells her that the file might ____.
A. be corrupted and not saved
B. be stored in the wrong folder
C. have the wrong association
D. have moved
Answer: A
You might also like to view...
Which statement is false?
a. All built-in collections are synchronized. b. Concurrent access to a Collection by multiple threads could cause indeterminate results or fatal errors. c. To prevent potential threading problems, synchronization wrappers are used around collection classes that might be accessed by multiple threads. d. A synchronization wrapper class receives method calls, adds some functionality for thread safety and then delegates the calls to the wrapped class.
A numeric integer grade is between 50 and 99. Using integer division or otherwise obtain a int value that is 5, 6, 7, 8, or 9 from the numeric grade. Write code using a switch statement using this number in the selector expression that assigns letter grades based on this 10 point scheme:
if the numeric_grade is not less than 90, the letter_grade is an A, if the numeric_grade is not less than 80, the letter_grade is a B, if the numeric_grade is not less than 70, the letter_grade is C, if the numeric_grade is not less than 60, the letter_grade is D, otherwise the letter_grade is F.
The Input Mask Wizard provides a(n) ________ box that allows you to attempt entering sample data
A) Mask View B) Mask Sample C) audition D) Try It
Which of the following file types uses tabs to separate data into columns?
A) pdf B) tab-delimited C) csv D) jpeg