Case-Based Critical Thinking Questions
?
Case 4-2
In PowerPoint 2016, Natalie is learning how to work with animations. She is editing work that has already been done for the first three slides, and then she will complete the rest of the slides on her own.
Natalie notices a lightning bolt icon has replaced the number in the animation sequence icon. She knows that this indicates that the animation _____.
A. is on hold
B. lasts longer than 10 seconds
C. has narration
D. has a trigger
Answer: D
You might also like to view...
MC A______ is a program that tests a class’s interface.
a) driver. b) library. c) validator. d) None of the above.
Which of the following is the goal of an Audit Controls standard?
A) Implementing technical controls that protect ePHI from improper alteration or destruction B) Restricting access to ePHI only to users and processes that have been specifically authorized C) Implementing hardware, software, and procedural mechanisms that record and examine activity in information systems that contain ePHI D) Verifying that a person or process seeking to access ePHI is the one claimed
_________ returns the last character in a StringBuilder variable named strBuf?
a. strBuf.charAt(strBuf.length() - 1) b. strBuf.charAt(strBuf.capacity() - 1) c. StringBuilder.charAt(strBuf.length() - 1) d. StringBuilder.charAt(strBuf.capacity() - 1)
Match the following terms to their meanings:
I. Update query II. Parameter query III. Action query IV. Delete query A. enables you to create a new table or change data in an existing table B. used to add, change, or delete data in fields of one or more existing records. C. removes records from an existing table in the same database. D. prompts you for criteria before running the query.