Which of the following is NOT a rule for creating strong passwords?
A) Do not use any words that can be found in a dictionary.
B) Change your passwords regularly.
C) Use at least six characters.
D) Use different passwords for different accounts.
C
Computer Science & Information Technology
You might also like to view...
The conditional operator (?:):
a. Is the only ternary operator in C++. b. Is a unary operator. c. Associates from left to right. d. Accepts two operands.
Computer Science & Information Technology
Why is the getline function the preferred way to read string values into your program instead of the cin object?
What will be an ideal response?
Computer Science & Information Technology
Modules cannot call other modules.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
An associative list is automatically maintained in a sorted order.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology