Some motherboard manufacturers include a ______ on the motherboard to enable write-protection and perform a flash recovery on the system's flash BIOS

a. Combination lock
b. BIOS switch
c. BIOS lock
d. Jumper


D. Some motherboards have a jumper on the motherboard that can be set to write-protect the Flash BIOS. Some BIOS contain a mini-BIOS that can be reinstalled from a reserved part of the chip. Systems with this feature have a jumper on the motherboard called the Flash recovery jumper.

Computer Science & Information Technology

You might also like to view...

Which of the following for-loop headers results in equivalent numbers of iterations:

A. for (int q = 1; q <= 100; q++) B. for (int q = 100; q >= 0; q--) C. for (int q = 99; q > 0; q -= 9) D. for (int q = 990; q > 0; q -= 90) a. A and B. b. C and D. c. A and B have equivalent iterations and C and D have equivalent iterations. d. None of the loops have equivalent iteration

Computer Science & Information Technology

The name of the box in which the height of a picture can be changed

A) Crop Height B) Height Size C) Shape Height

Computer Science & Information Technology

The TFT array has the technology to direct the ______ to block the light in an LCD

Fill in the blank(s) with correct word

Computer Science & Information Technology

In a printer, the print ____ affects the quality of the printed output.

A. depth B. size C. palette D. resolution

Computer Science & Information Technology