Chapter Four: Representing Data Flashcards

1
Q

What is the difference between using the ASCII set and the Unicode character set?

A

ASCII uses 7 bits so can provide 127 characters or symbols plus the null character (128 in total). Unicode uses 16 bits, providing over 65,000 possibilities, or 32 bits providing over four billion possibilities.

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

What are the main factors affecting the size of the file needed to store an image?

A

The resolution is the number of the pixels per unit, for example, the number of pixels per inch. The more pixels per inch, the more data to be stored and the larger the file needed to store the image.

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

How does sample rate affect the quality of the playback for an MP3 sound track?

A

At a low rate:
Very few samples are taken.
At a higher rate:
Many more samples are taken.

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

How does a computer tell the difference between instructions and data?

A

The CPU cannot tell the difference between data and instructions and simply deals with what it finds according to what it expects to find.

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

How are instructions stored in binary in a computer?

A

The accumulator is a special register in the CPU used to store the results of any calculations.

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