Case-Based Critical Thinking QuestionMary is creating a training manual for new nurses in PowerPoint. She uses PowerPoint to enter the procedures and processes in text placeholders and then inserts photographs of the referenced equipment.
Mary wants to make sure that her friends do not need to have the same fonts installed on their computers in order to view the manual properly. She decides to ____.

A. use a font graphic
B. find out which fonts they all have in common
C. embed the fonts
D. link the fonts


Answer: C

Computer Science & Information Technology

You might also like to view...

What will the following program output?

Given the class definition: class CreateDestroy { public: CreateDestroy() {<< "constructor called, ";} ~CreateDestroy() {<< "destructor called, ";} }; int main() { CreateDestroy c1; CreateDestroy c2; return 0; } a. constructor called, destructor called, constructor called, destructor called, b. constructor called, destructor called, c. constructor called, constructor called, d. constructor called, constructor called, destructor called, destructor called,

Computer Science & Information Technology

Which of the following measurements is the typical latency of a SATA hard drive?

a. 300 MB/s b. 16 MB c. 7200 RPM d. 4.2 ms

Computer Science & Information Technology

Which of the following best defines a trace?

A. a graphical interface that enables a database administrator to capture events B. the result set of database events captured by SQL Server Profiler C. any activity executed by the SQL Server database engine D. used to monitor activity of the physical resources that are managed by the operating system

Computer Science & Information Technology

Read “Using an Exclamation Point (!) to Reference Events” on Sobell, page 341.

a. Repeat the ls /etc command using that command’s event number (Sobell, page 342). b. Repeat the uname command by specifying it as the nth preceding com- mand. Be careful: Each time you issue a command, the relative number of each preceding command changes. You might want to give another history command before you proceed. c. Repeat the previous command. d. Repeat the most recent command that started with the string head (Sobell, page 342).

Computer Science & Information Technology