Recall & Review
beginner
What is the purpose of input in a program?
Input allows a program to receive data from the user or another source so it can process or use that data.
Click to reveal answer
beginner
Why do programs need output?
Output shows the results or information from the program to the user or another system, making the program useful.
Click to reveal answer
beginner
Give a real-life example of input and output in programming.
Typing your name (input) and seeing a greeting message on the screen (output) is a simple example.
Click to reveal answer
beginner
What happens if a program has no input?
Without input, the program cannot get data to work on, so it might always do the same thing or nothing useful.
Click to reveal answer
beginner
What happens if a program has no output?
Without output, the user cannot see the results or information from the program, so it is hard to know if it worked.
Click to reveal answer
Why is input important in a program?
✗ Incorrect
Input is how a program gets data to work on.
What does output do in a program?
✗ Incorrect
Output displays information from the program to the user.
If a program has no input, what is likely to happen?
✗ Incorrect
Without input, the program cannot change behavior based on data.
Which of these is an example of output?
✗ Incorrect
Output is what the program shows or sends out.
Why do programs need both input and output?
✗ Incorrect
Input lets the program get data; output lets it share results.
Explain why input and output are essential for a program to be useful.
Think about how a program talks with people.
You got /3 concepts.
Describe a simple example where a program uses input and output.
Imagine a calculator or greeting program.
You got /3 concepts.