Answer:
Random-Access Memory
Explanation:
used as a short-term memory for computers to place its data for easy access
Answer:
Digital computer
Explanation:
The computer that process data that are represented in the form of discrete values are called digital computer.
Answer:
sorry if it is too late but I think it is d
Explanation:
Answer:
B. Schedule scans and run updates.
Explanation:
With a malware infection you have to scan the computer with an antivirus immediately. Then, you run possible updates to get the system stronger.
Answer:
mkdir -m 770 sales
Explanation:
The command mkdir is used to create a directory and the attribute or flag
-m is used to assign permissions on create a folder.
Example:
mkdir -m 770 sales
Create a folder with permissions 770 with name sales