PowerPoint's print settings allow you to print slides, handouts, or notes pages.

a. true
b. false

Ans: a. true

Computer Science & Information Technology

You might also like to view...

A ________ is a context sensitive list of commands and options relevant to the active object

A) shortcut menu B) dialog box C) path D) pane

Computer Science & Information Technology

Given the following function definitions and program fragments, what is the output?

void f1(int& z, int &q) { int temp; temp=q; q=z; z=temp; } void f2( int& a, int& b) { if( a

Computer Science & Information Technology