The dimensions of a printed worksheet can be adjusted with ________ so that the worksheet prints on a specified number of pages

Fill in the blank(s) with the appropriate word(s).


Answer: scaling

Computer Science & Information Technology

You might also like to view...

Which of the following sets of statements will set floating point output to the stream outStream to fixed point with set 3 places of decimals? In the explanation, you must give any necessary #include directives and using directives or declarations.

a. outStream.setf(ios::fixed); outStream.setf(ios::showpoint); outStream.precision(2); b. outStream.setf(ios::fixed | ios::showpoint); outStream << setprecision(2); c. outStream << setflag(ios::fixed); outStream << setflag(ios::showpoint); outStream << setprecision(2); d. outStream.flags(ios::fixed); outStream.flags(ios::showpoint); outStream.precision(2);

Computer Science & Information Technology

Which of the following is true about encryption algorithms?

A. their strength is tied to their key length B. not vulnerable to brute force attacks C. block ciphers encrypt one bit at a time D. asymmetric algorithms use a single key

Computer Science & Information Technology

The word top in the term top-down stepwise refinement refers to which of the following?

a) the first statement that appears in the program b) the first statement that appears in the algorithm c) the single statement that d) the entire algorithm

Computer Science & Information Technology

A database ________ is preformatted database designed for a specific purpose

Fill in the blank(s) with correct word

Computer Science & Information Technology