1.1.3 Input, output and storage

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

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:40 PM on 3/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

What is RAM

RAM - Random Access Memory

- Volatile - loses data when power off

- Holds programs and data currently in use

- Read/write access for CPU

Used as main memory

2
New cards

What is ROM

ROM - Read-Only Memory

- Non-volatile - keeps data when power off

- Stores firmware i.e. boot-up instructions, BIOS

- Read-only

3
New cards

What is virtual storage

Virtual Storage

- Part of secondary storage used as temporary RAM extension

- When RAM is full, data is swapped to page file/swap space on disk

- Prevents system crashes but slows performance

- Common in modern operating systems

4
New cards

What are input devices

Input Devices

- Converts real-world data into a digital form

- Examples: Keyboard, mouse, scanner, sensor

The choice depends on problem, for example:

> Temperature control → sensors

> Data entry → keyboard

> Image capture → camera

5
New cards

What are output devices

Output Devices

- Convert digital data into physical or human-readable forms

- Examples: Monitor, printer, speaker, actuator

- Application:

> Actuators control movement (e.g., robots)

> Displays show graphics (e.g., games, data dashboards)

6
New cards

What are the 3 types of storage devices and how

- Magnetic storage: Stores data using magnetic patterns on a disk or tape.

- Optical storage: Stores data using pits and lands read by a laser.

- Flash storage: Stores data using electrical signals with no moving parts.

7
New cards

Give examples, PROs and CONs for each type of storage device

Magnetic:

Example : Hard Drive, Tape

PRO : Large capacity, low cost

CON : Slower, mechanical parts, less durable

Optical:

Example : CD, DVD, Blu-ray

PRO : Portable, cheap, durable

CON : Low capacity, slower access

Flash:

Example : SSD, USB Drive

PRO : Fast, reliable, no moving parts

CON : Expensive per GB, limited write cycles