Ch. 3 Data Reprensentation Pgs. 54-76 Flashcards

1
Q

What is the primary purpose of data representation in computing?

A

To convert information into a format that a computer can process.

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

True or False: Numeric representation only refers to integers.

A

False

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

Which of the following is a common numeric representation format?

A

Binary

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

Fill in the blank: In decimal representation, the base is _____.

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
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
6
Q

True or False: Text representation can only be done in ASCII format.

A

False

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

Which representation uses 0s and 1s to represent data?

A

Binary representation

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

What is a bit?

A

The smallest unit of data in a computer, representing a binary value of 0 or 1.

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

What does the term ‘byte’ refer to?

A

A group of 8 bits.

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

In hexadecimal representation, which digits are used?

A

0-9 and A-F

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

True or False: Unicode can represent characters from multiple languages.

A

True

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

What is the main advantage of using binary over decimal in computing?

A

It is easier for computers to process.

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

Fill in the blank: The binary number 1010 is equal to ____ in decimal.

A

10

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

Which format is commonly used for text files?

A

UTF-8

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

What is the purpose of data encoding?

A

To convert data into a specific format for efficient storage or transmission.

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

True or False: Floating-point representation is used for real numbers.

17
Q

What is a common use of hexadecimal representation?

A

To simplify binary coding in programming.

18
Q

Which of the following is NOT a type of data representation?

A

Analog representation

19
Q

Fill in the blank: The binary number 1111 is equal to ____ in decimal.

20
Q

What is the range of values for an 8-bit unsigned integer?

21
Q

True or False: Each character in UTF-16 can take up to 4 bytes.

22
Q

What does the term ‘data compression’ refer to?

A

The process of reducing the size of a data file.

23
Q

Which of the following is an example of a text representation format?

24
Q

Fill in the blank: The decimal number 255 in binary is ____.

25
What is the primary function of a character encoding scheme?
To map characters to specific byte sequences.
26
True or False: Data representation only applies to text and numbers.
False