A good password has at least ______ characters

a. 6
b. 8
c. 10
d. 15

Answer B. The password should contain letters, numbers, and characters. It should combine uppercase and lowercase letters.

Computer Science & Information Technology

You might also like to view...

The keyboard shortcut used to copy text or an object is ________

A) Ctrl + P B) Ctrl + C C) Ctrl + V D) Ctrl + X

Computer Science & Information Technology

Which of the following is a compilation error?

a. Neglecting to declare a local variable in a function before it is used. b. Using a triple equals sign instead of a double equals sign in the condition of an if statement. c. Omitting the left and right parentheses for the condition of an if statement. d. All of the above.

Computer Science & Information Technology