Introduction to Computers · Topic 1 / 68
What is a Computer?
The starting point: what actually makes something a computer, and what it does with the data you give it.
Definition
A computer is an electronic device that accepts data as input, processes that data according to a set of instructions (a program), and produces meaningful output — while also being able to store data for later use.
Simple Explanation
Strip away the screen, the keyboard, and the apps, and a computer is really just a very fast, very obedient follower of instructions. You give it raw data — numbers, text, a photo, a voice clip — and a program tells it exactly what to do with that data. It follows those steps without deviation and hands back a result. A calculator adds two numbers because you pressed the right keys, not because it understands mathematics; a phone recommends a video because a program compared your history to a pattern. The 'intelligence' you see is really just very precise instruction-following at enormous speed.
Key Points
A computer needs three things to be useful: input, a set of instructions, and a way to produce output.
It processes data based on a stored program — change the program, and the same hardware does something completely different.
It can store data and instructions for reuse, which is what separates it from a simple calculator.
It performs operations electronically, which is why it can work at speeds far beyond any manual process.
Real-World Examples
- Typing a message on a laptop: your keystrokes are the input, the word processor is the program, and the text on screen is the output.
- A UPI payment app: your tap is the input, the banking logic is the program, and the confirmation screen is the output.
- A washing machine's embedded computer: the dial setting is input, the wash cycle logic is the program, and the spin/rinse sequence is the output.
Important Terms
Input
Raw data or instructions fed into a computer for processing.
Output
The processed, meaningful result a computer produces.
Program
A set of step-by-step instructions that tells a computer what to do.
Data
Raw, unprocessed facts and figures given to a computer.
Remember This
Computer = Input + Process (by a stored program) + Output + Storage. If any one of these is missing, you don't have a complete computer system.
Quick Check
Which of these is NOT one of the core functions of a computer?
What is a 'program' in the context of a computer?