Case Based Critical Thinking
?
Case 1
?
Trini is the photo editor of a major fashion magazine. It is her job to look over all of the photos for an issue and to use Photoshop to fix any imperfections. She really has her work cut out for her this month because the photographers had to use models from a new agency. In short, the new models were far from perfect, and Trini must fix at least one thing in every photo before the magazine can see print.
Trini always creates a ____ of her History panel image at the start of each Photoshop session and before making any large changes because she doesn't want to ruin the work she has already done.
A. History Sample
B. Snapshot
C. Thumbnail
D. Drifter
Answer: B
You might also like to view...
Returning references to non-const, private data:
a. Allows private functions to be modified. b. Is only dangerous if the binary scope resolution operator (::) is used in the function prototype. c. Allows private member variables to be modified, thus “breaking encapsulation.” d. Results in a compiler error.
When a subclass constructor calls its superclass constructor, what happens if the superclass’s constructor does not assign a value to an instance variable?
a. A syntax error occurs. b. A compile-time error occurs. c. A run-time error occurs. d. The program compiles and runs because the instance variables are initialized to their default values.
Which of the following configures a 1 pixel, solid black border for an element?
a. border-all: #000000; b. border: 1px solid #000000; c. border-style: 1px solid #000000; d. border-top: 1px solid #000000;
When evaluating alternative systems, systems designers must consider economic feasibility, ________ feasibility, and operational feasibility.
A. currency B. top-down C. digital D. technical