Windows automatically creates restore points when certain actions take place. Which of these actions does NOT cause a restore point to be created automatically?

a. Application installation
b. Automatic Windows Update installation
c. System Restore
d. none of the above


D. A restore point contains a complete set of information required to restore the computer to a certain point in time. Windows creates a restore point before each of these actions takes place.

Computer Science & Information Technology

You might also like to view...

What is the effect of changing the date the password was last changed to zero?

A. It disables the account. B. It forces the user to change the password at the next login. C. It sets the password to never expire. D. It sets the password to expire in 24 hours.

Computer Science & Information Technology

Which of the following is NOT true when using Date Interval settings?

A) If you enter the wrong interval, you can create many problems within your data. B) DateDiff for the "yyyy" in Access calculates the year without regard to the day. C) If you can calculate the same result entering a function that is half the length, you increase the possibility of creating errors while typing in your function. D) Date()+10 would result in the same output as using the DateAdd function to add 10 to the current date.

Computer Science & Information Technology

Write an application that allows a user to enter any number of student test scores until the user enters 999. If the score entered is less than 0 or more than 100, display an appropriate message and do not use the score. After all the scores have been entered, display the number of scores entered, the highest score, the lowest score, and the arithmetic average.

Computer Science & Information Technology

The BindingNavigator allows the user _________.

a) to control which row of the table is currently in view b) to add new and delete new rows c) to save changes to the data in view d) All of the above

Computer Science & Information Technology