COMPUTER ARCHITECTURE SET 1-5
OBJECTIVE ASSESSMENT PRACTICE
EXAM 2026/2027 COMPLETE ACCURATE
TEST EXAM PRACTICE QUESTIONS &
RATIONALES GRADED A+ JUST RELEASED
SET 1: COMPUTER ABSTRACTIONS &
TECHNOLOGY
Questions 1-15
Question 1
Which of the following is NOT one of the five
classic components of a computer?
A) Datapath
B) Control
C) Cache controller
D) Memory
Correct Answer: C
Rationale: The five classic components of a
computer are Datapath, Control, Memory, Input, and
Page | 1
,Output. A cache controller is a subcomponent of the
memory hierarchy, not one of the five primary
components. The datapath handles data flow and
computations, control manages instruction
execution, memory stores data and instructions, and
input/output interfaces with external devices .
Question 2
What fundamental principle states that integrated
circuit resources double approximately every 18-24
months?
A) Amdahl's Law
B) Moore's Law
C) Bell's Law
D) Murphy's Law
Correct Answer: B
Rationale: Moore's Law is the observation made by
Gordon Moore in 1965 that the number of transistors
on an integrated circuit doubles approximately every
two years. This has historically driven exponential
growth in computing performance, though physical
limits are now slowing this trend. Amdahl's Law
Page | 2
,describes performance improvement limits based on
parallelizable fractions, Bell's Law describes
computer classes, and Murphy's Law is a general
adage .
Question 3
A computer used for running larger programs for
multiple users, often simultaneously and accessed
via a network, is classified as a:
A) Personal Computer
B) Supercomputer
C) Embedded Computer
D) Server
Correct Answer: D
Rationale: Servers are networked computers
designed to provide services (such as running large
programs, storing data, or hosting websites) to
multiple users or other computers simultaneously.
Personal computers are single-user systems,
supercomputers are used for high-performance
scientific calculations, and embedded computers run
specific applications within other devices .
Page | 3
, Question 4
Which of the following is an example of systems
software?
A) Web browser
B) Video game
C) Compiler
D) Spreadsheet
Correct Answer: C
Rationale: Systems software provides fundamental
services that enable hardware and application
software to work together. This includes operating
systems, compilers, loaders, and assemblers. Web
browsers, games, and spreadsheets are application
software designed for end-user tasks .
Question 5
The instruction set architecture (ISA) serves as the:
A) Physical layout of transistors
B) Contract between hardware and lowest-level
software
Page | 4