Question:medium

What should a strong password consist of?

Show Hint

For a strong password, use a combination of uppercase and lowercase letters, numbers, and special characters to ensure maximum security.
Updated On: Mar 2, 2026
  • Only letters
  • Numbers and special characters
  • Name of a person
  • Letters, numbers and special characters
Show Solution

The Correct Option is D

Solution and Explanation

To create a strong and secure password, it is essential to use a combination of different character types. A robust password should consist of:

  • Letters (both uppercase and lowercase)
  • Numbers
  • Special characters (such as !, @, #, $, %, etc.)

The correct answer is "Letters, numbers, and special characters." This combination increases the complexity and strength of the password, making it more difficult for unauthorized users to guess or crack.

Let us evaluate why the other options are not recommended for a strong password:

  • Only letters: A password consisting only of letters lacks complexity and can be easily guessed or cracked, especially using dictionary attacks.
  • Numbers and special characters: While better than just using letters, this combination still lacks one element of complexity—letters. This can make the password structure predictable.
  • Name of a person: Using personal information such as names makes it easy for hackers to exploit social engineering techniques.

By combining all three elements—letters, numbers, and special characters—you ensure a high level of password security. This diversity increases the possible combinations and can significantly protect against brute force attacks.

Was this answer helpful?
0