What command line tool will attempt repair of the boot sector.

A. bootrec /fixmbr
B. bootrec /fixboot
C. bootrec /rebuildbcd


Answer: B. bootrec /fixboot

Computer Science & Information Technology

You might also like to view...

A method that calls itself is referred to as a(n):

a. depth method b. iterative method c. recursive method d. repetitive method e. None of these

Computer Science & Information Technology

When you want to create a group of radio buttons on a form, you use the ____________, which is found in the Common Controls section of the Toolbox.

a. Radio Button control b. List Box control c. List View control d. Combo Box control

Computer Science & Information Technology

Repeat the previous programming project, but read the input data from a file and send the output to another file. If you have covered binary files, use binary files; otherwise, use text files. Read the file names from the user.

This Project can be done in many different ways. The solution shown here reads records from the user-specified input file into a list, then sorts the elements by the pets’ weights using bubble sort, and also sends the output to a file.

Computer Science & Information Technology

By analogy to integers, an irreducible polynomial is also called a _________ polynomial.

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

Computer Science & Information Technology