Quiz Csi

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

lOMoARcPSD|19348210

QUIZ csi 124125546361361453154

Computer Science - Introduction (Trường Đại học


FPT)
lOMoARcPSD|19348210

Quizzes: Chapter 3
1. A byte consists of _______ bits.
a. 2
b. 4
c. 8
16
d.
Correct Answer: C

2. In a set of 64 symbols, each symbol requires a bit pattern length of _______ bits.
a. 4
b. 5
c. 6
d.7
Correct Answer: C

3. How many symbols can be represented by a bit pattern with ten bits?
a. 128
b. 256
c. 512
d. 1024
Correct Answer: D

4. If the ASCII code for E is 1000101, then the ASCII code for e is _______. Answer
the question without consulting the ASCII table.
a. 1000110
b. 1000111
c. 0000110
d. 1100101
Correct Answer: D

5. A 32-bit code called _______ represents symbols in all languages.


a. ANSI
b. Unicode
c. EBCDIC
d. Extended ASCII
Downloaded by Hoàng Minh D??ng ([email protected])
lOMoARcPSD|19348210

Correct Answer: B

6. An image can be represented in a computer using the _______ method.


a. bitmap graphic
b. only vector graphic
c. only Excess system
d. only either bitmap or vector graphic
Correct Answer: D

7. In the _______ graphic method of representing an image in a computer, each pixel


is assigned a bit patterns.
a. bitmap
b. vector
c. quantized
d. binary
Correct Answer: A

8. In the _______ graphic method of representing an image in a computer, the image


is decomposed into a combination of geometrical figures. a. bitmap b. vector
c. quantized
d. binary
Correct Answer: B

9. In the _______ graphic method of representing an image in a computer, re-scaling


of the image creates a ragged or grainy image.
a. bitmap
b. vector
c. quantized
d. binary
Correct Answer: A

10. When we want to store music in a computer, the audio signal must be _______. a.
sampled
a. only
b. quantized only
c. coded
c. only
d. sampled, quantized, and coded
Downloaded by Hoàng Minh D??ng ([email protected])
lOMoARcPSD|19348210

Correct Answer: D

11. A floating-point value after normalization is (1.0101)  24 . What is the value of
exponent section in the Excess-127 representation?
a. 4
b. -4
c. 127
d. 123
Correct Answer: D

12.Assume a new Excess system uses 17 bits to represent the exponent section. What is
he bias value in this system?
a. 17
b. 16
c. 65535
d. 65536
Correct Answer: C

13 Which number representation method is often used to store the exponential


value of a fractional part?
a. unsigned integers
b. two’s complement
c. Excess

d. ten’s complement
Correct Answer: C

14 In an Excess conversion, we _______ the number to be converted.


a. add the bias number to
b. subtract the bias number from
c. multiply the bias number by
d. divide the bias number by
Correct Answer: A

15 When a fractional part is normalized, the computer stores the _______. a. only
the sign
a. only the exponent
b. only the mantissa
c. the sign, exponent, and mantissa
Downloaded by Hoàng Minh D??ng ([email protected])
lOMoARcPSD|19348210

Correct Answer: D
16 The precision of the fractional part of a number stored in a computer is defined
by the _______.
a. sign
b. exponent
c. mantissa
d. last digit
Correct Answer: C

17 The combination of sign and mantissa of a real number in IEEE standard


floating point format is stored as an integer in the ____________
representation. a.
unsigned
a. sign-and-magnitude
b. two’s complement
c. one’s complement
Correct Answer: B

Downloaded by Hoàng Minh D??ng ([email protected])

You might also like