ЁЯТ╗
тМия╕П
ЁЯЦ▒я╕П
ЁЯЦея╕П
ЁЯТ╛
тЖР Back to Dashboard
Font Size:

1. Introduction

A computer is an electronic device that accepts data as input, processes it according to a set of instructions, and gives the desired result as output. The word computer is derived from the Latin word "computare", which means to calculate. Over the years, computers have grown from simple calculating machines into powerful devices that can store vast amounts of information, communicate across the globe, control machines, and help us learn, create and entertain. In schools, homes and offices, the computer has become an essential tool for study, work and communication.

A computer cannot do anything on its own. It needs two partners to function: the hardware, which is the physical machinery we can touch, and the software, which is the set of instructions that tells the hardware what to do. Together they form a system that works through a sequence called the input-process-output cycle. This chapter explains what a computer is, how it works, the generations of computers, the basic parts of a computer system, the types of computers, and the important concepts of data and information.

2. What is a Computer?

A computer is an electronic machine that works on instructions given to it. It performs four basic operations: it accepts data (input), stores the data and instructions (storage), processes the data (process), and produces the results (output). This working is called the IPOS cycle, where I stands for Input, P for Process, O for Output and S for Storage.

The main features of a computer are speed, accuracy, diligence and versatility. A computer can perform millions of calculations in one second, and it never gets tired of doing the same work again and again. However, a computer has no intelligence of its own; it only follows the instructions given by humans. Its accuracy also depends on the correctness of the data and the program fed into it. If the input is wrong, the output will be wrong, which is expressed by the phrase "Garbage In, Garbage Out" (GIGO).

3. Data and Information

Data is the raw, unorganised facts and figures that have no meaning on their own. For example, the number 45, the word "Monday" or a list of temperatures are pieces of data. When data is processed and organised so that it becomes meaningful and useful, it is called information. For example, "The temperature on Monday was 45 degrees" is information. The processing may involve calculations, comparisons, sorting or arranging data. A computer converts raw data into useful information through the input-process-output cycle.

4. Evolution of Computers

Computers have evolved through five generations, each using better technology and becoming faster, smaller and cheaper.

The first generation (1940 to 1956) used vacuum tubes. These computers were huge, consumed a lot of electricity, generated enormous heat and were very slow. ENIAC and UNIVAC were famous first-generation computers.

The second generation (1956 to 1963) replaced vacuum tubes with transistors. Transistors were smaller, faster, cheaper and generated less heat. Second-generation computers used magnetic tapes and disks for storage.

The third generation (1964 to 1971) used integrated circuits (ICs), in which many transistors were packed onto a single silicon chip. These computers were much smaller and more reliable. They supported keyboards and monitors for input and output.

The fourth generation (1971 onwards) used microprocessors, where the entire CPU was placed on a single chip. This generation gave us personal computers (PCs), laptops and the growth of the Internet and graphical user interfaces.

The fifth generation (present and future) focuses on artificial intelligence (AI), which aims to create computers that can learn, reason and think like human beings. These computers use parallel processing, robotics and natural language interfaces.

5. Basic Parts of a Computer System

A computer system is made of four main parts: the CPU, memory, input devices and output devices.

The Central Processing Unit (CPU) is called the brain of the computer. It controls all the operations and performs all the calculations. It has three main parts: the Control Unit (CU), which directs and coordinates all operations; the Arithmetic Logic Unit (ALU), which performs all arithmetic operations (add, subtract, multiply, divide) and logical operations (comparisons); and the registers, which are small, fast memory locations inside the CPU.

Memory is used to store data and instructions. The primary memory is the memory the CPU can access directly, and it includes RAM (Random Access Memory), which is volatile and loses its contents when power is off, and ROM (Read Only Memory), which is non-volatile and permanently stores instructions needed to start the computer. The secondary memory is the permanent storage such as a hard disk, which stores data even when the computer is switched off.

Input devices send data to the computer, such as the keyboard, mouse, scanner, microphone and webcam. Output devices display or print the results, such as the monitor, printer and speaker.

6. Types of Computers

Computers can be classified according to their size and power. Supercomputers are the fastest and most powerful computers, used for weather forecasting, scientific research and complex calculations. Mainframe computers are large and powerful systems used by organisations like banks and airlines to process large amounts of data. Mini computers are smaller than mainframes and were used by smaller organisations. Microcomputers or personal computers (PCs) are the computers we use at home and school. These include desktops, which stay on a desk, and portable computers such as laptops, notebooks and tablets. Smartphones are also small computers that fit in our pocket.

7. Units of Memory

Memory is measured in units. The smallest unit is the bit, which holds either a 0 or a 1. Eight bits make one byte, which can store one character. Larger units are kilobyte (KB), megabyte (MB), gigabyte (GB), terabyte (TB) and petabyte (PB). One kilobyte is equal to 1024 bytes, one megabyte is equal to 1024 kilobytes, and so on. To understand the capacity, a typical photo may take about 2 to 5 MB, a movie about 1 to 2 GB, and a modern hard disk can store 1 TB or more.

Quick Revision Tables

Table 1: Computer Generations

Generation Technology Used Main Feature
First (1940-1956) Vacuum tubes Huge, slow, generated heat
Second (1956-1963) Transistors Smaller, faster, cheaper
Third (1964-1971) Integrated circuits (ICs) Smaller and more reliable
Fourth (1971 onwards) Microprocessors Personal computers introduced
Fifth (present) Artificial intelligence Learning and reasoning computers

Table 2: Units of Memory

Unit Size in relation
Bit 0 or 1
Byte 8 bits
Kilobyte (KB) 1024 bytes
Megabyte (MB) 1024 KB
Gigabyte (GB) 1024 MB
Terabyte (TB) 1024 GB

Mind Map

flowchart TD A["Computer"] --> B["What is a Computer?"] A --> C["Data and Information"] A --> D["Evolution of Computers"] A --> E["Parts of a Computer"] A --> F["Types of Computers"] A --> G["Memory Units"] D --> D1["5 Generations"] D1 --> D1a["Vacuum Tubes"] D1 --> D1b["Transistors"] D1 --> D1c["ICs"] D1 --> D1d["Microprocessors"] D1 --> D1e["AI"] E --> E1["CPU"] E --> E2["Memory"] E --> E3["Input Devices"] E --> E4["Output Devices"]

Important Diagrams (SVG)

Diagram 1: The IPOS Cycle

INPUT Keyboard, Mouse PROCESS CPU OUTPUT Monitor, Printer STORAGE Hard Disk, RAM, ROM Golden Rule: Every computer works on the IPOS cycle - Input, Process, Output and Storage. Data goes in, the CPU processes it, the result comes out, and storage keeps it safe.

Diagram 2: Parts of the CPU

The Central Processing Unit (CPU) CPU - Brain of the Computer Control Unit (CU) Directs and coordinates all operations Arithmetic Logic Unit (ALU) Performs arithmetic and logical operations Registers - small fast memory inside CPU Input Output Golden Rule: The CPU has three parts - CU controls, ALU calculates, and registers store temporary data. CU fetches the instruction, ALU executes it, and registers hold values during processing.

Common Mistakes

  1. Saying a computer has its own intelligence. A computer has no intelligence of its own; it only follows the instructions given to it.
  2. Confusing data with information. Data is raw and unprocessed; information is processed, meaningful data.
  3. Writing that RAM is non-volatile. RAM is volatile and loses its contents when the power is switched off; ROM is non-volatile.
  4. Believing the ALU controls the computer. The Control Unit directs and coordinates, while the ALU performs calculations.
  5. Stating that a kilobyte is 1000 bytes. In computer terms, 1 KB = 1024 bytes.
  6. Thinking a printer is an input device. A printer is an output device that displays results on paper.
  7. Forgetting that ENIAC and UNIVAC belong to the first generation that used vacuum tubes.
  8. Calling the hard disk primary memory. The hard disk is secondary memory; primary memory is RAM and ROM.
  9. Mixing up supercomputers and microcomputers. Supercomputers are the fastest and largest; microcomputers are personal computers.

Exam Tips

  1. Remember the IPOS cycle order: Input, Process, Output and Storage.
  2. Learn the generation table carefully because the technology used in each generation is a frequent question.
  3. Memorise the memory units table and the rule that each unit is 1024 times the previous unit.
  4. Be able to draw and label the CPU with CU, ALU and registers, and the IPOS cycle diagram.
  5. Give one example of each type of computer: supercomputer, mainframe, minicomputer and microcomputer.
  6. State the full forms of IPOS, CPU, ALU, CU, RAM, ROM, KB, MB, GB and TB.
  7. Remember "GIGO" means Garbage In, Garbage Out, which explains why wrong input gives wrong output.

Conclusion

A computer is an electronic machine that follows the input-process-output cycle to turn raw data into useful information. It has evolved through five generations, from vacuum tubes to artificial intelligence, becoming smaller, faster and cheaper at every step. A computer system is made up of the CPU, memory, input devices and output devices, and its capacity is measured in units from bits to terabytes. Understanding these fundamentals is the foundation for learning about hardware, software and the many applications of computers, which are covered in the chapters that follow.