1Which component is considered the 'brain' of the computer responsible for executing instructions?
A.Hard Disk Drive
B.Power Supply Unit
C.Random Access Memory (RAM)
D.Central Processing Unit (CPU)
Correct Answer: Central Processing Unit (CPU)
Explanation:
The CPU is the primary component that performs most of the processing inside a computer, executing instructions from hardware and software.
Incorrect! Try again.
2The Arithmetic Logic Unit (ALU) is a part of which computer component?
A.Secondary Storage
B.Memory Unit
C.CPU
D.Input Unit
Correct Answer: CPU
Explanation:
The ALU is a fundamental building block of the CPU, responsible for performing arithmetic and logic operations.
Incorrect! Try again.
3Which type of memory is volatile, meaning it loses data when power is turned off?
A.Flash Memory
B.RAM
C.ROM
D.Hard Disk
Correct Answer: RAM
Explanation:
RAM (Random Access Memory) is volatile memory used for temporary storage while the computer is running. It requires power to maintain the stored information.
Incorrect! Try again.
4What is the primary function of the Control Unit (CU) within the CPU?
A.To perform mathematical calculations
B.To store permanent data
C.To direct the flow of data and operation of the processor
D.To display graphics
Correct Answer: To direct the flow of data and operation of the processor
Explanation:
The Control Unit directs the operation of the processor by telling the computer's memory, arithmetic/logic unit, and input and output devices how to respond to the instructions of the program.
Incorrect! Try again.
5Which of the following is a non-volatile memory typically used to store firmware like BIOS?
A.ROM
B.SRAM
C.Cache
D.DRAM
Correct Answer: ROM
Explanation:
ROM (Read-Only Memory) is non-volatile and retains its data even without power, making it ideal for storing essential startup firmware like the BIOS.
Incorrect! Try again.
6What is the main difference between Static RAM (SRAM) and Dynamic RAM (DRAM)?
A.DRAM is faster and more expensive than SRAM.
B.SRAM must be constantly refreshed, while DRAM does not.
C.DRAM is non-volatile, whereas SRAM is volatile.
D.SRAM uses flip-flops to hold data and is faster than DRAM.
Correct Answer: SRAM uses flip-flops to hold data and is faster than DRAM.
Explanation:
SRAM is faster and more expensive because it uses flip-flops and doesn't need refreshing, whereas DRAM uses capacitors and requires periodic refreshing.
Incorrect! Try again.
7Which memory type acts as a high-speed buffer between the CPU and main memory?
A.Hard Drive
B.Cache Memory
C.Flash Drive
D.DVD-ROM
Correct Answer: Cache Memory
Explanation:
Cache memory is a small, very fast memory location close to the CPU that stores frequently used instructions to speed up processing.
Incorrect! Try again.
8In the context of storage, what does SSD stand for?
A.Super Speed Drive
B.System State Disk
C.Serial Storage Device
D.Solid State Drive
Correct Answer: Solid State Drive
Explanation:
SSD stands for Solid State Drive, a storage device that uses integrated circuit assemblies to store data persistently.
Incorrect! Try again.
9Which of the following is a mechanical component found in HDDs but not in SSDs?
A.NAND Gates
B.Controller Chip
C.Spinning Platter
D.Interface Connector
Correct Answer: Spinning Platter
Explanation:
HDDs read and write data magnetically on spinning platters using an actuator arm, whereas SSDs have no moving mechanical parts.
Incorrect! Try again.
10Which storage technology offers the fastest data access speeds and lower latency?
A.SSD
B.HDD (5400 RPM)
C.HDD (7200 RPM)
D.Optical Disc
Correct Answer: SSD
Explanation:
SSDs use flash memory which allows for significantly faster data access and lower latency compared to the mechanical operation of HDDs and optical discs.
Incorrect! Try again.
11What is the primary advantage of an HDD over an SSD?
A.Faster boot times
B.Lower cost per gigabyte of storage
C.Silent operation
D.Higher durability against drops
Correct Answer: Lower cost per gigabyte of storage
Explanation:
Currently, HDDs are generally cheaper to manufacture per unit of storage capacity compared to SSDs, making them cost-effective for massive storage.
Incorrect! Try again.
12Which component consists of a specialized electronic circuit designed to manipulate and alter memory to accelerate the creation of images?
A.ALU
B.GPU
C.BIOS
D.ROM
Correct Answer: GPU
Explanation:
The GPU (Graphics Processing Unit) is specialized for parallel processing, specifically for rendering images, video, and graphics.
Incorrect! Try again.
13Which interface is commonly used to connect internal hard drives and SSDs to the motherboard?
A.SATA
B.VGA
C.HDMI
D.Ethernet
Correct Answer: SATA
Explanation:
Serial ATA (SATA) is a computer bus interface that connects host bus adapters to mass storage devices like hard drives and optical drives.
Incorrect! Try again.
14What type of data does an HDMI cable transmit?
A.Internet data only
B.Power only
C.Digital Audio and Video
D.Analog Video only
Correct Answer: Digital Audio and Video
Explanation:
HDMI (High-Definition Multimedia Interface) transmits uncompressed video data and compressed or uncompressed digital audio data.
Incorrect! Try again.
15Which version of USB introduced the reversible Type-C connector?
A.USB 2.0
B.USB 1.0
C.USB 3.1/Type-C specifications
D.USB A
Correct Answer: USB 3.1/Type-C specifications
Explanation:
The USB Type-C connector specification was developed roughly concurrently with USB 3.1, offering a reversible plug design.
Incorrect! Try again.
16What is the typical range of NFC (Near Field Communication)?
A.Up to 100 meters
B.4 cm or less
C.Up to 10 meters
D.Unlimited
Correct Answer: 4 cm or less
Explanation:
NFC is designed for very short-range communication, typically requiring devices to be within 4 cm of each other.
Incorrect! Try again.
17Which wireless technology is primarily defined by the IEEE 802.15.1 standard for short-range personal area networks?
A.Wi-Fi
B.LTE
C.NFC
D.Bluetooth
Correct Answer: Bluetooth
Explanation:
Bluetooth is a wireless technology standard used for exchanging data between fixed and mobile devices over short distances (Personal Area Networks).
Incorrect! Try again.
18What does RAID stand for?
A.Redundant Array of Independent Disks
B.Redundant Allocation of Internal Data
C.Random Access of Independent Disks
D.Rapid Access In Drive
Correct Answer: Redundant Array of Independent Disks
Explanation:
RAID stands for Redundant Array of Independent (or Inexpensive) Disks, a technology used to increase performance and/or reliability of data storage.
Incorrect! Try again.
19Which RAID level provides data striping without redundancy?
A.RAID 10
B.RAID 5
C.RAID 1
D.RAID 0
Correct Answer: RAID 0
Explanation:
RAID 0 splits data evenly across two or more disks (striping) to improve performance but offers no fault tolerance (redundancy).
Incorrect! Try again.
20What is the primary function of RAID 1?
A.Striping for speed
B.Mirroring for redundancy
C.Parity for error checking
D.Concatenation for capacity
Correct Answer: Mirroring for redundancy
Explanation:
RAID 1 mirrors data across two or more disks. If one disk fails, the data is preserved on the other disk.
Incorrect! Try again.
21Which RAID level requires a minimum of three disks and uses distributed parity?
A.RAID 2
B.RAID 1
C.RAID 0
D.RAID 5
Correct Answer: RAID 5
Explanation:
RAID 5 uses block-level striping with distributed parity. It requires at least three disks to function effectively.
Incorrect! Try again.
22The speed of a CPU is typically measured in:
A.Megabits (Mb)
B.Gigabytes (GB)
C.Gigahertz (GHz)
D.RPM
Correct Answer: Gigahertz (GHz)
Explanation:
CPU clock speed, which determines how many cycles the CPU can execute per second, is measured in Hertz, typically Gigahertz (GHz) in modern computers.
Incorrect! Try again.
23Which of the following is an example of Sequential Access Storage?
A.SSD
B.Magnetic Tape
C.Hard Disk Drive
D.RAM
Correct Answer: Magnetic Tape
Explanation:
Magnetic tape is a sequential access medium, meaning you must fast-forward or rewind through data to get to a specific point, unlike random access devices.
Incorrect! Try again.
24What is the main benefit of a Multi-core Processor?
A.It replaces the need for RAM.
B.It increases the clock speed of a single task.
C.It allows for simultaneous execution of multiple tasks (parallel processing).
D.It consumes more power.
Correct Answer: It allows for simultaneous execution of multiple tasks (parallel processing).
Explanation:
Multi-core processors have two or more independent processing units (cores) that read and execute instructions, enabling better multitasking and parallel processing.
Incorrect! Try again.
25In a RAID 0 setup with two 500GB drives, what is the total usable storage capacity?
A.250GB
B.500GB
C.1000GB (1TB)
D.750GB
Correct Answer: 1000GB (1TB)
Explanation:
RAID 0 combines the capacity of all drives in the array. Two 500GB drives result in 1TB of total space, but with no redundancy.
Incorrect! Try again.
26In a RAID 1 setup with two 1TB drives, what is the total usable storage capacity?
A.1TB
B.2TB
C.1.5TB
D.500GB
Correct Answer: 1TB
Explanation:
RAID 1 mirrors the data. Two 1TB drives store the exact same data, so the usable capacity remains 1TB.
Incorrect! Try again.
27Which interface enables 'Plug and Play' capability, allowing devices to be detected immediately upon connection?
A.USB
B.Parallel Port
C.Serial Port
D.IDE
Correct Answer: USB
Explanation:
USB (Universal Serial Bus) supports Plug and Play, allowing the OS to automatically configure and discover new devices without restarting.
Incorrect! Try again.
28What is the fundamental storage unit within an SSD called?
A.NAND Flash Cell
B.Cylinder
C.Magnetic Sector
D.Track
Correct Answer: NAND Flash Cell
Explanation:
SSDs store data in NAND Flash memory cells, which are electronic components capable of retaining charge.
Incorrect! Try again.
29Which component dissipates heat generated by the processor to prevent overheating?
A.Transistor
B.Northbridge
C.Capacitor
D.Heat Sink / Fan
Correct Answer: Heat Sink / Fan
Explanation:
A heat sink absorbs heat from the CPU, and a fan disperses it, preventing the processor from reaching damaging temperatures.
Incorrect! Try again.
30What distinguishes an Integrated GPU from a Discrete GPU?
A.Integrated GPUs have their own dedicated RAM.
B.Discrete GPUs are built into the CPU die.
C.Discrete GPUs cannot run 3D games.
D.Integrated GPUs share system RAM, while Discrete GPUs have dedicated video memory.
Correct Answer: Integrated GPUs share system RAM, while Discrete GPUs have dedicated video memory.
Explanation:
Integrated GPUs use a portion of the computer's main system RAM (shared memory), while discrete GPUs are separate cards with their own dedicated VRAM.
Incorrect! Try again.
31Which connector is legacy (older) and primarily used for analog video signals?
A.VGA
B.DisplayPort
C.HDMI
D.USB-C
Correct Answer: VGA
Explanation:
VGA (Video Graphics Array) is an older standard that carries analog video signals, unlike the digital signals of HDMI and DisplayPort.
Incorrect! Try again.
32What technology allows a hard drive to notify the computer of a potential failure before it happens?
A.S.M.A.R.T.
B.RAID
C.BIOS
D.CMOS
Correct Answer: S.M.A.R.T.
Explanation:
S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology) is a monitoring system included in HDDs and SSDs to detect and report reliability indicators.
EPROM allows the memory to be erased (typically via UV light) and reprogrammed.
Incorrect! Try again.
40Which storage interface standard was designed to replace SATA for connecting SSDs to allow faster speeds via the PCIe bus?
A.IDE
B.USB 2.0
C.SCSI
D.NVMe
Correct Answer: NVMe
Explanation:
NVMe (Non-Volatile Memory Express) is a protocol designed specifically for SSDs to utilize the high-speed PCIe bus, overcoming the bottlenecks of the older SATA interface.
Incorrect! Try again.
41A GPU is primarily useful for which of the following tasks?
A.Compiling code
B.Word processing
C.Managing background OS tasks
D.Rendering 3D video games and video editing
Correct Answer: Rendering 3D video games and video editing
Explanation:
The parallel architecture of GPUs makes them highly efficient at the complex mathematical calculations required for rendering images and video.
Incorrect! Try again.
42Which memory is faster?
A.L1 Cache
B.L2 Cache
C.RAM
D.SSD
Correct Answer: L1 Cache
Explanation:
L1 Cache is located directly on the processor core and provides the fastest access speed of all memory types listed.
Incorrect! Try again.
43What is the typical use case for NFC in smartphones?
A.Storing photos
B.Streaming 4K video to a TV
C.Contactless payments (e.g., Apple Pay, Google Pay)
D.Connecting to a Wi-Fi router from 50m away
Correct Answer: Contactless payments (e.g., Apple Pay, Google Pay)
Explanation:
Due to its short range and security features, NFC is the standard technology used for contactless mobile payments.
Incorrect! Try again.
44The 'registers' are located inside which component?
A.Monitor
B.RAM
C.Hard Disk
D.CPU
Correct Answer: CPU
Explanation:
Registers are tiny, ultra-fast storage locations directly inside the CPU used to hold instructions and data currently being processed.
Incorrect! Try again.
45Which RAID level offers tolerance against the failure of two drives simultaneously?
A.RAID 5
B.RAID 6
C.RAID 1
D.RAID 0
Correct Answer: RAID 6
Explanation:
RAID 6 uses block-level striping with two parity blocks distributed across all member disks, allowing it to withstand two simultaneous drive failures.
Incorrect! Try again.
46Which computer generation used Vacuum Tubes?
A.Second Generation
B.First Generation
C.Third Generation
D.Fourth Generation
Correct Answer: First Generation
Explanation:
First-generation computers (roughly 1940-1956) utilized vacuum tubes for circuitry and magnetic drums for memory.
Incorrect! Try again.
47What does 'Hot Swappable' mean regarding an interface like USB?
A.The device can be plugged in or removed without shutting down the computer.
B.The device must be cooled before removal.
C.The device heats up during use.
D.The device requires a specific software driver to heat up.
Correct Answer: The device can be plugged in or removed without shutting down the computer.
Explanation:
Hot swapping allows components to be replaced or connected while the computer system remains running.
Incorrect! Try again.
48Compared to 32-bit processors, 64-bit processors can address:
A.Only Virtual Memory
B.Significantly more RAM
C.Less RAM
D.The same amount of RAM
Correct Answer: Significantly more RAM
Explanation:
A 32-bit processor can address up to 4GB of RAM, while a 64-bit processor can theoretically address exabytes of RAM.
Incorrect! Try again.
49Which component supplies power to the motherboard, optical drives, and hard drives?
A.PSU (Power Supply Unit)
B.GPU
C.CPU
D.UPS
Correct Answer: PSU (Power Supply Unit)
Explanation:
The PSU converts mains AC to low-voltage regulated DC power for the internal components of a computer.
Incorrect! Try again.
50What is the purpose of a 'Parity Bit' in RAID 5?
A.To encrypt the data
B.To compress the data
C.To increase storage speed
D.To reconstruct data if a drive fails
Correct Answer: To reconstruct data if a drive fails
Explanation:
Parity data allows the RAID controller to calculate the missing data from a failed drive by comparing the remaining data blocks and the parity block.