Skip to content
GK24
GK NotesComputer AwarenessBasics of Computers and Generations

Basics of Computers and Generations: Parts, Memory and MCQs

Computer basics for exams: the input-process-output cycle, CPU parts, memory and storage units, the five generations of computers and the inventors papers ask about.

By · Published · 4 min read

Basics of Computers and Generations: Parts, Memory and MCQs — GK24 title card
Basics of Computers and Generations: Parts, Memory and MCQs — GK24 title card

A computer is an electronic machine that accepts data, processes it according to a stored set of instructions and gives back a result. Computer Awareness is a scoring section in SSC, banking and railway papers because the questions are factual and repeat every year. Almost all of them come from four small areas: what the machine does, who built the early machines, which electronic component defines each generation, and how memory and storage are measured. This chapter fixes those four areas.

What a computer does: the IPO cycle

Every computer works on the input-process-output cycle. Raw, unorganised material is called data; the meaningful result after processing is called information. A keyboard, mouse, scanner, joystick, light pen, barcode reader and microphone are input devices. A monitor, printer, plotter and speaker are output devices. A few devices are both input and output, such as a touchscreen, a modem and a hard disk. The saying GIGO, garbage in garbage out, records the most examinable idea about a computer: it has no intelligence of its own and cannot correct wrong input.

The standard list of characteristics is speed, accuracy, diligence, versatility, storage capacity and automation. Diligence means the machine does not tire or lose concentration over a long run. The two standard limitations are the absence of intelligence and the absence of decision-making power without a program.

From the abacus to the microprocessor

The abacus, developed in China, is treated as the earliest counting device. Mechanical calculation begins with Blaise Pascal, who built the Pascaline in 1642, the first mechanical adding machine. Gottfried Wilhelm Leibniz improved it with the stepped reckoner, which could also multiply.

PersonContributionRemembered as
Blaise PascalPascaline, 1642First mechanical calculator
Charles BabbageDifference Engine and Analytical EngineFather of the Computer
Ada LovelaceNotes and algorithm for the Analytical EngineFirst programmer
Herman HollerithPunched-card tabulating machineFounder of the firm that became IBM
John von NeumannStored program conceptVon Neumann architecture

Charles Babbage designed the Difference Engine and then the Analytical Engine, which already had the parts of a modern computer: a store, a mill, input by punched cards and an output unit. He never completed it, but the design earned him the title Father of the Computer. Ada Lovelace, who wrote the method for computing Bernoulli numbers on that machine, is called the first programmer.

The five generations of computers

Generations are named after the main electronic component, and this single table answers most of the questions set from the chapter.

GenerationMain componentLanguageExamples
FirstVacuum tubesMachine languageENIAC, EDVAC, UNIVAC-I
SecondTransistorsAssembly, COBOL, FORTRANIBM 1401, IBM 7094, CDC 1604
ThirdIntegrated circuitsHigh-level languagesIBM System 360, PDP-8
FourthMicroprocessors, VLSIC, C plus plus, graphical interfacesIBM PC, Apple Macintosh
FifthULSI and artificial intelligenceNatural language processingModern parallel and AI systems

First-generation machines were enormous, consumed heavy power and needed constant cooling; they used punched cards and magnetic drums. The transistor, invented at Bell Laboratories in 1947 by John Bardeen, Walter Brattain and William Shockley, made the second generation smaller and far more reliable. The integrated circuit, first demonstrated by Jack Kilby in 1958, packed many components on one chip and defines the third generation, which also brought the keyboard, the monitor and the operating system. The fourth generation begins with the microprocessor: Intel released the Intel 4004, the first commercial microprocessor, in 1971, and the personal computer followed. The fifth generation is described by ultra large scale integration, parallel processing and artificial intelligence.

Inside the machine: CPU, memory and storage

The Central Processing Unit is called the brain of the computer. It has three parts. The Arithmetic Logic Unit performs all calculations and comparisons. The Control Unit fetches and decodes instructions and directs the other units, but performs no arithmetic itself. Registers are the smallest and fastest storage locations, sitting inside the processor.

Memory is divided into primary and secondary. Primary memory is RAM and ROM. RAM is read-write and volatile, so its contents vanish when power is cut; its two types are SRAM, which uses flip-flops and is faster, and DRAM, which uses capacitors and must be refreshed. ROM is read-only and non-volatile, and its variants are PROM, which can be written once, EPROM, which is erased by ultraviolet light, and EEPROM, which is erased electrically. Cache memory sits between the CPU and main memory and is the fastest memory outside the registers. Secondary storage such as the hard disk, solid state drive, optical disc and flash drive is non-volatile and holds data permanently.

Units and types of computers

A bit is the smallest unit, a binary 0 or 1. Four bits make a nibble and eight bits make a byte, the unit that stores one character. Then 1024 bytes make a kilobyte, and the same multiple of 1024 gives the megabyte, gigabyte, terabyte, petabyte, exabyte, zettabyte and yottabyte in that order.

By working principle computers are analog, digital or hybrid; hybrid machines are common in hospitals, where an analog reading is converted to a digital value. By size and power they are microcomputers, minicomputers, mainframe computers and supercomputers. India entered supercomputing with PARAM 8000, built by C-DAC under Vijay Bhatkar in 1991.

Exam Point of View

Papers set this chapter as direct one-line recall, so learn it as pairs. The generation table is the single biggest source of questions: component to generation, and example machine to generation. A second family asks who did what, where Babbage, Pascal, Lovelace, Hollerith and von Neumann are rotated through the options. Storage units are almost guaranteed, usually as the number of bits in a nibble or a byte, or the order of kilobyte to terabyte. Memory questions turn on one word, volatile or non-volatile, and on which ROM variant is erased by ultraviolet light rather than electrically. The common traps are confusing ENIAC with UNIVAC-I as the first commercial machine, crediting the integrated circuit to Intel instead of Jack Kilby, and giving arithmetic work to the Control Unit, which only decodes and directs.

Important Facts

Father of the ComputerCharles Babbage, for the Difference and Analytical Engines
First programmerAda Lovelace
First mechanical calculatorPascaline, built by Blaise Pascal in 1642
First generation componentVacuum tubes; machines ENIAC, EDVAC, UNIVAC-I
TransistorInvented at Bell Laboratories in 1947 by Bardeen, Brattain and Shockley
Integrated circuitDemonstrated by Jack Kilby in 1958; defines the third generation
First commercial microprocessorIntel 4004, released in 1971
First commercially available computerUNIVAC-I
Brain of the computerCentral Processing Unit, made of ALU, Control Unit and registers
Fastest memoryRegisters, followed by cache memory
Nibble and byte1 nibble = 4 bits; 1 byte = 8 bits; 1 kilobyte = 1024 bytes
Stored program conceptJohn von Neumann, giving the von Neumann architecture
India's first supercomputerPARAM 8000, built by C-DAC under Vijay Bhatkar in 1991
GIGOGarbage In Garbage Out, the rule that a computer cannot correct wrong input

Practice MCQs on this topic

Q1.Computer AwarenessEasy

Who is known as the Father of the Computer?

  1. A.Blaise Pascal
  2. B.Charles Babbage
  3. C.Alan Turing
  4. D.Herman Hollerith
Show answer

Correct answer: B. Charles Babbage

Explanation

The correct answer is B, Charles Babbage. He designed the Difference Engine and then the Analytical Engine, and the Analytical Engine contained the logical parts of a modern computer: a store for holding numbers, a mill for calculating, punched-card input and a printed output. He never finished building it, but the design is the reason he carries the title.

Option A, Blaise Pascal, built the Pascaline in 1642, the first mechanical adding machine, so he belongs to the earlier age of calculators rather than computers. Option C, Alan Turing, gave the theory of computation and the Turing machine and is called the father of computer science and of artificial intelligence, which is a different title from the one asked here. Option D, Herman Hollerith, built the punched-card tabulating machine used for the American census and founded the firm that later became IBM. Examiners rotate these four names in the options, so fix one phrase to each.

Q2.Computer AwarenessEasy

Vacuum tubes were used as the main electronic component in which generation of computers?

  1. A.First generation
  2. B.Second generation
  3. C.Third generation
  4. D.Fourth generation
Show answer

Correct answer: A. First generation

Explanation

The correct answer is A, the first generation. Machines such as ENIAC, EDVAC and UNIVAC-I ran on thousands of vacuum tubes, which made them enormous, power-hungry and dependent on constant cooling. They were programmed in machine language and used punched cards for input and magnetic drums for storage.

Option B, the second generation, replaced the tube with the transistor invented at Bell Laboratories in 1947, which cut the size and heat sharply and allowed assembly language and the first high-level languages such as COBOL and FORTRAN. Option C, the third generation, is defined by the integrated circuit demonstrated by Jack Kilby in 1958, and brought the keyboard, the monitor and the operating system. Option D, the fourth generation, begins with the microprocessor and very large scale integration, the Intel 4004 of 1971 being the first commercial one. Learn the chain tube, transistor, integrated circuit, microprocessor in order.

Q3.Computer AwarenessMedium

The transistor, which defined second-generation computers, was invented at which laboratory?

  1. A.Texas Instruments
  2. B.Intel Corporation
  3. C.Bell Laboratories
  4. D.IBM Research
Show answer

Correct answer: C. Bell Laboratories

Explanation

The correct answer is C, Bell Laboratories. John Bardeen, Walter Brattain and William Shockley demonstrated the transistor there in 1947, and the three shared the Nobel Prize in Physics for it. Because a transistor did the work of a vacuum tube while being far smaller, cooler and more reliable, it became the defining component of the second generation of computers.

Option A, Texas Instruments, is where Jack Kilby built the first integrated circuit in 1958, which belongs to the third generation, so it is the classic trap in this question. Option B, Intel Corporation, was founded much later and released the Intel 4004 microprocessor in 1971, opening the fourth generation. Option D, IBM Research, produced important second and third generation machines such as the IBM 1401 and the System 360, but it did not invent the transistor. Keep the pairs fixed: transistor with Bell Labs, integrated circuit with Texas Instruments, microprocessor with Intel.

Q4.Computer AwarenessMedium

Which of the following is regarded as the first commercially available electronic computer?

  1. A.ENIAC
  2. B.EDVAC
  3. C.Harvard Mark I
  4. D.UNIVAC-I
Show answer

Correct answer: D. UNIVAC-I

Explanation

The correct answer is D, UNIVAC-I, the Universal Automatic Computer. It was the first electronic computer built to be sold to customers rather than used only in a laboratory, and it was famously put to work on census and business data processing. It belongs to the first generation and used vacuum tubes.

Option A, ENIAC, the Electronic Numerical Integrator and Computer, was built by J. Presper Eckert and John Mauchly and is remembered as one of the first general-purpose electronic computers, but it was a one-off machine and not a commercial product. Option B, EDVAC, was its successor and is remembered for putting the stored program idea into practice. Option C, the Harvard Mark I, was an electro-mechanical machine driven by relays rather than a fully electronic computer. Papers deliberately place ENIAC first in the list, so read the word commercially with care.

Q5.Computer AwarenessMedium

In which year was the Intel 4004, the first commercial microprocessor, introduced?

  1. A.1964
  2. B.1971
  3. C.1975
  4. D.1981
Show answer

Correct answer: B. 1971

Explanation

The correct answer is B, 1971. The Intel 4004 placed an entire processing unit on a single chip for the first time in a commercial product, and that step marks the beginning of the fourth generation of computers, built on very large scale integration. Everything that followed, including the personal computer, rests on it.

Option A, 1964, is the year of the IBM System 360, a landmark third-generation machine built on integrated circuits, which is why the year appears as a distractor. Option C, 1975, is associated with the early hobby computers of the microprocessor era but not with the 4004 itself. Option D, 1981, is the year the IBM Personal Computer was launched, a fourth-generation product rather than the first microprocessor. The safe way to remember the chain is 1947 transistor, 1958 integrated circuit, 1971 microprocessor.

Q6.Computer AwarenessEasy

Which of the following is a volatile memory?

  1. A.ROM
  2. B.Hard disk
  3. C.RAM
  4. D.EPROM
Show answer

Correct answer: C. RAM

Explanation

The correct answer is C, RAM. Random access memory holds the programs and data the processor is working on at that moment, and it is volatile: the instant the power supply is cut, everything stored in it disappears. That is why unsaved work is lost in a power failure.

Option A, ROM, is read-only memory, written normally at manufacture and non-volatile, so it keeps the start-up instructions safely when the machine is switched off. Option B, the hard disk, is secondary storage and is non-volatile by design, since its whole purpose is to hold data permanently. Option D, EPROM, is erasable programmable read-only memory, a ROM variant whose contents can be wiped with ultraviolet light and rewritten, but it too retains data without power. The single word to test in such a question is volatile, and only RAM carries it.

Q7.Computer AwarenessEasy

How many bits make one nibble?

  1. A.2 bits
  2. B.4 bits
  3. C.8 bits
  4. D.16 bits
Show answer

Correct answer: B. 4 bits

Explanation

The correct answer is B, 4 bits. A bit is the smallest unit of data, holding a single binary 0 or 1. Four bits together form a nibble, which is exactly half a byte, and a nibble is convenient because it maps neatly to one hexadecimal digit.

Option A, 2 bits, corresponds to no standard named unit. Option C, 8 bits, is a byte, the amount of memory needed to store one character, and it is the commonest distractor here because students remember the two units together. Option D, 16 bits, is often called a word on some machines, but word length varies with the processor and is not a fixed unit like the nibble. Above the byte the ladder rises in multiples of 1024: kilobyte, megabyte, gigabyte, terabyte, petabyte, exabyte, zettabyte and yottabyte. Learn the pair nibble four, byte eight together and read the question word carefully.

Q8.Computer AwarenessMedium

Which unit of the CPU decodes instructions and directs the working of the other units without performing any calculation itself?

  1. A.Arithmetic Logic Unit
  2. B.Cache memory
  3. C.Control Unit
  4. D.Register
Show answer

Correct answer: C. Control Unit

Explanation

The correct answer is C, the Control Unit. It fetches each instruction from memory, decodes it, and then issues signals that tell the other parts of the system what to do and when. It manages the flow of data between memory, the arithmetic unit and the input and output devices, but it never performs arithmetic or a comparison itself.

Option A, the Arithmetic Logic Unit, is where all addition, subtraction, multiplication, division and logical comparisons actually happen, so it is precisely the unit the question excludes. Option B, cache memory, is a small very fast memory placed between the processor and main memory to hold frequently used data, and it is a memory rather than a control component. Option D, a register, is the smallest and fastest storage location inside the processor, used to hold an operand or an intermediate result for a moment. The CPU is the sum of the arithmetic unit, the control unit and the registers.

Q9.Computer AwarenessMedium

Integrated circuits were the defining electronic component of which generation of computers?

  1. A.Second generation
  2. B.Third generation
  3. C.Fourth generation
  4. D.Fifth generation
Show answer

Correct answer: B. Third generation

Explanation

The correct answer is B, the third generation. The integrated circuit packs many transistors and other components onto a single silicon chip, and computers built on it were far smaller, cheaper and more reliable than their predecessors. The third generation also introduced the keyboard and monitor in place of punched cards and the operating system that allowed several programs to share the machine, with the IBM System 360 as the standard example.

Option A, the second generation, is the age of the individual transistor, not of chips carrying many of them. Option C, the fourth generation, is defined by the microprocessor and very large scale integration, where an entire processor sits on one chip. Option D, the fifth generation, is described in terms of ultra large scale integration, parallel processing and artificial intelligence rather than a single new component. The trap is that a microprocessor is itself an integrated circuit, so match the exact word the question uses.

Q10.Computer AwarenessMedium

PARAM 8000, India's first indigenously developed supercomputer, was built by which organisation?

  1. A.Bhabha Atomic Research Centre
  2. B.Indian Space Research Organisation
  3. C.Defence Research and Development Organisation
  4. D.Centre for Development of Advanced Computing
Show answer

Correct answer: D. Centre for Development of Advanced Computing

Explanation

The correct answer is D, the Centre for Development of Advanced Computing, usually written as C-DAC. PARAM 8000 was unveiled in 1991 under the leadership of Vijay Bhatkar, and it made India one of the small group of countries building their own supercomputers. It began the PARAM series, whose name comes from the Sanskrit word for supreme.

Option A, the Bhabha Atomic Research Centre, works on nuclear science and has its own computing facilities, but the PARAM line is not its project. Option B, the Indian Space Research Organisation, handles launch vehicles, satellites and space applications. Option C, the Defence Research and Development Organisation, develops defence systems and technologies. Each of these bodies appears in general knowledge papers for its own achievements, so keep the pairing firm: PARAM with C-DAC, and the year 1991 with Vijay Bhatkar as the scientist named in the question.

Q11.Computer AwarenessHard

The concept of the stored program, on which the architecture of modern computers is based, is credited to whom?

  1. A.Charles Babbage
  2. B.Ada Lovelace
  3. C.John von Neumann
  4. D.Herman Hollerith
Show answer

Correct answer: C. John von Neumann

Explanation

The correct answer is C, John von Neumann. He set out the idea that a computer should keep its instructions in the same memory as its data, so that a program could be loaded and changed like any other information instead of being wired into the machine. The design built on that idea is called the von Neumann architecture and is still the pattern of ordinary computers.

Option A, Charles Babbage, designed the Analytical Engine with a store and a mill and is the Father of the Computer, but his instructions came from punched cards rather than from memory. Option B, Ada Lovelace, wrote the first algorithm intended for a machine and is called the first programmer. Option D, Herman Hollerith, built the punched-card tabulating machine for the American census and founded the company that grew into IBM. The examinable phrase is stored program, and it belongs to von Neumann alone.

Q12.Computer AwarenessHard

Which type of read-only memory can have its contents erased by exposure to ultraviolet light?

  1. A.PROM
  2. B.EPROM
  3. C.EEPROM
  4. D.DRAM
Show answer

Correct answer: B. EPROM

Explanation

The correct answer is B, EPROM, erasable programmable read-only memory. A chip of this kind has a small quartz window, and shining ultraviolet light through it clears the stored contents so the chip can be programmed again. Until it is erased, it behaves like ordinary read-only memory and keeps its contents without power.

Option A, PROM, is programmable read-only memory, which is blank when made and can be written by the user exactly once; after that it cannot be changed at all. Option C, EEPROM, is electrically erasable programmable read-only memory, where the contents are wiped by an electrical signal rather than by light, which is why it can be updated while still inside the machine. Option D, DRAM, is dynamic random access memory, a volatile read-write memory that must be refreshed continually, so it is not a read-only memory at all. The key words are once, ultraviolet and electrically.

Frequently Asked Questions

Who is called the Father of the Computer and why?

Charles Babbage, the English mathematician who designed the Difference Engine and then the Analytical Engine. The Analytical Engine already contained the logical parts of a modern computer, a store for data, a mill for calculation, punched-card input and an output unit, which is why he is given the title even though the machine was never finished in his lifetime.

What is the difference between RAM and ROM?

RAM is random access memory: the CPU can both read from it and write to it, and it is volatile, so everything in it is lost the moment power goes off. ROM is read-only memory: its contents are written once, normally at manufacture, and it is non-volatile, so it survives a power cut. RAM holds the work in progress; ROM holds start-up instructions such as the BIOS.

Which component defines each generation of computers?

Vacuum tubes for the first generation, transistors for the second, integrated circuits for the third, microprocessors built on VLSI for the fourth, and ultra large scale integration with artificial intelligence for the fifth. Naming the component is the quickest way to place any example machine in its generation.

How many bits are there in a nibble and in a byte?

A nibble is 4 bits and a byte is 8 bits, which is the space needed to store one character. Above the byte each unit is 1024 times the one below it, giving kilobyte, megabyte, gigabyte, terabyte, petabyte, exabyte, zettabyte and yottabyte in that order.

What was India's first indigenous supercomputer?

PARAM 8000, developed by the Centre for Development of Advanced Computing under the leadership of Vijay Bhatkar and unveiled in 1991. It made India one of the few countries building its own supercomputers and began the PARAM series.

What is the difference between data and information?

Data is raw, unorganised material fed into the computer, such as a list of marks. Information is the meaningful result that comes out after processing, such as the average mark or the rank list. The change from one to the other is the processing stage of the input-process-output cycle.

Sources

View all
  • Computer Awareness

    Input and Output Devices: Types, Examples and MCQs

    25 September 2026