26The octal number is equivalent to which binary number?
conversion in number systems
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
Convert each octal digit to 3 bits: , , , giving .
Incorrect! Try again.
27How many distinct values can be represented using bits?
data representation using number system
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
With bits, values are possible. For bits, distinct values (0 to 255).
Incorrect! Try again.
28Which of the following statements about number systems is correct?
data representation using number system
Medium
A.The hexadecimal system uses digits – only
B.The base of the octal system is
C.The base of the octal system is
D.The binary system uses digits , ,
Correct Answer: The base of the octal system is
Explanation:
Octal uses base (digits –). Hexadecimal is base using – and –, and binary is base using only and .
Incorrect! Try again.
29In the ASCII coding scheme, a single standard character is represented using how many bits?
data representation using number system
Medium
A. bits
B. or bits
C. bits
D. bits
Correct Answer: or bits
Explanation:
Standard ASCII uses bits to encode characters, and extended ASCII uses bits (one byte) for characters.
Incorrect! Try again.
30Add the two binary numbers and . What is the result?
conversion in number systems
Medium
A.
B.
C.
D.
Correct Answer:
Explanation:
and ; .
Incorrect! Try again.
31The technology that primarily characterized the first generation of computers was:
characteristics & generation of computers
Medium
A.Integrated circuits
B.Microprocessors
C.Vacuum tubes
D.Transistors
Correct Answer: Vacuum tubes
Explanation:
First-generation computers used vacuum tubes. Transistors marked the second generation, ICs the third, and microprocessors the fourth.
Incorrect! Try again.
32A computer completing a task with almost no errors best illustrates which characteristic of computers?
characteristics & generation of computers
Medium
A.Accuracy
B.Diligence
C.Storage
D.Versatility
Correct Answer: Accuracy
Explanation:
Accuracy refers to producing correct results with minimal errors, provided the input and instructions are correct. Errors are usually due to human input, not the machine.
Incorrect! Try again.
33A computer performing the same repetitive task for hours without getting tired demonstrates which characteristic?
characteristics & generation of computers
Medium
A.Diligence
B.Reliability
C.Automation
D.Accuracy
Correct Answer: Diligence
Explanation:
Diligence is the ability to perform repetitive tasks continuously without fatigue, boredom, or loss of concentration, unlike humans.
Incorrect! Try again.
34Which generation of computers introduced the use of integrated circuits (ICs)?
characteristics & generation of computers
Medium
A.Second generation
B.Third generation
C.Fourth generation
D.First generation
Correct Answer: Third generation
Explanation:
Third-generation computers (roughly 1965–1971) used integrated circuits, making machines smaller, faster, and more reliable than transistor-based systems.
Incorrect! Try again.
35In the block diagram of a computer, which unit is responsible for performing arithmetic and logical operations?
block diagram of a computer
Medium
A.Memory Unit
B.Control Unit (CU)
C.Input Unit
D.Arithmetic Logic Unit (ALU)
Correct Answer: Arithmetic Logic Unit (ALU)
Explanation:
The ALU carries out all arithmetic (add, subtract) and logical (compare, AND, OR) operations. The CU only directs and coordinates operations.
Incorrect! Try again.
36Which component of the CPU directs and coordinates the activities of all other units without performing the actual processing?
block diagram of a computer
Medium
A.Control Unit
B.Primary Memory
C.Arithmetic Logic Unit
D.Output Unit
Correct Answer: Control Unit
Explanation:
The Control Unit fetches, decodes, and coordinates instructions, signaling other units when to act. It manages data flow but does not perform calculations itself.
Incorrect! Try again.
37A keyboard and a mouse both belong to which functional block of a computer?
block diagram of a computer
Medium
A.Output unit
B.Input unit
C.Storage unit
D.Control unit
Correct Answer: Input unit
Explanation:
Keyboards and mice feed data and commands into the computer, so both are part of the input unit.
Incorrect! Try again.
38The combination of the ALU and the Control Unit is together known as the:
block diagram of a computer
Medium
A.Central Processing Unit (CPU)
B.Motherboard
C.System Bus
D.Memory Unit
Correct Answer: Central Processing Unit (CPU)
Explanation:
The CPU consists mainly of the ALU, the Control Unit, and registers. It is often called the brain of the computer.
Incorrect! Try again.
39The use of computers to store patient records, analyze medical images, and monitor vital signs represents an application in which sector?
application of computers in various sectors
Medium
A.Banking
B.Agriculture
C.Healthcare
D.Entertainment
Correct Answer: Healthcare
Explanation:
Managing patient records, medical imaging (like CT/MRI analysis), and vital-sign monitoring are core computer applications in the healthcare sector.
Incorrect! Try again.
40A bank uses computers for ATMs, online transactions, and maintaining customer accounts. This is an example of computer application in which sector?
application of computers in various sectors
Medium
A.Weather forecasting
B.Education
C.Banking and finance
D.Manufacturing
Correct Answer: Banking and finance
Explanation:
ATMs, online/net banking, and account management are typical computer applications within the banking and finance sector.
Incorrect! Try again.
41What is the hexadecimal equivalent of the octal number ?
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Convert octal to binary: , , , giving . Group into 4-bit sets from the right: . So the answer is .
Incorrect! Try again.
42The binary number is equal to which decimal value?
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Integer part: . Fraction: . Total .
Incorrect! Try again.
43If , then what is the value of ?
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, which gives bits at positions 5,2,1,0: .
Incorrect! Try again.
44Using 8-bit two's complement representation, what is the binary form of ?
data representation using number system
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Invert to get , then add 1: . This is the two's complement of .
Incorrect! Try again.
45The result of the binary addition is:
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
and ; their sum is .
Incorrect! Try again.
46What is the base-5 representation of the decimal number ?
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
r ; r ; r . Reading remainders bottom-up: .
Incorrect! Try again.
47Convert the hexadecimal number to decimal.
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
.
Incorrect! Try again.
48The decimal fraction is converted to binary. Which is the correct approximation to 6 fractional bits?
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
Repeated multiplication by 2: . Collecting bits gives .
Incorrect! Try again.
49Which sequence correctly matches the switching technology to computer generations from first to fourth?
First generation used vacuum tubes, second used transistors, third used integrated circuits (ICs), and fourth introduced microprocessors (VLSI).
Incorrect! Try again.
50A computer performs operations per second with an error rate of zero for identical inputs. Which two characteristics are most directly demonstrated?
characteristics & generation of computers
Hard
A.Storage and versatility
B.Accuracy and storage
C.Diligence and automation
D.Speed and reliability
Correct Answer: Speed and reliability
Explanation:
High operations per second illustrates speed, while producing consistent error-free output for identical inputs illustrates reliability. Accuracy relates to correctness of results, not consistency across runs.
Incorrect! Try again.
51In the block diagram of a computer, data flows from an input device to be processed and then to output. Which path correctly reflects where computation and coordination occur?
block diagram of a computer
Hard
A.Input → Control Unit (compute) → ALU coordinating → Output
B.Input → Output → ALU → Memory → Control Unit
C.Input → ALU → Control Unit (compute) → Output directly without memory
D.Input → Memory → ALU (compute) with Control Unit coordinating → Memory → Output
Correct Answer: Input → Memory → ALU (compute) with Control Unit coordinating → Memory → Output
Explanation:
Data enters, is stored in memory, the ALU performs arithmetic/logic operations while the Control Unit coordinates the flow, results return to memory, then go to output. Computation is done by the ALU, coordination by the Control Unit.
Incorrect! Try again.
52Which statement about the CPU components in the block diagram is correct?
block diagram of a computer
Hard
A.The Control Unit does not perform arithmetic; it directs operations of the ALU and memory
B.The ALU generates control signals to sequence instructions
C.The Control Unit stores the results of arithmetic operations
D.Registers permanently store data even after power off
Correct Answer: The Control Unit does not perform arithmetic; it directs operations of the ALU and memory
Explanation:
The Control Unit generates timing and control signals to direct the ALU, memory, and I/O; it does not perform arithmetic. The ALU handles computation, and registers are volatile temporary storage.
Incorrect! Try again.
53The binary result of using two's complement subtraction (5-bit) is:
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
, ; .
Incorrect! Try again.
54How many distinct values can be represented using bits, and what is the largest unsigned value?
data representation using number system
Hard
A. values, largest
B. values, largest
C. values, largest
D. values, largest
Correct Answer: values, largest
Explanation:
With bits there are distinct combinations (from to ), so the largest unsigned value is .
Incorrect! Try again.
55What is the octal equivalent of the hexadecimal number ?
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
in binary is . Group into 3 bits from right: .
Incorrect! Try again.
56In some base , the number equals . What is the value of ?
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
. Solving gives .
Incorrect! Try again.
57In BCD (Binary Coded Decimal) representation, how is the decimal number encoded?
data representation using number system
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
In BCD each decimal digit is encoded in 4 bits: and , giving . Note this differs from the pure binary .
Incorrect! Try again.
58A hospital system uses computers to store patient records, analyze medical scans with pattern recognition, and control automated dosage pumps. Which combination of application areas is being used?
application of computers in various sectors
Hard
A.Database management, image processing, and real-time control
B.Batch processing, e-commerce, and CAD
C.Word processing, data mining, and simulation
D.Desktop publishing, forecasting, and networking
Correct Answer: Database management, image processing, and real-time control
Explanation:
Storing records is database management, analyzing scans is image processing/pattern recognition, and controlling dosage pumps in real time is real-time control. These map directly to the three described tasks.
Incorrect! Try again.
59The 1's complement of the binary number is:
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
The 1's complement is obtained by inverting each bit: .
Incorrect! Try again.
60What is the decimal value of the binary product ?
conversion in number systems
Hard
A.
B.
C.
D.
Correct Answer:
Explanation:
and ; their product is (binary ).
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 →