Computer Science - OCR - Memory and Storage

studied byStudied by 1 person
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions
Get a hint
Hint

What is Primary storage?

Get a hint
Hint

Primary storage (also known as main memory) holds data, programs and instructions that are currently in use.

Get a hint
Hint

What is Random Access Memory?

Get a hint
Hint

Stores data currently in use. Volatile storage meaning data is deleted when power is lost

1 / 30

Anonymous user
Anonymous user
encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

31 Terms

1

What is Primary storage?

Primary storage (also known as main memory) holds data, programs and instructions that are currently in use.

New cards
2

What is Random Access Memory?

Stores data currently in use. Volatile storage meaning data is deleted when power is lost

New cards
3

What is Read Only Memory(ROM)?

Stores the boot up sequence/ instructions. Can not be edited. Non volatile.

New cards
4

What is Virtual memory?

When RAM is full a portion of the HDD (hard drive) is allocated to act like RAM. Data is moved between Virtual memory and RAM when needed by the CPU.

New cards
5

What is Secondary Storage?

Includes hard drive/ solid state drive. This is for permanent storage e.g. where you store data so that it can be retrieved when the computer is switched on again.

New cards
6

What is Optical Storage?

Data is read using a laser. Data is stored by making indents on a disc to represent the 1’s or 0’s. Includes CD, DVD, CD-R, CD-RW etc.

New cards
7

What is Magnetic Storage?

Data is stored on a series of silver platters by magnetising the platter to represent the 1 or 0. Read by a needle that moves over the platter as it spins.

New cards
8

What is Solid state storage?

No moving parts. Stores data by holding electric currents in gates. Very fast read/write speeds.

New cards
9

What is Binary?

Storing data using 1’s and 0’s to represent on/ off of the switches inside a computer.

New cards
10

What are Forms of data storage?

A single 1 or 0 is a bit (this is the smallest form of storage in a computer).

4 bits = a nibble.

8 bits = 1 byte.

1000 bytes = 1 Kilobyte.

1000 Kb = 1 Megabyte

then it follows same pattern to Gigabyte, Terabyte, Petabyte.

New cards
11

What is Metadata?

Data about a file. E.g. for an image the height, width, resolution.

New cards
12

What is a Pixel?

Millions of “dots” make up an image by each displaying a different colour

New cards
13

What does the term ‘colour depth’ mean?

The range of colours that can be represented in each pixel

New cards
14

What is the resolution of an image?

The number of pixels per inch of an image

New cards
15

What does the term ’Analogue’ mean?

How sound actually travels e.g. using analogue waves – however computers can only represent digital waves (1 or 0)

New cards
16

What is Amplitude?

The height of an analogue wave

New cards
17

What does the term ‘Sample’ mean?

Measurements of the amplitude of a wave – a binary value is stored to represent this

New cards
18

What does the term‘Sample rate’ mean?

The number of samples taken within a second (measured in Hertz). The higher the sample rate the better the quality of sound/ closer to the original (however also the bigger the file size)

New cards
19

What does Bit depth mean?

The number of bits of data stored per sample.

The more bits of data the more detail stored about the sample. However also the bigger the file size.

New cards
20

What does duration mean?

The length of the sound

New cards
21

What is the equation for Sound File size ?

sample rate x duration (s) x bit depth

New cards
22

What is the equation for Image File Size?

colour depth x image height (pixels) x image width (pixels)

New cards
23

What is the equation for Text File Size?

bits per character x number of characters

New cards
24

What is Hexadecimal?

Each hex value represents 1 nibble of data so can store 16 different values. These are 0 through to F

New cards
25

What is Denary?

The number system we use to count e.g. 1,2,3,4,5,6

New cards
26

What is a Character set?

A collection of characters and the bit-patterns used to represent them on a computer

New cards
27

What is ASCII

Stores characters using 1 byte of data per character – therefore can represent a maximum of 256 characters. A is 65 so B is 66, C is 67 etc. a is 97 so b is 98 etc

New cards
28

What is Unicode?

Uses more bits to store each character (up to 4 bytes per character). Therefore can represent a lot more characters such as emojis or characters from other languages. However file size will be bigger.

New cards
29

What is Compression?

Reducing the size of the file. Makes it smaller to store, smaller to download, smaller to transfer on a network.

New cards
30

What is Lossy Compression?

Detail is removed. The original can never be recreated (e.g. reducing colour depth or resolution on an image)

New cards
31

What is Lossless compression?

Original can be recreated. Compressed by spotting patterns e.g. 500 blue pixels in a row.

New cards
robot