Computer Fundamentals & Introduction MCQs 2026
45 questions with detailed answers · 20 from past papers · 5 quiz batches available
Choose a Quiz Batch. Each batch has 10 questions from this topic, in order. Take them one by one to work through all 45 MCQs. Login to save your scores and see your best per batch.
Read each question, think about the answer, then click Show Answer to reveal the correct option and explanation. Load 10 at a time so it stays manageable — perfect for one-topic study sessions on the bus or during a break.
- Q1 medium
Which part of the CPU directs and coordinates all operations
💡 Explanation:The Control Unit manages and coordinates the activities of all computer components.
- Q2 Past Paper · PPSC/FPSC/NTS easy
The father of the modern computer is
💡 Explanation:Charles Babbage designed the Analytical Engine and is known as the father of the computer.
- Q3 easy
Raw facts and figures given to a computer are called
💡 Explanation:Data are unprocessed raw facts; once processed they become information.
- Q4 easy
Processed data that is meaningful is called
💡 Explanation:Information is data that has been processed into a meaningful and useful form.
- Q5 Past Paper · PPSC/FPSC/NTS easy
The physical parts of a computer are called
💡 Explanation:Hardware refers to the tangible physical components of a computer.
- Q6 easy
The term "bug" in computers refers to
💡 Explanation:A bug is an error or fault in a program that causes incorrect results.
- Q7 Past Paper · PPSC/FPSC/NTS medium
The first mechanical calculating machine "Pascaline" was invented by
💡 Explanation:Blaise Pascal invented the Pascaline, an early mechanical calculator, in 1642.
- Q8 easy
1 Terabyte (TB) is equal to
💡 Explanation:1 TB equals 1024 Gigabytes.
- Q9 medium
Firmware is stored in
💡 Explanation:Firmware is permanent software stored in ROM.
- Q10 Past Paper · PPSC/FPSC/NTS medium
Which generation of computers used vacuum tubes
💡 Explanation:First-generation computers used vacuum tubes as their main electronic component.
- Q11 Past Paper · PPSC/FPSC/NTS easy
The process of starting or restarting a computer is called
💡 Explanation:Booting is the process of starting up a computer and loading the operating system.
- Q12 medium
Cache memory is used to
💡 Explanation:Cache is high-speed memory that stores frequently accessed data to speed up the CPU.
- Q13 Past Paper · PPSC/FPSC/NTS easy
The word "computer" is derived from the Latin word
💡 Explanation:"Computer" comes from the Latin "computare", meaning to calculate or reckon.
- Q14 easy
A computer is an electronic device that processes
💡 Explanation:A computer accepts data as input and processes it into meaningful information.
- Q15 Past Paper · PPSC/FPSC/NTS easy
The brain of the computer is called
💡 Explanation:The CPU (Central Processing Unit) is called the brain because it executes and controls all operations.
- Q16 easy
A set of instructions that tells the computer what to do is called
💡 Explanation:Software is a set of programs and instructions that direct hardware to perform tasks.
- Q17 easy
Which of the following is an example of system software
💡 Explanation:An operating system is system software that manages hardware and other software.
- Q18 Past Paper · PPSC/FPSC/NTS easy
One byte is equal to how many bits
💡 Explanation:One byte consists of 8 bits.
- Q19 Past Paper · PPSC/FPSC/NTS easy
1 Kilobyte (KB) is equal to
💡 Explanation:1 KB equals 2^10 = 1024 bytes.
- Q20 medium
Arithmetic and logical operations are performed by the
💡 Explanation:The Arithmetic Logic Unit (ALU) performs all arithmetic and logical operations.
- Q21 Past Paper · PPSC/FPSC/NTS medium
The first electronic general-purpose digital computer was
💡 Explanation:ENIAC (1945) is regarded as the first general-purpose electronic digital computer.
- Q22 Past Paper · PPSC/FPSC/NTS easy
RAM stands for
💡 Explanation:RAM stands for Random Access Memory.
- Q23 medium
ROM is an example of
💡 Explanation:ROM is non-volatile; it retains its contents even without power.
- Q24 easy
1 Gigabyte (GB) is equal to
💡 Explanation:1 GB equals 1024 Megabytes.
- Q25 Past Paper · PPSC/FPSC/NTS medium
Which of the following measures the speed of a CPU
💡 Explanation:CPU speed (clock speed) is measured in Hertz, typically GHz.
- Q26 medium
A device used to connect a computer to the internet via telephone line is
💡 Explanation:A modem modulates and demodulates signals to connect a computer to the internet.
- Q27 easy
Which is the correct ascending order of memory units
💡 Explanation:The correct ascending order is Kilobyte, Megabyte, Gigabyte, Terabyte.
- Q28 Past Paper · PPSC/FPSC/NTS easy
The smallest unit of data in a computer is
💡 Explanation:A bit (binary digit) is the smallest unit of data, holding either 0 or 1.
- Q29 medium
A group of 4 bits is called a
💡 Explanation:A nibble is a group of 4 bits, which is half a byte.
- Q30 Past Paper · PPSC/FPSC/NTS easy
The number system used internally by computers is
💡 Explanation:Computers internally use the binary number system consisting of 0s and 1s.
- Q31 medium
IBM stands for
💡 Explanation:IBM stands for International Business Machines Corporation.
- Q32 Past Paper · PPSC/FPSC/NTS medium
The two main components of the CPU are
💡 Explanation:The CPU mainly consists of the Arithmetic Logic Unit (ALU) and the Control Unit (CU).
- Q33 Past Paper · PPSC/FPSC/NTS medium
A computer that combines both analog and digital features is called
💡 Explanation:A hybrid computer combines the features of both analog and digital computers.
- Q34 Past Paper · PPSC/FPSC/NTS easy
The most powerful type of computer is
💡 Explanation:Supercomputers are the fastest and most powerful computers, used for complex calculations.
- Q35 easy
A personal computer (PC) is an example of a
💡 Explanation:A PC is a microcomputer designed for individual use.
- Q36 easy
Which of these is NOT an input device
💡 Explanation:A monitor is an output device; keyboard, mouse and scanner are input devices.
- Q37 easy
Which of these is an output device
💡 Explanation:A printer produces output; the others are input devices.
- Q38 Past Paper · PPSC/FPSC/NTS easy
Volatile memory that loses data when power is off is
💡 Explanation:RAM is volatile memory; its contents are lost when the computer is switched off.
- Q39 easy
The permanent storage device in a computer is
💡 Explanation:The hard disk is a secondary storage device that stores data permanently.
- Q40 Past Paper · PPSC/FPSC/NTS medium
Which language does a computer understand directly
💡 Explanation:Computers directly understand machine language, made of binary code.
- Q41 medium
A program that converts high-level language into machine language is
💡 Explanation:A compiler translates a whole high-level program into machine code.
- Q42 easy
The output shown on a monitor is called
💡 Explanation:On-screen output is a soft copy; printed output is a hard copy.
- Q43 easy
Printed output on paper is called
💡 Explanation:Output printed on paper is known as a hard copy.
- Q44 medium
GIGO in computer terminology stands for
💡 Explanation:GIGO means Garbage In, Garbage Out — poor input produces poor output.
- Q45 Past Paper · PPSC/FPSC/NTS easy
The full form of CPU is
💡 Explanation:CPU stands for Central Processing Unit.