Memory and Storage Part 2 Flashcards

1
Q

What is Denary?

A

In our standard number system we have 10 digits:
0 1 2 3 4 5 6 7 8 9
This is called denary, decimal or base 10.

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

What is Binary?

A

Binary only uses two different digits, 0 and 1.
Computers use this system as computers are made up of switches which can be on or off.

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

What is Hexadecimal?

A

Hexadecimal (or base 16) uses 16 different digits:
0 1 2 3 4 5 6 7 8 9 A B C D E F
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
4
Q

What are the rules for binary addition?

A

0 + 0 = 0
0 + 1 = 1
1 + 1 = 10 (binary for 2)
1 + 1 + 1 = 11 (binary for 3)

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

What is a Binary Shift?

A

A binary shift moves every bit in a binary number left or right a certain number of places. Gaps at the beginning or end of a number are filled with 0s.
Moving left multiplies the number.
Moving right divides the number.

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

What effect does moving left or right in binary shifts have on the number.

A

Moving left multiplies the number.
Moving right divides the number.

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

What is an Overflow error?

A

Overflow errors occur when the result of a calculation requires more bits (place values) than expected or are in the available range.

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

How are Binary Codes used to represent characters?

A

This is done by assigning each character a unique binary code, using only 0’s and 1’s.

Like the letter ‘a’ being represented by 01100001 in ASCII

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

What are Alphanumeric Characters?

A

Alphanumeric characters are used to make words and strings.

They include uppercase and lowercase letters, the digits 0 – 9 and symbols like: ? £ and +.

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

What are Character Sets?

A

Character sets are 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
11
Q

What are the two common Characater sets?

A

ASCII (American Standard Code for Information Interchange)
Unicode

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

What is ASCII?

A

ASCII is the most commonly used character set in the English- speaking world.
ASCII uses 7 bits whereas Extended ASCII uses 8 bits.
27 = 128
2
8= 256

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

What is Extended ASCII?

A

Extended ASCII uses eight bits, giving a character set of 256 characters. This allows for special characters such as those with accents in languages such as French and Spanish.

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

What is Unicode?

A

Unicode uses 16 bits. It aims to cover every possible character or symbol in all major languages.
With 16 bits we can have:
2**16 = 65,536 different characters.

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

What is the impact of ASCII?

A

It is suitable/sufficient for the English language but it’s insufficient for many other languages or all symbols
Limited Character Set.

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

What is the impact of Unicode?

A

It allows for a wider range of characters, including those from diverse alphabets and symbols across different languages, unlike the limitations of ASCII. it can be used around the world.

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

How many bits does ASCII use and how many characters can be represented?

A

7 bits.
128 different characters

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

How many bits does Unicode use and how many characters can be represented?

A

16 bits.
65,536 different characters.

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

What is a Pixel?

A

A pixel is the smallest identifiable area of an image.
Each pixel has a specific colour, represented by a specific binary code.

20
Q

What is Colour Depth?

A

The amount of bits available for colours in an image.
e.g.
2 bits , 22 = 4 colours
3 bits , 2
3 = 8 colours
4 bits, 2**4 = 16 colours

21
Q

What is Resolution?

A

Resolution is the number of pixels in the image. It is often given as width x height.

22
Q

What is Metadata?

A

Metadata stores information about the image, in an image file.

e.g. file format, height, width, colour depth, resolution

23
Q

What impact does resolution and colour depth have on the image file size?

A

Increasing either increases the file size.
Higher colour depth - more bits per pixel are needed.
Higher resolution - more pixels means more data is needed to store the image

24
Q

What impact does resolution and colour depth have on the quality of the image?

A

Increasing either leads to better image quality.
Higher resolution - allows for more detail and a more realistic-looking image,lower resolution can lead to a pixelated or blocky appearance.
Higher colour depth - results in a wider range of colours and smoother gradients, leading to a more realistic and visually appealing image.

25
What is Sound Sampling?
The process of converting an analogue signal into a digital signal is called Sound Sampling. The amplitude of the wave is sampled at regular intervals (sample), then converted into a digital signal.
26
What is Analogue Sound?
Analogue sound must be stored as binary. Sound is recorded by a microphone as an analogue signal. Analogue signals are pieces of continually changing data.
27
What must Analogue sound be stored in?
Binary
28
What does an analogue-to-digital converter (ADC) do?
An analogue-to-digital converter will capture a sound wave at regular time intervals. This recording is known as a sample. The sound recorded at each sample point is converted to its nearest numeric equivalent. This data is then stored in a file for later use.
29
What is Digital Sound?
Analogue signals need to be converted into digital data so that computers can read and store sound files. Analogue sound is a continuous representation of the audio signal, while digital sound is a sampled and digitised version, converted into binary code.
30
What is Sample Rate?
How many samples you take in a second. It is measure in Hertz.
31
What is Hertz?
Frequency is measured in Hertz. A frequency of 1 Hertz means that something happens once every second.
32
What is Bit Depth?
Bit Depth is the number of bits available to store each sample. e.g. CD quality sound uses 16 bits per sample 2**16 = 65,536 values A DVD uses 24 bits 2**24 ≈ 16 million
33
What is Duration?
How many seconds of audio the sound file contains.
34
What is the equation for Sound File Size?
File Size (in bits) = Sample Rate (in Hz) x Bit Depth x Duration (in seconds)
35
What is the effect of sample rate, duration and bit depth on the size of a sound file?
Higher values result in larger file sizes. Higher sample rates - more data is stored per unit time Higher bit depth - more data is stored per sample Longer Duration - more data needs to be stored
36
What is the effect of sample rate, duration and bit depth on the playback quality?
Higher values generally lead to better quality. Higher sample rates - more accurate representation of the original analog sound Higher bit depth - more precise representation of the sound amplitude, resulting in a wider dynamic range and better audio quality. Longer Duration - directly affects the length of the audio playback, but not the quality itself.
37
What is Compression?
Compression software reduces the file size of files so that they take less disk space and are quicker to download.
38
Why is Compression needed?
It reduces file sizes, saves storage space and makes files easier to transmit.
39
What are the two types of Compression?
Lossy Lossless
40
What is Lossy Compression?
A form of compression that reduces digital file sizes by removing data. This reduces the number of bits in the file so the file size is lower. The file cannot be returned to the original.
41
What is Lossless Compression?
A form of compression that encodes digital files without losing detail by using an algorithm to find groups of repeating data. Files can also be restored to their uncompressed/original quality.
42
What are benefits of Lossy Compression?
- Significantly reduces file sizes - Faster data transfer - Efficient storage
43
What are disadvantages of Lossy Compression?
- Permanent data loss - Potential quality reduction - Not suitable for all data (text)
44
What are benefits of Lossless Compression?
- No data removed - No quality loss - Reversible
45
What are disadvantages of Lossless Compression?
- Smaller file size reduction - Doesn't significantly reduce storage needs - Slower Processing?