Case-Based Critical Thinking Questions
Case 1
?
Hannah has been hired as a graphics consultant for a company that is struggling with PowerPoint 2016. They are looking for ways to improve their graphics but maintain a professional appearance to their presentations.
To secure the arrows' positions and to move them easily, Hannah ____ them.

A. aligns
B. groups
C. locks
D. stacks


Answer: B

Computer Science & Information Technology

You might also like to view...

Suppose the unary ! operator is an overloaded member function of class String. For a String object s, which function call is generated by the compiler when it finds the expression !s?

a. s.operator!() b. s.operator!( default_value1, default_value2,…) c. operator!( s ) d. A compiler error results because no arguments are given.

Computer Science & Information Technology

Which of the following methods is not defined in the Animation class?

a. pause() b. play() c. stop() d. resume()

Computer Science & Information Technology

Computers using Microsoft Office PowerPoint Viewer can be run and edit PowerPoint presentations

Indicate whether the statement is true or false

Computer Science & Information Technology

Certain applications might require the data in an ordered list to be printed in descending order, which means that we must print the list backward.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology