To protect the Flash BIOS from virus infection, you should
A) Keep the BIOS write-protected until the need to update it.
B) Remove the BIOS from the system when it is not in use.
C) Routinely upgrade the BIOS monthly to replace the code.
D) Avoid using Flash BIOS on systems that are connected to a network.
A
You might also like to view...
What will be the value of x[8] after the following code is executed?
``` final int SUB = 12; int[] x = new int[SUB]; int y = 100; for(int i = 0; i < SUB; i++) { x[i] = y; y += 10; } ``` a. 170 b. 180 c. 190 d. 200
Which of the following chart types divides a single total into parts to illustrate how the segments differ from each other and the whole?
A. Scatter B. Pie C. Column D. Bar
When using ________-key encryption, only the message sender and recipient have the code
Fill in the blank(s) with correct word
When text is inserted into a shape and both the text and shape have been formatted, selecting the shape and clicking the Clear All Formatting button will ________
A) clear NOT clear the formatting from the text or shape B) clear the formatting from ONLY the shape C) clear the formatting from ONLY the text D) clear the formatting from BOTH the text and shape