The easiest way to break password security on a Windows 2000 or later machine is to use a ____ program which can set the administrator password to a blank.?

A. ?password-guessing
B. ?password-burning
C. ?password-cracking
D. ?password-generator

Answer: B

Computer Science & Information Technology

You might also like to view...

The _________________________ enables you to sign in to your user account and makes the computer available for use.

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

Computer Science & Information Technology

In Java, C++, and C#, the for loop looks like the following:

A. for(dep = 0; dep++; dep < SIZE) B. for(dep > SIZE; dep = 0; dep++) C. for(dep = 0; dep < SIZE; dep++) D. for(dep = SIZE, dep > 0, dep++)

Computer Science & Information Technology