MS-DOS. MS-DOS stands for Microsoft Disk Operating System. It was the first widely installed operating system for personal computers but became obsolete with the arrival of more advanced graphical user interfaces such as MAC OS developed by Apple, Inc.
Good Luck!
<h2>Hello!</h2>
The answer is: B. electrostatic printing.
<h2>
Why?</h2>
Electrostatic printing (laser printing) is the process where a laser beam passes repeatedly (back and forth) over a negatively charged cylinder (drum) drawing a differentially charged image, then, the drum is coated in electrically charged powder (toner), finally, the paper is heated in order to fuse the toner to the paper.
Have a nice day!
I would guess communication, but I might be wrong.
Registers, arithmetic-logic unit (ALU), program counter (PC)...
Answer:
Input: Take 3 numbers A, B and C
Processing: Find average of 3 numbers using formula: Average= A+B+C/3
Output: The output is Average of three numbers.
Explanation:
We need to write an algorithm to compute and print out the average of 3 numbers A,B,C
An algorithm has Input, Processing and Output
The algorithm required is:
Input: Take 3 numbers A, B and C
Processing: Find average of 3 numbers using formula: Average= A+B+C/3
Output: The output is Average of three numbers.