What should you do to verify a complete and successful Windows installation? (Choose all that apply.)

a. Run Windows Explorer/File Explorer.
b. Run Microsoft Word.
c. Run built-in programs such as Paint and WordPad.
d. Restart the computer to boot the desktop.


A, C and D. At the end of the installation, you can verify and test your system by running Windows Explorer or File Explorer, running built-in programs such as Paint and WordPad, connecting to the Internet and restarting the system to assure it boots correctly. Microsoft Word is not installed as part of a normal installation.

Computer Science & Information Technology

You might also like to view...

What is the value of numbers.size() after the following code? vector numbers(100);

a. 0 b. 10 c. 100 d. unknown

Computer Science & Information Technology

All exception classes inherit, either directly or indirectly, from ________.

a. class Error. b. class RuntimeException. c. class Throwable. d. None of the above.

Computer Science & Information Technology

Access time

What is the meaning of the term (when applied to memory systems technology)?

Computer Science & Information Technology

Which of the following statements about memory allocation is false?

A. C supports both static and dynamic memory allocation. B. Heap memory is a pool of unused memory available to be assigned during program execution. C. Dynamic memory allocation requires that the declaration and definition of memory specify the amount of memory to be allocated when the program is written. D. Dynamic memory allocation has no identifier associated with the allocated memory. E. Dynamic memory can be allocated for blocks of memory or for arrays of memory.

Computer Science & Information Technology