Which of the following is NOT a Windows utility program?

A) Disk Cleanup B) Desktop
C) System Restore D) Disk Defragmenter


B

Computer Science & Information Technology

You might also like to view...

static data members of a certain class:

a. Can be accessed only if an object of that class exists. b. Cannot be changed, even by objects of the same that class. c. Have class scope. d. Can only be changed by static member functions.

Computer Science & Information Technology

Your program creates a dynamically allocated array as follows:

``` int *entry; entry = new int[10]; ``` so that the pointer variable entry is pointing to the dynamically allocated array. Write code to fill this array with 10 numbers typed in at the keyboard.

Computer Science & Information Technology

A document may be divided into ____ similar to a motion picture.

A. layers B. columns C. scenes D. montages

Computer Science & Information Technology

Which of the following can be added to a slide background?

A) Animation B) Picture C) Narration D) Transition

Computer Science & Information Technology