When searching for clip art, Word searches the clip art folders on your hard drive and displays the search results as small pictures called thumbnails.

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


True

Computer Science & Information Technology

You might also like to view...

What will be output after the following Java statements have been executed (assume all variables are of type int)?

a = 4; b = 12; c = 37; d = 51; if ( a < b ) System.out.println( "a < b" ); if ( a > b ) System.out.println( "a > b" ); if ( d <= c ) System.out.println( "d <= c" ); if ( c != d ) System.out.println( "c != d" ); a. a < b c != d b. a < b d <= c c != d c. a > b c != d d. a < b c < d a != b

Computer Science & Information Technology

Polling is when a terminal is asked

a. if it is ready to receive b. if it has data to send c. if it is logged on d. none of the above

Computer Science & Information Technology

When new rows or columns are inserted, Calc automatically adjusts the row numbers or column letters

Indicate whether the statement is true or false

Computer Science & Information Technology

Each excel file is a workbook that contains different sheets. Which of the following can not be a sheet in workbook?

Select one: A. data sheet B. chart sheet C. work sheet D. module sheet

Computer Science & Information Technology