1.2 Memory and Storage Flashcards

(74 cards)

1
Q

Primary Storage

A

Memory that the CPU can access very quickly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Need for primary storage

A

For data it needs to access quickly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Examples of things stored in primary storage

A

Operating System
BIOS
Boot up instructions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Types of primary storage

A

ROM
RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Purpose of ROM in a computer system

A

Non - volatile
Contains BIOS for the boot process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Purpose of RAM in a computer system

A

Volatile
Operating system is copied into RAM from secondary storage when computer boots up
CPU can access quickly - stores data, files, and programs that are being used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

ROM full form

A

Read-only memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

RAM full form

A

Random access memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Volatile memory

A

Temporary
Needs power to retain data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Non - volatile memory

A

Permanent
Retains. data when there is no power

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

BIOS

A

Basic Input Output System
Instructions a computer needs to properly boot up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Virtual Memory

A

When RAM gets full, the computer moves less recently used data into a section of secondary storage (virtual memory)

For the CPU to read data in virtual memory, it needs to be swapped back into RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When is virtual memory needed?

A

When too many applications are running at once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Disadvantage of Virtual Memory

A

Makes a computer slow to respond when switching between applications (swapping them in and out of RAM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Secondary Storage

A

Where data is stored when not in use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Need for secondary storage

A

To store files and programs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Common types of secondary storage

A

Optical
Magnetic
SSD
HDD

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Hard Disk Drives (HDDs)

A

Stack of magnetised metal disks that spin
Have a read-write head which can read + write data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Solid State Drives (SSDs)

A

No moving parts = silent
Use a type of flash memory
Higher read-write speed than HDDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Advantages of HDDs

A

Cheap
High capacity
Longer read-write life than SSDs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Advantages of SSDs

A

Faster
Don’t need to be defragmented (slows them down!)
Shock - proof
Silent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Optical Storage

A

Uses light to store data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Examples of optical discs

A

CD
DVD
Blu-ray

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Types of Optical Discs

A

Read only (e.g. CD-ROM)
Write once (e.g. CD-R)
Rewritable (e.g. CD-RW)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Why use of optical discs is declining
Streaming services have become popular e.g. Netflix Modern devices e.g. phones don't have optical drives
26
Disadvantages of Optical Storage
Low capacity Slow read/write speed Poor reliability Scratches
27
Advantages of Optical Storage
Cheap Portable Not affected by water or shock
28
Advantages of Magnetic Tapes
Large capacity Cheap Fast rad/write speed
29
Where are magnetic tapes used?
In archives of large organisations
30
Disadvantages of Magnetic Tape
Read/write sequentially -> difficult to find a specific piece of data on it
31
Bit
Single binary digit (1 or 0)
32
Nibble
4 bits
33
Byte (B)
8 bits
34
Kilobyte (KB)
1000 Bytes
35
Megabyte (MB)
1000 Kilobytes
36
Gigabyte (GB)
1000 Megabytes
37
Terabyte (TB)
1000 GIgabytes
38
Petabyte (PB)
1000 Terabytes
39
Why does data need to be converted to binary so that the computer can read it?
Computers only process binary digits Binary digits represent the flow of electricty
40
How do computers process alphanumerical character?
Character sets
41
Character Set
A collection of characters that a computer recognises due to their binary representation More number of bits per character = more characters
42
What happens when you press a key on your keyboard?
Sends a binary signal to the computer telling it which key was pressed The computer uses the character set to translate it into binary
43
Examples of Character Sets
ASCII Unicode
44
ASCII
7-bit binary code -> 128 characters
45
Unicode
Covers all major symbols and languages Uses multiple bytes First 128 codes are the same as ASCII
46
How are images stored?
Made up of pixels
47
Types of images
Bitmap Vector
48
What is the colour of each pixel represented by?
Binary
49
Colour Depth
The number of bits used for each pixel
50
How to work out the total number of colours
2*n(number of bits per pixel)
51
Image Resolution
Number of pixels in the image
52
How to work out image resolution
Width x Height
53
How does colour depth and resolution effect the quality of the image?
Higher resolution and higher colour depth = better quality of image
54
How to work out file size
Image resolution x colour depth Width x height x colour depth
55
Metadata
Data about data Information stored in an image which helps the computer recreate the image on screen
56
Examples of things stored in metadata
File format Height Width Colour Depth Resolution
57
Sampling
The process of converting from analogue to digital
58
How can analogue sound be converted into digital data?
Analogue to digital converters
59
Sample Rate
How many samples are taken in a second In Hz
60
Bit depth
Number of bits available for each sample
61
How to calculate file size
Sample Rate x Bit Depth x Length
62
How does sample rate + bit depth effect the playback quality
Higher sample rate = better quality Higher bit depth -> the digital file also picks quieter sounds = better quality
63
How does sample rate + bit depth effect file size
Higher bit depth + sample rate = higher file size
64
Data Compression
To make file sizes smaller
65
Uses of Data Compression
Takes up less storage Streaming + downloading files from the Internet is quicker as less bandwidth is used Web pages download quicker Email services have restrictions on file size
66
Types of Compression
Lossy Lossless
67
Lossy Compression
Permanently removes data from the file
68
Lossless Compression
Temporarily removes data from the file to store it, and restores it when it is opened
69
Advantages of Lossy
High file size reduction Use up less bandwidth -> can be streamed and downloaded quickly Commonly used
70
Disadvantages of Lossy
Loses data -> file cannot be reverted back to the original Cannot be used on text files Highly reduce quality of image
71
Examples of Lossy file types
MP3 AAC JPEG
72
Advantages of Lossless Compression
Data is only removed temporariliy -> when opened there is no reduction in quality Can be used for text files
73
Disadvantages of Lossless Compression
Only slight reduction in file size
74
Examples of Lossless file types
FLAC TIFF PNG