Fundamentals of Data Representation Flashcards

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

How many characters can be represented using a byte.

A

256

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

How many bits in a nibble?

A

4

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

What is unicode?

A

A character set that can universally be used to encode text.
It requires much more space.

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

How is a parity bit used for ASCII characters.

A

Normal ASCII characters do not make use of the most significant bit in a byte, which computers use to submit data.

For an even parity, the number of 1s being transmitted must be even, including the parity bit.
For an odd parity, the number of 1s being transmitted must be odd, including the parity bit.

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

How does majority voting work?

A

Binary digits are transmitted multiple times. If they don’t all match, it is assumed the bit which occurs most frequently is the correct bit.

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

How do check digits work?

A

It is added to a string of numbers, and it is calculated using the other numbers in the string. When the number is entered, an algorithm will calculate the check digit, and only if it matches, the entry will be considered valid.

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

How do checksums work?

A

It is a mathematical algorithm applied to a block of data. The checksum is calculated and then transmitted along with the data. The same algorithm is applied on the other end and if the checksum matches, the data is considered to be transmitted correctly.

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

How is an image stored as a bitmap?

A

Single, discrete pixels of colour.

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

How is an image stored as a vector?

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