A special diagnostic mode that starts Windows without most device drivers for troubleshooting the system.


Answer: Safe Mode

Computer Science & Information Technology

You might also like to view...

How many lines of output will be displayed by the following program fragment?

``` i = 0 do { for (j = 0; j < 4; j = j + 1) printf("%d\n", i + j); i = i + 1; } while (i < 5); ``` a. 0 b. 7 c. 9 d. 16 e. 20

Computer Science & Information Technology

The Secure Sockets Layer (SSL) protocol provided updates for the Transport Layer Security (TLS) protocol

Indicate whether the statement is true or false

Computer Science & Information Technology

Conditional formatting

A) formats the condition of the worksheet in preparation for printing. B) tags a table element as a reference in a formula. C) calculates an aggregate for values in a range or database. D) highlights or emphasizes cells that meet certain conditions.

Computer Science & Information Technology

Headings in a newsletter should be set in type sizes at least ________ points larger than the text in the body of the document

A) three B) four C) five D) two

Computer Science & Information Technology