Define the term "strong password" and discuss how to choose a strong password.

What will be an ideal response?


Strong passwords are character strings that contain at least seven characters consisting of combinations of uppercase and lowercase letters, numbers, and symbols. When creating a strong password for a database, it is important to select a password that is easy to remember so it is easy to use. However, some users choose passwords that are easy to remember but are also very easy for another person to guess, such as the name of a pet, child, or spouse or a date of birth or anniversary. Random collections of characters are much harder to guess or break because the combination of characters is not a word. In any program that requests a password, choose a strong password over one that is a simple word. Even if your password is 5&uJK#8, you will learn it quickly if you type it frequently. It is always best with sensitive databases to require logins and passwords to access the database or perhaps keep it on a separate workstation.

Computer Science & Information Technology

You might also like to view...

Which of the following statements about the Graphics object is true?

A. The Graphics object is an argument to class Component’s repaint method. B. The Graphics object is instantiated by the user. C. The Graphics object is the argument to a lightweight GUI component's paintComponent method. D. The Graphics class is abstract. E. The Graphics object manages a graphics context. a. A, C, E. b. C, D, E. c. A, B, D, E. d. All are true.

Computer Science & Information Technology

When a placeholder border displays as a solid line, all of the text in that placeholder is selected

Indicate whether the statement is true or false

Computer Science & Information Technology

The concept of creating a particular object from a larger defining set, or class, of object types is fundamental to all object-oriented programming languages, such as C++.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

By default, a theme template is set to open with:

A) Excel. B) Word. C) PowerPoint. D) Access.

Computer Science & Information Technology