1.2 Memory and storage

0.0(0)
Studied by 1 person
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
full-widthPodcast
1
Card Sorting

1/70

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:20 PM on 8/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

71 Terms

1
New cards

What is RAM?

Random Access Memory that stores data and instructions currently in use

2
New cards

What type of memory is RAM?

Volatile memory

3
New cards

What happens to RAM when power is turned off?

Its contents are lost

4
New cards

What is ROM?

Read-Only Memory that stores firmware

5
New cards

What type of memory is ROM?

Non-volatile memory

6
New cards

What is stored in ROM?

Firmware needed to boot the computer

7
New cards

Can ROM be modified?

No, it is read-only during normal use

8
New cards

What is virtual memory?

Part of secondary storage used as extra RAM when RAM is full

9
New cards

Why is virtual memory slower than RAM?

Because it uses secondary storage like a hard drive

10
New cards

Why is primary storage needed?

To provide fast access to data currently used by the CPU

11
New cards

What does primary storage consist of?

RAM and ROM

12
New cards

What is secondary storage?

Non-volatile storage not directly accessed by the CPU

13
New cards

Why is secondary storage needed?

To store data long-term when power is off

14
New cards

What are the three types of secondary storage?

Solid-state, optical, magnetic

15
New cards

What is solid-state storage?

Storage using electrical circuits with no moving parts

16
New cards

Give examples of solid-state storage

SSDs and flash drives

17
New cards

Advantages of solid-state storage

Very fast, durable, no moving parts

18
New cards

Disadvantages of solid-state storage

Expensive per GB

19
New cards

What is optical storage?

Storage that uses lasers to read/write data

20
New cards

Give examples of optical storage

CDs, DVDs, Blu-rays

21
New cards

Advantages of optical storage

Cheap per disk, good for media distribution

22
New cards

Disadvantages of optical storage

Low capacity, easily damaged

23
New cards

What is magnetic storage?

Storage using magnetised regions on disks

24
New cards

Example of magnetic storage

Hard disk drive (HDD)

25
New cards

Advantages of magnetic storage

High capacity, cheap per GB

26
New cards

Disadvantages of magnetic storage

Slow, fragile, moving parts

27
New cards

What is a bit?

A single binary digit (0 or 1)

28
New cards

What is a nibble?

4 bits

29
New cards

What is a byte?

8 bits

30
New cards

How many bytes in a kilobyte (OCR)?

1000 bytes

31
New cards

How many kilobytes in a megabyte?

1000 KB

32
New cards

How many megabytes in a gigabyte?

1000 MB

33
New cards

Why do computers use binary?

Because hardware only has two states (on/off)

34
New cards

What is binary?

Base 2 number system using 0 and 1

35
New cards

What is decimal?

Base 10 number system using digits 0–9

36
New cards

What is the most significant bit?

The leftmost bit with highest value

37
New cards

What is the least significant bit?

The rightmost bit with lowest value

38
New cards

Does adding leading zeros change a binary number?

No

39
New cards

What is hexadecimal?

Base 16 number system using 0–9 and A–F

40
New cards

Why is hexadecimal used?

It is more compact and easier to read than binary

41
New cards

How many bits does one hex digit represent?

4 bits

42
New cards

What is a binary shift?

Moving bits left or right

43
New cards

What does a left shift do?

Multiplies by 2 per shift

44
New cards

What does a right shift do?

Divides by 2 per shift

45
New cards

What is character encoding?

Converting characters into binary

46
New cards

What is a character set?

A set of characters with corresponding binary codes

47
New cards

What is ASCII?

A character set using 8 bits per character

48
New cards

What is Unicode?

A character set using 8–32 bits allowing more characters

49
New cards

Why is Unicode used?

To represent more languages and symbols

50
New cards

What is the formula for text file size?

Bits per character × number of characters

51
New cards

What is a pixel?

A single point in an image

52
New cards

What is resolution?

Number of pixels (width × height)

53
New cards

What is colour depth?

Number of bits per pixel

54
New cards

How does increasing resolution affect file size?

Increases file size and quality

55
New cards

How does increasing colour depth affect file size?

Increases file size and quality

56
New cards

What is the image file size formula?

Colour depth × width × height

57
New cards

What is sampling in sound?

Taking measurements of a sound wave

58
New cards

What is sampling rate?

Number of samples per second (Hz)

59
New cards

What is bit depth (sound)?

Bits used per sample

60
New cards

How does sampling rate affect sound quality?

Higher rate increases quality and file size

61
New cards

How does bit depth affect sound quality?

Higher depth increases quality and file size

62
New cards

What is the sound file size formula?

Sample rate × duration × bit depth

63
New cards

How do you convert bits to bytes?

Divide by 8

64
New cards

What is data compression?

Reducing file size

65
New cards

Why compress data?

Save space and speed up transfer

66
New cards

What is lossless compression?

Compression with no loss of data

67
New cards

Advantages of lossless compression

No quality loss

68
New cards

Disadvantages of lossless compression

Less reduction in size

69
New cards

What is lossy compression?

Compression where some data is lost

70
New cards

Advantages of lossy compression

Smaller file sizes

71
New cards

Disadvantages of lossy compression

Loss of quality and irreversible