Data Representation Flashcards

1
Q

What is meant by a charecter set?

A

A group of charecters which can be represented or coded

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

How many charecters can be represented with the 7-bit ASCII

A

128 charecters.

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

What is meant by a bit?

A

The smallest unit of data a computer can use.

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

What is the highest value that can be represented by a nibble?

A

1111

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

How many bits are there in a byte?

A

8 bits

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

How many bytes does 12 bits make?

A

1.5 bytes

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

How many megabytes are there in 3 gigabytes?

A

3000

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

An overflow error can occur when adding two 8-bit binary values. What is meant by an overflow error?

A

When the total from adding numbers cannot be stored into the CPU.

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

Why do people use hexadecimal values to represent numbers stored in computers?

A

Hexadecimal numbers use less memory so more can be stored.

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

Why is a check digit used?

A

To check for errors.

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

What does ASCII stand for?

A

American Standard Code for Information Interchange.

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

Why would Extended ASCII be used?

A

Extended ASCII would be used for special charecters and has more charecters than ASCII.

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

What is meant by Unicode?

A

Unicode is large set of charecters which is used widely because it supports different languages.

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

What is meant by a Pixel?

A

The smallest identifiable area of an image.

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

How many colours can be represented in an image with 8 bits?

A

256 colours.

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

Why is metadata included in a file?

A

The reason why metadata is included in a file is to show information about a picture.

17
Q

How does the resolution of an image affect the size of the file?

A

The higher the resolution, the larger the file size will be.

18
Q

Sampling intervals and other factors affect the size of a sound file and the quality of its playback. What is meant by a bit rate?

A

The number of bits which determines the range of colours.

19
Q

How can sound be sampled and stored in digital form?

A

An analogue converter will capture a sound wave at regular time intervals.

20
Q

Compression is often used to reduce the size of files before sending them electronically. What is one advantage for compressing files in this way?

A

To save storage space on media.

21
Q

What is meant by lossy compression?

A

Lossy compressions permanently removes some data or uncompressed data is not the same as the original.

22
Q

What is meant by loseless compression?

A

Lossless compression does not store repeated data and removes it, allows the original file to be reconstructed the same and has a larger file than lossy compression.

23
Q

What’s one file standard?

A

PDF, JPG, GIF, PNG, MP3

24
Q

How to calculate a file size of a text file

A

Bits per character X number of characters

25
Q

How to calculate the file size of a sound file

A

Sample rate x Duration (s) x bit depth

26
Q

What is meant by the resolution of an image?

A

Resolution is the concentration of pixels within a specific area.

27
Q

Describe what’s meant by colour depth

A

It determines how many colours can represented in an image.

28
Q

Give two examples of metadata

A

Date and time (location can be allowed)

29
Q

State 2 factors that can affect the file size of a bitmap image

A

The amount of pixels and colour depth.

30
Q

Explain the relationship between the image quality and file size.

A

The higher the image quality, the bigger the file size because better quality , resolution and colour depth increase the size

31
Q

Describe what’s meant by sound sampling

A

Taking measurements of amplitude of the wave at regular intervals. These are stored in binary.

32
Q

The length of a recording will heavily influenxe the size if the sound file. State two factors other than recording length that determine the file seize of a recording

A

The frequency per second affects the level of detail in digital representation. The greater the frequency, the greater accuracy.

33
Q

The sampling frequency is the frequency with which measurements are taken more often within the same period of time. How would this affect the quality of the recording?

A

The more frequently we sample the sound and the more accurately we record the sound wave.

34
Q

Explain the relationship between the quality of the playback and the file size

A

As the quality increases, owing to a greater number of samples or a greater sampling accuracy, the more data generated, an therefore the larger the file size

35
Q

Give two reasons why you might compress photographs files before emailing them to a friend.

A

To save storage space and to reduce transmission times when sending on a network such as the internet.

36
Q

Describe 2 benefits of lossy and lossless compression.

A

Lossy - Allows data to be transmitted faster over a network and suitable for images/video/sound.

Lossless - Removes repeated data and suitable for text/ code files.