3.1 Hardware.computer_components Flashcards
What is a memory cache?
High-speed memory external to the processor that stores data the processor will need again.
Define random access memory (RAM).
A primary memory unit that can be written to and read from.
What is read-only memory (ROM)?
A primary memory unit that can only be read from.
What is dynamic RAM (DRAM)?
A type of RAM chip that needs constant refreshing to retain its data.
Define static RAM (SRAM).
A type of RAM chip that uses flip-flops and does not require refreshing.
What does “refreshed” mean in the context of DRAM?
The process of charging a component to retain its electronic state.
What is programmable ROM (PROM)?
A type of ROM chip that can be programmed once.
Define erasable PROM (EPROM).
A type of ROM that can be programmed more than once using ultraviolet (UV) light.
What is a hard disk drive (HDD)?
A type of magnetic storage device that uses spinning disks to store data.
What is latency in computer systems?
The lag in a system, such as the time taken to locate a track on a hard disk.
What does it mean when a hard disk is fragmented?
Data is stored in non-consecutive sectors due to editing and deletion of old data.
What is a removable hard disk drive?
A portable, external HDD that connects via USB and is often used for backups.
Define solid-state drive (SSD).
Storage media with no moving parts, relying on electron movement for data storage.
What is electronically erasable programmable read-only memory (EEPROM)?
A ROM chip that can be erased and written to repeatedly using pulsed voltages.
What is flash memory?
A type of EEPROM suited for SSDs, memory cards, and memory sticks.
What is optical storage?
Storage media such as CDs, DVDs, and Blu-ray™ discs that use laser light to read/write data.
Define dual layering in DVDs.
A technique that uses two recording layers for increased storage capacity.
What is birefringence in DVDs?
A reading problem caused by laser light refraction into two beams.
What is binder 3D printing?
A 3D printing method that uses dry powder followed by a binding agent in two stages.
Define direct 3D printing.
A technique where the print head moves in x, y, and z directions to build layers of melted material.
What is a digital-to-analogue converter (DAC)?
A device that converts digital data into electric currents for motors, actuators, etc.
What is an analogue-to-digital converter (ADC)?
A device that converts analogue data (e.g., from sensors) into a format computers can understand.
What is an organic LED (OLED)?
A screen technology that uses electron movement to produce images without backlighting.
Define screen resolution.
The number of pixels horizontally and vertically on a screen.
What is a touch screen?
A screen that allows selection or manipulation using a finger or stylus.
What is capacitive touch screen technology?
A system where glass layers form a capacitor, and a touch changes the electric field.
Define resistive touch screen technology.
A system where touching causes a glass layer to meet a plastic layer, completing a circuit.
What is a virtual reality (VR) headset?
A wearable device that immerses the user in a virtual reality experience.
What is a sensor in computing?
An input device that reads physical data from its surroundings.
What is the primary function of memory in a computer?
Memory provides internal devices that the computer can directly access, acting as the user’s workspace or storing temporary and essential data for running the computer.
What is the purpose of storage devices?
Storage devices allow users to store applications, data, and files permanently, with the ability to modify or read them as needed.
Why does storage need to be larger than internal memory?
Users may need to store large files in large quantities such as music or photographic images, which require more capacity than internal memory provides. Not everything in secondary storage needs to be used at all times.
What is the benefit of removable storage devices?
They allow data to be transferred between computers or stored off-site to prevent data loss.
How has technology like ‘data drop’ and cloud storage changed storage needs?
They reduce the dependency on physical storage devices by enabling wireless transfer and remote data storage.
What is internal memory?
Components like registers (within the processor) and memory cache (external to the processor) used to store data for quick processor access.
What are the two categories of primary memory?
RAM (Random Access Memory) and ROM (Read-Only Memory).
What are examples of secondary storage devices?
HDD (Hard Disk Drive), SSD (Solid State Drive), removable devices like DVDs, CDs, Blu-ray discs, flash memory sticks, and portable HDDs.
What is primary memory?
Memory directly accessible by the CPU, including RAM and ROM, used to temporarily store applications and services.
Why is RAM called “random access”?
Any memory location can be accessed independently of the last used location.
What are the characteristics of RAM?
- Can be written to or read from
- Stores data, files, applications, or operating system parts currently in use
- Volatile (loses contents when the computer is powered off)
How does RAM size affect computer performance?
Larger RAM reduces the need to overwrite data from secondary storage, speeding up operations.
What happens when RAM becomes full?
The processor accesses secondary storage more frequently, slowing down performance.
What are the two types of RAM technology?
- Dynamic RAM (DRAM): Requires constant refreshing.
- Static RAM (SRAM): Does not require refreshing and uses flip-flops.
How does RAM compare to secondary storage in access speed?
RAM has much faster access times than secondary storage devices.
What components make up a DRAM chip?
DRAM chips consist of transistors and capacitors. Capacitors hold the bits of information (0 or 1), and transistors act as switches to read or change the capacitor’s value.
Why does DRAM need to be refreshed?
Capacitors in DRAM lose their charge quickly and need to be refreshed every 15 microseconds to retain their values.
What happens if DRAM is not refreshed?
The capacitor’s charge leaks away, leaving all capacitors with a value of 0.
What are the advantages of DRAM over SRAM?
- Lower cost: DRAM is cheaper to manufacture.
- Higher capacity: DRAM has greater memory capacity.
- Lower power consumption: Under normal conditions, it uses less power compared to SRAM.
What are the disadvantages of DRAM compared to SRAM?
- Slower access time: DRAM has slower data access (60 ns vs. 25 ns for SRAM).
- Constant refreshing required: DRAM needs frequent recharging, consuming power under heavy access.
How does SRAM store data?
SRAM uses flip-flops to hold each bit of memory, eliminating the need for constant refreshing.
What are the advantages of SRAM over DRAM?
- Faster access time: SRAM is much faster (25 ns compared to 60 ns for DRAM).
- No refreshing needed: SRAM stores data without constant recharging.
- Used in cache memory: Ideal for high-speed operations like processor caches.
Why is SRAM used in memory cache?
SRAM’s speed allows it to store frequently accessed data and instructions, reducing the need to access slower DRAM.
What are the disadvantages of SRAM compared to DRAM?
- Higher cost: SRAM is more expensive to manufacture.
- Lower capacity: SRAM has less memory capacity.
- Potential for higher power usage: When accessed frequently, SRAM can consume more power than DRAM.
What is the typical access time for DRAM and SRAM?
DRAM: 60 nanoseconds
SRAM: 25 nanoseconds
Why is DRAM the most common type of RAM in computers?
Its lower cost and higher capacity make it suitable for main memory applications.
What is ROM and how is it different from RAM?
ROM (Read-Only Memory) is a permanent, non-volatile memory device that can only be read from, not written to. Unlike RAM, ROM retains its contents after power-off and is used to store data like the BIOS required for computer start-up.
What are the properties of RAM?
- Temporary memory device
- Volatile: Loses contents when power is off
- Can be written to and read from
- Stores data, files, programs, or parts of the OS currently in use
- Increasing its size improves the operational speed of the computer
What are the properties of ROM?
- Permanent memory device
- Non-volatile: Retains contents after power-off
- Data stored cannot be altered
- Often stores BIOS and other data needed at start-up
What is a PROM?
A Programmable Read-Only Memory is a ROM chip that can be written to once using a PROM writer, which burns fuses in its matrix. PROMs are used in applications like mobile phones and RFID tags.
How does an EPROM differ from a PROM?
- Stands for Erasable Programmable Read-Only Memory
- EPROMs use floating gate transistors and capacitors instead of fuses.
- They can be reprogrammed using ultraviolet (UV) light through a quartz window.
- Commonly used for applications under development, such as new games consoles.
What are embedded systems?
Embedded systems involve microprocessors installed in devices (e.g., cookers, refrigerators) to enable efficient control of operations, often remotely via web-enabled devices.
What are the pros of embedded systems?
- Small size, easy to fit into devices
- Low cost to produce
- Dedicated to one task, often without an OS
- Low power consumption
- Real-time operation with fast reaction to input
- Reliable due to mass production
What are the cons of embedded systems?
- Difficult to upgrade to new technology
- Fault troubleshooting requires specialists
- Interfaces, though simple, can be confusing
- Vulnerable to hacking and viruses if internet-accessible
- Often discarded rather than repaired, leading to waste
How is a PROM programmed?
A PROM is programmed using a PROM writer that applies electric currents to burn specific fuses in its matrix. This process is irreversible, allowing the PROM to be written to only once.
How is an EPROM erased and reprogrammed?
EPROMs are erased using ultraviolet (UV) light and reprogrammed through the same process, making them suitable for development applications.