Computer Science 9618 - Hardware and Memory

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering core hardware components, memory types, touchscreens, optical/secondary storage, and embedded systems from Computer Science 9618 Paper 1.

Last updated 5:10 PM on 8/31/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

3D Printer

An output device that creates three-dimensional solid objects from a digital model designed using Computer-Aided Design (CAD) software, which splits the object into slices and extrudes molten plastic layer-by-layer using a stepper motor.

2
New cards

Laser Printer

A printer that uses a laser beam and a rotating mirror to draw an image as an electrostatic charge pattern on a photosensitive drum, which attracts oppositely charged toner before transferring it to paper and sealing it with a fuser.

3
New cards

Microphone

An input device containing a diaphragm that vibrates when sound waves strike it, causing a coil to move past a magnet (or changing capacitance) to create an electrical signal.

4
New cards

Speaker

An output device that converts an electrical signal into physical vibrations by altering the current direction in a coil to change the polarity of an electromagnet relative to a permanent magnet, vibrating a cone to produce sound waves.

5
New cards

Resistive Touchscreen

A touchscreen consisting of a flexible top polyester film and a bottom glass layer separated by an air gap; touching the top layer completes a circuit, allowing a microprocessor to calculate horizontal and vertical coordinates.

6
New cards

Capacitive Touchscreen

A touchscreen made up of multiple glass layers that store electrical charge; touching the screen changes the electric current, enabling a microprocessor to calculate the touch coordinates.

7
New cards

Virtual Reality (VR) Headset

A wearable hardware device featuring LCD screens, surround sound speakers, and motion sensors (such as gyroscopes or accelerometers) to track head direction and speed for immersive simulations.

8
New cards

RAM (Random Access Memory)

Volatile, read/write primary memory used to temporarily store data, programs, and operating system instructions currently in use.

9
New cards

ROM (Read Only Memory)

Non-volatile, read-only primary memory used to permanently store start-up instructions (BIOS) and the OS kernel.

10
New cards

DRAM (Dynamic Random Access Memory)

A type of RAM constructed from a single transistor and capacitor per bit that stores data as an electrical charge and requires constant refreshing.

11
New cards

SRAM (Static Random Access Memory)

A fast, high-cost type of RAM constructed using transistors arranged as flip-flops; it holds data without needing periodic refreshing and is primarily used in CPU cache memory.

12
New cards

PROM (Programmable Read Only Memory)

A type of ROM chip that is initially blank and can be programmed by a user only once; errors made during writing cannot be erased, rendering the chip unusable.

13
New cards

EPROM (Erasable Programmable Read Only Memory)

A type of ROM chip that can be erased using ultraviolet (UV) light and rewritten, but must be removed from the circuit board and completely erased prior to rewriting.

14
New cards

EEPROM (Electrically Erasable Programmable Read Only Memory)

A type of ROM/flash memory that can be erased and reprogrammed using electrical voltage in situ without removing the chip or fully erasing the contents first.

15
New cards

Buffer

A temporary storage area within RAM used to hold data transferring between components operating at different speeds, preventing slower peripheral devices from stalling processor activity.

16
New cards

Hard Disk Drive (HDD)

A magnetic secondary storage device using spinning platters coated with ferrous-oxide, read/write heads mounted on an actuator arm, and tracks divided into sectors to store magnetic data blocks.

17
New cards

Solid State Drive (SSD)

A non-volatile secondary storage device with no moving parts that utilizes floating gate and control gate transistors within NAND or NOR flash memory grids to control electron flow.

18
New cards

DVD-RW

An optical disc format with a single spiral track and 4.7GB4.7\,GB capacity that utilizes phase-change recording layer technology and requires existing data to be completely erased before writing new data.

19
New cards

DVD-RAM

An optical storage disc with concentric tracks split into sectors, supporting simultaneous read/write operations at a constant rotational speed with a capacity of 4.7GB4.7\,GB per side.

20
New cards

Embedded System

A specialized combination of a microprocessor, memory, and input/output capabilities integrated into a larger device to perform one specific dedicated function.