After starting an operating system installation from DVD, a system administrator goes to work on another task and comes back to find the server back at the installation start screen. Which of the following should be done to correct this problem?

A. Try installation again with a different DVD.
B. Modify the device boot order in the BIOS.
C. Monitor the operating system installation process completely this time.
D. Swap the hard drive with a known working one.


Answer: B. Modify the device boot order in the BIOS.

Computer Science & Information Technology

You might also like to view...

Explain three schemes that you could use to have a function “return” two data items to the calling function. Note: you can’t use global variables.

What will be an ideal response?

Computer Science & Information Technology

What does a wireless bridge do?

What will be an ideal response?

Computer Science & Information Technology

When you pass an array to a function, the function receives __________.

A. the length of the array B. a copy of the array C. the reference of the array D. a copy of the first element

Computer Science & Information Technology

Which of the following statements is false?

a. The javac command can compile multiple classes at once; simply list the source-code filenames after the command with each filename separated by a comma from the next. b. If the directory containing the app includes only one app’s files, you can compile all of its classes with the command javac *.java. c. The asterisk (*) in javac *.java indicates that all files in the current directory ending with the filename extension “.java” should be compiled. d. All of the above are true.

Computer Science & Information Technology