Steps in computing process

1. First step in computing process is to retrieve raw data. Raw data is stored in some sort of medium such as hard drive, flash drive, somewhere in the Internet.

2. Second step is to load this data into computer's memory for processing. 

3. Optional step is to provide input of how this data needs to be processed. This input maybe in form of pressing a key on the keyboard or make an action with a computer mouse or some other device that controls movement of computer cursor.

4. Next step is to process this data.

5. Next step in this process is to receive output. Computer output can be visual, or displaying something on computer's monitor, an output can be audible, if a sound is played through a computer's speakers, an output can also be in form of printed materials.

Output shows us how well the input data was manipulated.

6. Next step in this process is to save the result of this manipulation in storage. This is an optional step, because in example when data is printed nothing needs to be stored. The source data was not modified in any way.

YouTube video

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator