1.2 Memory And Storage Part 2 Flashcards

1
Q

Denary/decimal/base10:

A

Standard number system, 10 digits

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

Binary:

A

2 digits 0/1. Computers use this system as computers are made up of switches that can be turned on and off

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

Overflow:

A

During binary arithmetic you could get a result that requires more bits than the CPU is expecting - this is called overflow

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

Binary shift:

A

Moves every bit in a binary number left or right a certain number of places. Gaps at beginning or end filled with 0s

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

Hexadecimal:

A

Base 16, uses 16 digits, 0-F(0-15) Large numbers can be written simply using Hex instead of binary

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

Alphanumeric characters:

A

Used to make words and strings. Include uppercase and lowercase letters, digits 0-9 and symbols

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

Character set:

A

Collections of characters that a computer recognises from their binary representation

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

ASCII+ Extended

A

Most commonly used character set in English. ASCII uses 7 bits, extended ascii uses 8 bits. 2^7 = 128, extended is 256

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

Unicode:

A

Uses 16 bits. Covers every possible character or symbol in all major languages.

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

Pixel:

A

Smallest identifiable area of an image. Each pixel is a single colour and is given a binary value which represents a colour

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

Colour depth:

A

Number of bits used for each pixel e.g. 2^2 = 4 colours

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

Resolution:

A

No. of pixels in an image. Often given as Widthxheight

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

Metadata:

A

Data stored in an image file about the picture

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

Analogue:

A

Sound recorded by a microphone as an analogue signal. They are pieces of continually changing data

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

Digital:

A

Analogue signals need to be converted into digital data so that computers can read and store sound files

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

Hertz:

A

Frequency(Hz). Freq of 1Hz means something happens once per second

17
Q

Sound sampling:

A

Converting an analogue signal into a digital signal, called sound sampling. The amplitude of the wave is sampled at regular intervals

18
Q

Sample rate/frequency:

A

How many samples you take in a second. Hz, common sample rate is 44,100Hz

19
Q

Bit depth:

A

Number of bits available for each sample.

20
Q

File size:

A

File size(bits) = sample rate(Hz) x Bit Depth x Duration(s)

21
Q

Data compression:

A

Make files smaller. Try to make compressed file as close to the original as possible

22
Q

Lossy compression:

A

Removes data from the file. Reduces the number of bits in the file so file size lower. Cannot be returned to original.

23
Q

Lossless compression:

A

Uses an algorithm to find groups of repeating data. When data is uncompressed it is restored exactly as it was in the original.

24
Q

Bit depth in audio:

A

The accuracy of the sample’s representation of the original analogue signal