Computer Science - Chapter 3

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/104

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

105 Terms

1
New cards

Analog Data

2
New cards

Bandwidth

3
New cards

Character Set

4
New cards

Compression Ratio

5
New cards

Data

6
New cards

Data Compression

7
New cards

Digital Data

8
New cards

Digitize

9
New cards

Floating Point

10
New cards

Huffman Encoding

11
New cards

Information

12
New cards

Keyword Encoding

13
New cards

Lossless Compression

14
New cards

Lossy Compression

15
New cards

Multimedia

16
New cards

Overflow

17
New cards

Pixels

18
New cards

Pulse-Code Modulation

19
New cards

Radix Point

20
New cards

Raster-Graphics Format

21
New cards

Reclock

22
New cards

Resolution

23
New cards

Run-Length Encoding

24
New cards

Scientific Notation

25
New cards

Signed-Magnitude Representation

26
New cards

Spatial Compression

27
New cards

Temporal Compression

28
New cards

Ten’s Complement

29
New cards

Vector Graphics

30
New cards

Video Codec

31
New cards

True or False: Lossless compression means the data can be retrieved without losing any of the original information.

32
New cards

True or False: A computer represents information in an analog form.

33
New cards

True or False: A computer must use the binary number system to represent information.

34
New cards

True or False: A digital signal represents one of two values at any point in time.

35
New cards

True or False: Four bits can be used to represent 32 unique things.

36
New cards

True or False: The signed-magnitude representation of numbers has two representations for zero.

37
New cards

True or False: Overflow occurs when the value that we compute cannot fit into the number of bits we have allocated for the result.

38
New cards

True or False: In the ASCII character set, no distinction is made between uppercase and lowercase letters.

39
New cards

True or False: The Unicode character set includes all of the characters in the ASCII character set.

40
New cards

True or False: Keyword encoding replaces frequently used words with a single character.

41
New cards

True or False: Run-length encoding is very good at compressing English text.

42
New cards

True or False: Huffman encoding uses variable-length binary strings to represent characters.

43
New cards

True or False: An audio signal is digitized by sampling it at regular intervals.

44
New cards

True or False: A CD stores audio information in a binary format.

45
New cards

True or False: The MP3 audio format discards information that cannot be heard by humans.

46
New cards

True or False: An RGB value represents a color using three numeric values.

47
New cards

True or False: Indexed color increases the number of colors that can be used in an image and thus increases the file size.

48
New cards

True or False: Bitmap, GIF, and JPEG are all examples of raster-graphics formats.

49
New cards

True or False: Vector graphics represent images in terms of lines and geometric shapes.

50
New cards

True or False: A keyframe is used in temporal compression to represent the changes from one frame to another.

51
New cards

______ data is a continuous representation of information.

52
New cards

The representation for numbers you’ve used since grade school is called ______.

53
New cards

If the number base is other than base 10, we call the decimal point the ______.

54
New cards

______ data is a discrete representation of information.

55
New cards

Huffman codes are created based on the ______ of the character.

56
New cards

An audio signal is digitized by ______ its value at regular intervals.

57
New cards

Why is data compression an important topic today?

58
New cards

What is the difference between lossless and lossy data compression?

59
New cards

Why do computers have difficulty with analog information?

60
New cards

Is a clock with a sweeping second hand an analog device or a digital device? Explain.

61
New cards

What does it mean to digitize something?

62
New cards

What is pulse-code modulation?

63
New cards

How many things can be represented with four bits?

64
New cards

How many things can be represented with five bits?

65
New cards

How many things can be represented with six bits?

66
New cards

How many things can be represented with seven bits?

67
New cards

Evaluate the following expression where W is 17, X is 28, Y is –29, and Z is –13: X + Y

68
New cards

Evaluate the following expression where W is 17, X is 28, Y is –29, and Z is –13: X + W

69
New cards

Evaluate the following expression where W is 17, X is 28, Y is –29, and Z is –13: Z + W

70
New cards

Evaluate the following expression where W is 17, X is 28, Y is –29, and Z is –13: Y + Z

71
New cards

Evaluate the following expression where W is 17, X is 28, Y is –29, and Z is –13: W - Z

72
New cards

Evaluate the following expression where W is 17, X is 28, Y is –29, and Z is –13: X - W

73
New cards

Evaluate the following expression where W is 17, X is 28, Y is –29, and Z is –13: Y - W

74
New cards

Evaluate the following expression where W is 17, X is 28, Y is –29, and Z is –13: Z - Y

75
New cards

Use the base-10 number line to prove the solutions to the following operations, where A is 5 and B is –7: A + B

76
New cards

Use the base-10 number line to prove the solutions to the following operations, where A is 5 and B is –7: A - B

77
New cards

Use the base-10 number line to prove the solutions to the following operations, where A is 5 and B is –7: B + A

78
New cards

Use the base-10 number line to prove the solutions to the following operations, where A is 5 and B is –7: B - A

79
New cards

Evaluate the following expressions, where A is 11111110 and B is 00000010, using the two’s complement: A + B

80
New cards

Evaluate the following expressions, where A is 11111110 and B is 00000010, using the two’s complement: A - B

81
New cards

Evaluate the following expressions, where A is 11111110 and B is 00000010, using the two’s complement: B - A

82
New cards

Evaluate the following expressions, where A is 11111110 and B is 00000010, using the two’s complement: -B

83
New cards

Evaluate the following expressions, where A is 11111110 and B is 00000010, using the two’s complement: -(-A)

84
New cards

Is the two’s complement of a number always a negative number? Explain.

85
New cards

Convert the following real numbers to binary (five binary places): 0.50

86
New cards

Convert the following real numbers to binary (five binary places): 0.26

87
New cards

Convert the following real numbers to binary (five binary places): 0.10

88
New cards

Convert the following real numbers to octal (five octal places): 0.50

89
New cards

Convert the following real numbers to octal (five octal places): 0.26

90
New cards

Convert the following real numbers to octal (five octal places): 0.10

91
New cards

Can fractional values be visually converted between octal and binary and back? Explain.

92
New cards

How many bits would be needed to represent a character set containing 45 characters? Why?

93
New cards

How can the decimal number 175.23 be represented as a sign, mantissa, and exponent?

94
New cards

What is the main difference between the ASCII and Unicode character sets?

95
New cards

Given the following Huffman encoding table, decipher the bit strings that follow: 1101110001011

96
New cards

Given the following Huffman encoding table, decipher the bit strings that follow: 0110101010100101011111000

97
New cards

Given the following Huffman encoding table, decipher the bit strings that follow: 10100100101000010001000010100110110

98
New cards

Given the following Huffman encoding table, decipher the bit strings that follow: 10100010010101000100011101000100011

99
New cards

How do humans perceive sound?

100
New cards

Is a stereo speaker an analog device or a digital device? Explain.