Paper 2 Data representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

State the number of bits there are in: 1 nibble

A

4 bits

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

State the number of bits there are in: 1 byte

A

8 bits

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

Work out the binary representation for 134.

A

(134)10 = (10000110)2

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

Showing your working, add the binary numbers 00111111 and 01001100. Convert the final answer into denary.

A

63 + 76 = 139 in binary 10001011

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

Add the numbers 249 and 11 using binary addition, storing your answer in 8 bits.

A

1 00000100

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

Convert the denary number 167 into hexadecimal, showing all of your working.

A

A7

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

Convert the hexadecimal number D3 into denary, showing all of your working.

A

211

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

Identify the process of adding a value at the end of the sequence to ensure an input sequence by a user is correct.

A

Checksum or a parity bit is at the end of a sequence for ensuring the input sequence is correct.

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

Name the character encoding standard that enables up to 128 different commonly used characters

A

ASCII

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

What are the l

imitations of the ASCII character set.

A

The 128 or 256 character limits of ASCII and Extended ASCII limits the number of character sets that can be held. Representing the character sets for several different language structures is not possible in ASCII, there are just not enough available characters

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

Name the term given to a single or smallest element on an image.

A

A pixel is the smallest single component of a digital image.

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

Name the number system often used to represent red, green and blue values in a picture.

A

Hex can be used to represent colours on web pages and image-editing programs using the format #RRGGBB (RR = reds, GG = greens, BB = blues). The # symbol indicates that the number has been written in hex format.

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

What do we mean by the term ‘Sample Rate’?

A

The sample rate is how many samples, or measurements, of the sound are taken each second. The more samples that are taken, the more detail about where the waves rise and fall is recorded and the higher the quality of the audio. Also, the shape of the sound wave is captured more accurately.

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

Give reasons for using compression on a computer.

A

File compression reduces the amount of space needed to store data. Using compressed files can free up valuable space on a hard drive, or a web server.

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

Why is lossy compression is preferable to lossless compression when compressing an image file?

A

The advantage of lossy methods over lossless methods is that in some cases a lossy method can produce a much smaller compressed file than any lossless method, while still meeting the requirements of the application. Lossy methods are most often used for compressing sound, images, or videos.

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