Answer:
Data Type: Double (decimal)
Variable Name: avg
Explanation:
An average of numbers will typically give you a decimal answer. Therefore, you should use the Double data type.
You should state the language you're using in these types of questions; here's an example in C++.
bool onOff = true;
if (onOff)
onOff = false;
else
onOff = true;
Answer:
What is primary storage?
A primary storage device is a medium that holds a memory for short periods of time while a computer is running. Although it has a much lower access time and faster performance, it is also about two orders of magnitude more costly than secondary storage.
A primary storage device may also be referred to as internal memory, main memory, main storage, and primary memory.
Why is primary storage important?
Primary storage provides fast access to the CPU, which allows active programs to deliver optimal performance to the end-user. Speed and usefulness aside, the fact that the loss of power means the loss of data makes RAM a short-term storage solution. In fact, it’s lack of long-term viability is the reason it makes sense to save your progress when working in one program or another.
A backdoor is a typically covert method of bypassing normal authentication or encryption in a computer, product, embedded device (e.g. a home router), or its embodiment (e.g. part of a cryptosystem, algorithm, chipset, or even a "homunculus computer" —a tiny computer-within-a-computer such as that found in Intel's AMT technology).Backdoors are most often used for securing remote access to a computer, or obtaining access to plaintext in cryptographic systems. From there it may be used to gain access to privileged information like passwords, corrupt or delete data on hard drives, or transfer information within autoschediastic networks.
the answer is True
i hope it will help you
Answer:
An absolute cell reference is a cell address that contain a dollar sign $ in row and column coordinate or both. We use absolute reference to keep row and column constant
Example: C5*$C$2
The reference to C2 is absolute and will not change when copied.