A hard copy or ____________________ is information that exists on a physical medium such as paper.

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


printout

Computer Science & Information Technology

You might also like to view...

The cut command is used to

a: display specified columns or fields from a file b: cut and paste columns c: cut file into equal parts d: cut file into screen full pages e: truncate large files

Computer Science & Information Technology

The loop can best be categorized as a __________.

``` z = 0; g = 0; s = 0; i = 0; while (i < 50) { scanf("%d", &t); s = s + t; if (t >= 0) g = g + 1; else z = z + 1; i = i + 1; } ``` a. counter-controlled loop b. sentinel-controlled loop c. loop that computes a product d. general conditional loop e. none of the above

Computer Science & Information Technology

You can determine if a document is an older Word file or Word 2007 file by looking at its ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

When Advanced Filter is run, the ________ buttons disappear from the field headings

Fill in the blank(s) with correct word

Computer Science & Information Technology