Answer:
destruction
Explanation:
destruction is also the property of information in which unintended users sabotage the information so that it becomes useless for both the owner and the user as well.
Answer:
there a website you can see a picture it wont let me send you a link sorry
In this program, there are three variables: data, count, and value. In the first loop, a user is requested to enter the number of values to be later processed in the second loop. This number is requested repeatedly until the user gives a positive value. The variable data is used to store the latest input read, and there is no possibility for the program to guess what values the user will enter.
The variable value is used similarly in the second loop: it stores the latest input, and there is no known relation between its successive values.
The variable count, however, behaves very differently. Once it has been initialized its future values will be known exactly: it will step downwards one by one until it reaches its limiting value, i.e. zero.
In the following the variables data and value are said to have the role most-recent holder (as they store the latest value in some value succession - user input in this case), and the variable count is said to be a stepper. These roles occur in programs again and again. In fact, only ten roles are needed to cover 99 % of all variables in novice-level programs.
True, is the state of a binary 1
Answer:
The answer to this question is given below in the explanation section.
Explanation:
Logging into an email account:
Logging into email account, that you are trying to login to your email account.
For example, if you want to login to g-mail , you give your user name and password, upon correct user name and password, the email management system will then allow you to login to your account, where you can see your inbox, outbox, and other customized emails.
WRITE DOWN THE STEPS TO LOG IN AN EMAIL ACCOUNT
The following steps are used to log in an email account:
- Enter your email account URL in your browser or open the application of email. For example g-mail.
- Then enter your username and password
- Upon provision of right username and password, email system will direct you to login to your email account.
EXPLAIN THE TERM LOGGING OUT AN EMAIL ACCOUNT
The term logging out from an email account means that you are leaving your email account, and the email management system will ensure that no one tries to access your system and protect it from others. It is same like as you are protecting your files and folders and important data from other users in your system while setting login and logout password.