Draw This - beginner
Draw a flowchart that shows what a computer does when you type a letter on the keyboard and see it on the screen. Include the steps: input, process, output, and store.
5 minutes
Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Draw a flowchart that shows what a computer does when you type a letter on the keyboard and see it on the screen. Include the steps: input, process, output, and store.
_______
/ \
| Start |
\_______/
|
v
_______________
/ User types a \
| letter (Input) |
\_______________/
|
v
_______________
| Computer |
| processes |
| the letter |
| (Process) |
|_______________|
|
v
_______________
/ Letter shown \
| on screen |
\ (Output) /
|_______________|
|
v
_______________
| Letter stored|
| in memory |
| (Store) |
|_______________|
|
v
_______
/ \
| End |
\_______/ This flowchart starts with the user typing a letter on the keyboard, which is the input step. The computer then processes this input to understand what was typed. Next, the letter is output by showing it on the screen so the user can see it. Finally, the letter is stored in the computer's memory for later use. The flowchart uses simple shapes: ovals for start and end, parallelograms for input and output, and rectangles for processing and storing steps.