Computer Fundamentals: Characteristics & Generation of Computers
Easy
A.Transistors
B.VLSI circuits
C.Vacuum tubes
D.Microprocessors
Correct Answer: Transistors
Explanation:
Second-generation computers replaced vacuum tubes with transistors, making machines smaller, faster, and more reliable.
Incorrect! Try again.
4The microprocessor was introduced in which generation of computers?
Computer Fundamentals: Characteristics & Generation of Computers
Easy
A.Third generation
B.First generation
C.Second generation
D.Fourth generation
Correct Answer: Fourth generation
Explanation:
Fourth-generation computers are marked by the microprocessor, which placed the CPU on a single chip using VLSI technology.
Incorrect! Try again.
5The property that allows a computer to always give correct results (assuming correct input) is called:
Computer Fundamentals: Characteristics & Generation of Computers
Easy
A.Automation
B.Diligence
C.Accuracy
D.Versatility
Correct Answer: Accuracy
Explanation:
Accuracy means a computer produces error-free results as long as the input data and instructions are correct.
Incorrect! Try again.
6Which unit of the computer is responsible for performing arithmetic and logical operations?
Block diagram of Computer
Easy
A.ALU
B.Memory Unit
C.Control Unit
D.Output Unit
Correct Answer: ALU
Explanation:
The Arithmetic Logic Unit (ALU) carries out all arithmetic calculations and logical comparisons.
Incorrect! Try again.
7Which part of the computer directs and coordinates the operations of all other units?
Block diagram of Computer
Easy
A.Control Unit
B.Input Unit
C.Storage Unit
D.ALU
Correct Answer: Control Unit
Explanation:
The Control Unit manages and coordinates the activities of the entire computer by directing the flow of data and instructions.
Incorrect! Try again.
8The Control Unit and the ALU together form the:
Block diagram of Computer
Easy
A.Motherboard
B.CPU
C.Hard disk
D.RAM
Correct Answer: CPU
Explanation:
The Central Processing Unit (CPU) consists of the Control Unit and the Arithmetic Logic Unit, and is often called the brain of the computer.
Incorrect! Try again.
9Which of the following is an input device?
Block diagram of Computer
Easy
A.Printer
B.Monitor
C.Keyboard
D.Speaker
Correct Answer: Keyboard
Explanation:
A keyboard is an input device used to enter data and commands into the computer.
Incorrect! Try again.
10Which of the following is an output device?
Block diagram of Computer
Easy
A.Microphone
B.Mouse
C.Scanner
D.Monitor
Correct Answer: Monitor
Explanation:
A monitor is an output device that displays processed information to the user.
Incorrect! Try again.
11The use of computers to manage patient records and diagnostic imaging is an application of IT in which sector?
Application of IT in various sectors
Easy
A.Healthcare
B.Agriculture
C.Entertainment
D.Banking
Correct Answer: Healthcare
Explanation:
In healthcare, IT is used for electronic health records, imaging, and diagnostic systems.
Incorrect! Try again.
12ATM services and online fund transfers are examples of IT applications in the:
Application of IT in various sectors
Easy
A.Banking sector
B.Agriculture sector
C.Transport sector
D.Education sector
Correct Answer: Banking sector
Explanation:
The banking sector uses IT for ATMs, online banking, and electronic fund transfers.
Incorrect! Try again.
13E-learning and online examinations are applications of IT in which field?
Application of IT in various sectors
Easy
A.Retail
B.Education
C.Manufacturing
D.Defence
Correct Answer: Education
Explanation:
In education, IT enables e-learning platforms, digital classrooms, and online examinations.
Incorrect! Try again.
14Buying and selling of goods through websites is commonly known as:
Application of IT in various sectors
Easy
A.E-governance
B.E-learning
C.E-commerce
D.E-mail
Correct Answer: E-commerce
Explanation:
E-commerce refers to conducting business transactions such as buying and selling products online.
Incorrect! Try again.
15What is the base (radix) of the binary number system?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Easy
A.16
B.2
C.10
D.8
Correct Answer: 2
Explanation:
The binary number system uses base 2, with only two digits: 0 and 1.
Incorrect! Try again.
16How many distinct digits are used in the hexadecimal number system?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Easy
A.8
B.2
C.16
D.10
Correct Answer: 16
Explanation:
The hexadecimal system uses 16 symbols: digits – and letters –.
Incorrect! Try again.
17The decimal equivalent of the binary number is:
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Easy
A.8
B.12
C.16
D.10
Correct Answer: 10
Explanation:
.
Incorrect! Try again.
18What is the base of the octal number system?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Easy
A.8
B.10
C.16
D.2
Correct Answer: 8
Explanation:
The octal number system uses base 8, with digits ranging from to .
Incorrect! Try again.
19The binary equivalent of the decimal number is:
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Easy
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
20In hexadecimal, the letter represents which decimal value?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Easy
A.10
B.11
C.15
D.14
Correct Answer: 10
Explanation:
In hexadecimal, letters continue after : , , , , , .
Incorrect! Try again.
21Convert the decimal number into its binary equivalent.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Dividing repeatedly by gives remainders (read bottom-up): . Check: .
Incorrect! Try again.
22What is the hexadecimal equivalent of the binary number ?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Group into nibbles: and , giving .
Incorrect! Try again.
23Convert the octal number to decimal.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
24The hexadecimal number is equal to which decimal value?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
25Convert the binary number into octal.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Group into triplets from the right: , so the octal value is .
Incorrect! Try again.
26What is the result of the binary addition ?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
and ; their sum is .
Incorrect! Try again.
27Convert the decimal fraction into binary.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
, , , giving .
Incorrect! Try again.
28How many distinct values can be represented using bits?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
With bits the number of combinations is . For , .
Incorrect! Try again.
29Convert the hexadecimal number to decimal.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
30The octal number is equivalent to which binary number?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Each octal digit maps to three bits: and , giving .
Incorrect! Try again.
31In the block diagram of a computer, which unit is responsible for performing arithmetic and logical operations?
Block diagram of Computer
Medium
A.Arithmetic Logic Unit (ALU)
B.Control Unit (CU)
C.Memory Unit
D.Input Unit
Correct Answer: Arithmetic Logic Unit (ALU)
Explanation:
The ALU carries out all arithmetic (add, subtract) and logical (compare, AND, OR) operations, while the CU directs data flow.
Incorrect! Try again.
32Which component of the CPU coordinates and directs the operations of all other units by generating control signals?
Block diagram of Computer
Medium
A.Cache Memory
B.Arithmetic Logic Unit
C.Registers
D.Control Unit
Correct Answer: Control Unit
Explanation:
The Control Unit decodes instructions and issues timing and control signals to synchronize the ALU, memory, and I/O units.
Incorrect! Try again.
33A student presses a key on the keyboard and the character appears on the monitor. Which sequence of units is involved in order?
Block diagram of Computer
Medium
A.Memory → Output Unit → CPU
B.Output Unit → CPU → Input Unit
C.Input Unit → CPU → Output Unit
D.CPU → Input Unit → Memory
Correct Answer: Input Unit → CPU → Output Unit
Explanation:
Data enters through the input unit, is processed by the CPU, and results are displayed by the output unit.
Incorrect! Try again.
34Which type of memory temporarily holds data and instructions currently being processed and loses its contents when power is off?
Block diagram of Computer
Medium
A.Primary memory (RAM)
B.Secondary memory (Hard disk)
C.Optical storage (CD)
D.Read Only Memory (ROM)
Correct Answer: Primary memory (RAM)
Explanation:
RAM is volatile primary memory that holds active data and programs, losing all content when power is removed.
Incorrect! Try again.
35Which characteristic of a computer refers to its ability to perform the same task repeatedly without getting tired or bored?
Computer Fundamentals: Characteristics & Generation of Computers
Medium
A.Speed
B.Diligence
C.Versatility
D.Accuracy
Correct Answer: Diligence
Explanation:
Diligence is the ability to perform repetitive tasks with the same accuracy and speed, unaffected by fatigue or boredom.
Incorrect! Try again.
36The use of Integrated Circuits (ICs) as the main electronic component marks which generation of computers?
Computer Fundamentals: Characteristics & Generation of Computers
Medium
A.Third generation
B.First generation
C.Fourth generation
D.Second generation
Correct Answer: Third generation
Explanation:
Third generation computers used integrated circuits; second used transistors, first used vacuum tubes, and fourth used microprocessors.
Incorrect! Try again.
37Which technology is associated with the fourth generation of computers?
Computer Fundamentals: Characteristics & Generation of Computers
Medium
A.Artificial Intelligence
B.Microprocessor (VLSI)
C.Transistors
D.Vacuum tubes
Correct Answer: Microprocessor (VLSI)
Explanation:
Fourth generation computers are built on VLSI microprocessors. AI is linked to the fifth generation.
Incorrect! Try again.
38A computer produces wrong output after being given incorrect input data. This situation is best described by which principle?
Computer Fundamentals: Characteristics & Generation of Computers
Medium
A.High storage capacity
B.Diligence
C.GIGO (Garbage In, Garbage Out)
D.Versatility
Correct Answer: GIGO (Garbage In, Garbage Out)
Explanation:
Computers lack independent judgement; if the input is faulty, the output will also be faulty, described by GIGO.
Incorrect! Try again.
39The use of software to monitor patient vital signs, store medical records, and assist in diagnosis is an application of IT primarily in which sector?
Application of IT in various sectors
Medium
A.Healthcare
B.Entertainment
C.Banking
D.Agriculture
Correct Answer: Healthcare
Explanation:
Electronic health records, diagnostic tools, and patient monitoring systems are core IT applications in the healthcare sector.
Incorrect! Try again.
40An ATM allowing customers to withdraw cash and check balances at any time represents the application of IT in which sector?
Application of IT in various sectors
Medium
A.Transportation
B.Manufacturing
C.Education
D.Banking
Correct Answer: Banking
Explanation:
ATMs, online banking, and electronic fund transfers are IT applications that automate services in the banking sector.
Incorrect! Try again.
41Convert the binary number into its hexadecimal equivalent.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Group into nibbles from the right: and . Hence .
Incorrect! Try again.
42The octal number is equivalent to which binary number?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Each octal digit maps to 3 bits: , , , giving .
Incorrect! Try again.
43Perform the binary addition and select the correct sum.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
and ; their sum is .
Incorrect! Try again.
44Convert the decimal fraction into binary.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Multiply by 2 repeatedly: (1), (0), (1), (1). Result: .
Incorrect! Try again.
45Convert the hexadecimal number directly into its octal equivalent.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Regroup into 3-bit sets from the right: .
Incorrect! Try again.
46What is the decimal value of the binary number ?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Integer part: . Fraction: . Total .
Incorrect! Try again.
47Convert the octal number into hexadecimal.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Grouping into nibbles: , , so .
Incorrect! Try again.
48Convert the decimal number into hexadecimal.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
r ; r ; . Reading remainders upward: .
Incorrect! Try again.
49Perform the hexadecimal addition .
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
and ; their sum is . Converting: .
Incorrect! Try again.
50Using 8-bit 2's complement arithmetic, compute and give the binary result.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, ; 2's complement of 27 is . Adding and discarding the carry gives .
Incorrect! Try again.
51What is the BCD (8-4-2-1) representation of the decimal number ?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
In BCD each decimal digit is coded separately: and , giving . Note this differs from the pure binary .
Incorrect! Try again.
52Convert the hexadecimal number into decimal.
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Integer part . Fractional part . Total .
Incorrect! Try again.
53Which statement correctly describes converting the decimal fraction to binary?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.It cannot be represented in binary at all
B.It produces a terminating 4-bit fraction
C.It produces a non-terminating repeating binary fraction
D.It produces the exact binary value
Correct Answer: It produces a non-terminating repeating binary fraction
Explanation:
, a repeating fraction. Because 10 has the prime factor 5, it cannot terminate in base 2, causing rounding errors in floating point.
Incorrect! Try again.
54An unsigned register uses bits. If it must store the decimal value , what is the minimum number of bits required?
Data Representation: Binary Number System Octal, Hexadecimal, decimal and their Conversion
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
With 8 bits the max is ; with 9 bits it is . So 9 bits are the minimum needed.
Incorrect! Try again.
55Which technology is the defining hardware characteristic that distinguishes fourth-generation computers from third-generation computers?
Characteristics & Generation of Computers
Hard
A.Vacuum tubes replaced by relays
B.Individual transistors mounted on circuit boards
C.Small-scale integrated circuits (SSI)
D.Microprocessors built using VLSI/LSI integration
Correct Answer: Microprocessors built using VLSI/LSI integration
Explanation:
Third-generation machines used integrated circuits (SSI/MSI), while fourth-generation machines are defined by the microprocessor made possible by Large/Very Large Scale Integration.
Incorrect! Try again.
56Which of the following statements about the characteristics of a computer is FALSE?
Characteristics & Generation of Computers
Hard
A.A computer performs repetitive tasks without fatigue (diligence)
B.A computer can perform diverse tasks (versatility)
C.A computer can generate original information without any input
D.A computer follows stored instructions without self-judgement
Correct Answer: A computer can generate original information without any input
Explanation:
Computers follow the GIGO principle; output depends on input and instructions. They lack independent intelligence and cannot create information without input, so this statement is false.
Incorrect! Try again.
57In the block diagram of a computer, which component coordinates and directs the operations of all other units but performs no arithmetic or logical operations itself?
Block diagram of Computer
Hard
A.Arithmetic Logic Unit
B.Primary Memory
C.Output Unit
D.Control Unit
Correct Answer: Control Unit
Explanation:
The Control Unit fetches, decodes, and directs the execution of instructions and coordinates all units. The ALU alone performs arithmetic and logical operations.
Incorrect! Try again.
58According to the standard block diagram, which pairing of unit and role is INCORRECT?
Block diagram of Computer
Hard
A.Primary memory holds data and instructions currently in use
B.Secondary storage is part of the CPU and executes instructions
C.Input unit converts data into machine-readable form
D.The ALU and Control Unit together form the CPU
Correct Answer: Secondary storage is part of the CPU and executes instructions
Explanation:
Secondary storage is external to the CPU and only stores data permanently; it does not execute instructions. The CPU consists of the ALU and Control Unit (with registers).
Incorrect! Try again.
59In the banking sector, which technology is specifically used to read the pre-printed magnetic characters at the bottom of a cheque for fast, error-free processing?
Application of IT in various sectors
Hard
A.MICR (Magnetic Ink Character Recognition)
B.OMR (Optical Mark Recognition)
C.Barcode scanning
D.OCR (Optical Character Recognition)
Correct Answer: MICR (Magnetic Ink Character Recognition)
Explanation:
MICR reads magnetic ink characters printed on cheques, giving high-speed, reliable clearing. OMR reads marks, OCR reads printed text optically, and barcodes encode data as bars.
Incorrect! Try again.
60A hospital deploys a system that lets specialists diagnose and consult patients located in remote rural areas over a network. This application of IT in the healthcare sector is best termed:
Application of IT in various sectors
Hard
A.Telemedicine
B.Computer-Aided Design
C.Geographic Information System
D.Electronic Data Interchange
Correct Answer: Telemedicine
Explanation:
Telemedicine uses IT and networks to deliver clinical care remotely. CAD is for design, GIS handles spatial data, and EDI exchanges business documents electronically.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →