Module 1: Computer Hardware
What is internal memory?
Internal memory includes components that are close to the processor, like registers (internal to the processor) or memory cache (external to the processor).
What is memory cache?
It is used to store data that the processor will likely need again.
What is primary memory?
Part of the computer memory directly accessed from the CPU.
Contains RAM and ROM.
What is the primary functional difference between RAM and ROM?
RAM (Random Access Memory) is volatile memory, stores data that is currently being used in applications or services; its contents are lost when power is cut.
ROM (Read-Only Memory) is non-volatile and stores permanent startup instructions, such as the start up instructions, OS kernel, or BIOS.
Detail the differences between Dynamic RAM (DRAM) and Static RAM (SRAM) regarding construction and performance.
What is the specific utility of SRAM in modern processors?
Due to its high speed and lack of a refresh requirement, SRAM is used for processor memory cache.
Define the three programmable variants of ROM.
[Past Exam Q&A adds:]
• EPROM needs to be removed from the device to be erased; EEPROM can be erased in situ.
• EPROM must be entirely erased before rewriting; EEPROM does not have to be entirely erased before rewriting.
What is the technical classification of Flash memory?
Flash memory is a type of EEPROM specifically engineered for high-density storage applications like SSDs, memory cards, and memory sticks.
What is secondary storage?
They are non-volatile storage devices not directly accessible by the CPU.
They have larger capacities than RAM and ROM.
They store all of the operating system, applications, files, device drivers.
Describe the classification and physical data organization on a Hard Disk Drive (HDD).
HDD is a type of magnetic storage device.
Data is organized into concentric tracks which are further divided into sectors.
The platters are mounted on a central spindle and rotate at several thousand revolutions per minute.
Define “latency” and “fragmentation” as they pertain to HDD performance.
Latency is the time taken for a specific sector to rotate under the read-write head.
Fragmentation occurs when files are stored in non-adjacent sectors, forcing the actuator arm to move excessively to retrieve data.
What are the primary advantages of SSDs over HDDs?
SSDs have no moving parts, resulting in near-instantaneous startup.
SSDs have lower power consumption, higher physical resilience to shock, and much lower latency.
Module 2: Optical and External Storage Devices
Compare between the different types of optial storage in terms of light used, number layers coded, and max capacities (aprox).
How is data read from optical media like CDs and DVDs?
A low-power laser reflects off a metal layer; “lands” reflect light directly back to a photodiode, while “pits” scatter the light. This pattern is interpreted as binary data. Pit = 1, Land = 0.
Module 3: Embeded Systems
What are the primary characteristics of Embedded Systems?
They are found in industrial, automotive, and home appliance applications.
List three “Pros” and three “Cons” of Embedded Systems.
Pros: Small size, low manufacturing cost, and low power consumption.
Cons: Difficult to upgrade, requires specialist troubleshooting, and potential confusing user interfaces or vulnerability to hackers.
Module 4: Peripheral and Inupt/Output Devices
Detail the operation of a keyboard.
Detail the operation of a scanner.
How does an optical mouse calculate movement coordinates?
An LED reflects light off the surface into a CMOS sensor that captures approximately 1,500 images per second; a microprocessor analyses the differences in surface patterns between images to calculate movement.
Explain the conversion steps in a dynamic microphone.
[Past Exam Q&A adds:]
Full exam answer:
• The microphone has a diaphragm / ribbon.
• The incoming sound waves cause vibrations of the diaphragm.
• Causing a coil to move past a magnet (dynamic microphone) // changing the capacitance (condenser microphone) // deforms the crystal (crystal microphone).
• An electrical signal is produced.