List three functions typically performed by the installation software.

What will be an ideal response?


Gathering system information
Loading/running the installation program
Determining which elements of the operating system are to be installed
Configuring devices and drivers
Copying operating system files onto your computer
Restarting the system and finalizing configuration of devices

Computer Science & Information Technology

You might also like to view...

For the String line1 to have 4 tokens, delimArg should be:

``` String line1 = new String("c = 1 + 2 + 3") ; StringTokenizer tok = new StringTokenizer(line1, delimArg); ``` a. String delimArg = "+="; b. String delimArg = "123" c. String delimArg = "c+"; d. String delimArg = " ";

Computer Science & Information Technology

________ is a serial computer bus typically used for attaching lower-speed peripheral ICs to processors and microcontrollers in short-distance, intra-board communication.

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

Computer Science & Information Technology

The first time you save a file, you are required to give the file a(n) ____ and specify a storage location.

A. type B. name C. extension D. folder

Computer Science & Information Technology

The X.500 standard defines a protocol for a client application to access an X.500 directory called the ____.

A. DAP B. DIB C. DIT D. DIU

Computer Science & Information Technology