Describe the importance of selecting passwords to protect a workbook.

What will be an ideal response?


It is important to select a password that you will remember but that will not be easy for other people to guess. If you forget the password, you will not be able to open the workbook. You should use a combination of uppercase letters, lowercase letters, numbers, and common symbols to create a secure password.

Computer Science & Information Technology

You might also like to view...

Like Buttons, menu items have __________ events that notify the program when an item is selected.

a) Select b) Hover c) Choose d) Click

Computer Science & Information Technology

(Pythagorean Triples) A right triangle can have sides that are all integers. A set of three in- teger values for the sides of a right triangle is called a Pythagorean triple. These three sides must sat- isfy the relationship that the sum of the squares of two of the sides is equal to the square of the hypotenuse. Find all Pythagorean triples for side1, side2 and hypotenuse all no larger than 500. Use a triple-nested for loop that tries all possibilities. This is an example of brute force computing. You’ll learn in more advanced computer science courses that there are many interesting problems for which there is no known algorithmic approach other than sheer brute force.

What will be an ideal response?

Computer Science & Information Technology

The Convert Table to Text dialog box is used to convert an Access table to a delimited file

Indicate whether the statement is true or false

Computer Science & Information Technology

The Lookup Report is a valuable tool when creating other objects in the database.

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

Computer Science & Information Technology