wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

chapter 3 76

Total questions: 76

Worksheet time: 38mins

Name
Class
Date
1.

The decimal number -127(10) corresponds to which of the following signed, 8-bit binary numbers (2's complement):

a)

Cannot be represented

b)

1000 0001(2)

c)

1000000(2)

d)

1111 1111(2)

2.

In the hexadecimal numbering system, the number 5CD7(16) corresponds to which of the following decimal values:

a)

23511(10)

b)

23767(10)

c)

23719(10)

d)

23725(10)

3.

Binary number 1100 1011 1101(2) corresponds to which of the following hexadecimal values:

a)

DBC(16)

b)

CDB(16)

c)

CBD(16)

d)

BDC(16)

4.

The sum of two 8-bit unsigned binary numbers 0101 0101(2) and 0110 1001(2) is:

a)

1011 1010(2)

b)

1010 1000(2)

c)

1011 1110(2)

d)

1001 1000(2)

5.

In 80-bit floating-point representation, how many bits are allocated for the exponent?

a)

14 bit

b)

13 bit

c)

16 bit

d)

15 bit

6.

According to IEEE 754/1985, the extended double-precision floating-point format has a total length

a)

80 bit

b)

64 bit

c)

32 bit

d)

16 bit

7.

`The extended ASCII code contains how many characters?

a)

256

b)

512

c)

1024

d)

128

8.

In computer data transmission systems, based on function, buses are divided into:

a)

Data bus, address bus, multifunctional bus

b)

Parallel bus, serial bus, semi-serial bus

c)

CPU internal bus, main memory bus, I/O bus

d)

Data bus, address bus, control bus

9.

What is the decimal equivalent of the binary number 1101 0011 1101(2)?

a)

3397(10)

b)

3395(10)

c)

3389(10)

d)

3373(10)

10.

The binary number 11001.101(2) is equal to which of the following decimal values?

a)

25.375

b)

25.625

c)

25.750

d)

25.875

11.

What is the binary representation of the decimal number 157(10)?

a)

10011101(2)

b)

10111101(2)

c)

10001101(2)

d)

100011111(2)

12.

What is the binary representation of the decimal number 222.5(10)?

a)

11011110.1001(2)

b)

11011010.1000(2)

c)

1101110.1000(2)

d)

11011010.1001(2)

13.

In 32-bit floating-point representation, how many bits are used for the mantissa (fractional part)?

a)

20 bit

b)

22 bit

c)

23 bit

d)

21 bit

14.

In signed integer arithmetic, overflow occurs when:

a)

Adding two numbers with the same sign gives a result with opposite sign

b)

Adding two numbers with different signs

c)

Adding two positive numbers results in a negative number

d)

Adding two negative numbers results in a positive number

15.

The Program Counter (PC) automatically increments to point to the next instruction:

a)

After the instruction is loaded into the Instruction Register (IR)

b)

After CU decodes the instruction

c)

Before the instruction is loaded into IR

d)

After CU executes the instruction

16.

What is the binary representation of the decimal number 277(10)?

a)

100001001(2)

b)

100101011(2)

c)

100011011(2)

d)

100010101(2)

17.

What is BCD (Binary-Coded Decimal)

a)
  • A code that uses binary bits to represent ASCII characters

b)

A code that uses binary bits to represent hexadecimal digits

c)

A code that uses binary bits to represent octal digits

d)

A code that uses binary bits to represent decimal digits

18.

In 64-bit floating-point representation, how many bits are allocated for the sign?

a)

3 bit

b)

2 bit

c)

1 bit

d)

0 bit

19.

The difference between the two unsigned 8-bit binary numbers 0110 1011(2) and 0101 0101(2) is:

a)

0001 1010(2)

b)

0010 0110(2)

c)

0001 0110(2)

d)

0010 1010(2)

20.

In 32-bit floating-point representation, how many bits are allocated for the sign?

a)

1 bit

b)

3 bit

c)

2 bit

d)

0 bit

21.

The signed 8-bit two’s complement binary number 1111 0011(2) is equal to which decimal value?

a)

-13(10)

b)

243(10)

c)

-115(10)

d)

12(10)

22.

What is the binary equivalent of the hexadecimal number 5F4B(16)?

a)

0101 1111 0110 1011(2)

b)

0101 1101 0100 1011(2)

c)

0101 1111 0100 1011(2)

d)

0101 1111 0100 1101(2)

23.

The binary number 11101.01(2) corresponds to which of the following decimal values?

a)

27.75

b)

29.25

c)

29.75

d)

27.25

24.

The main memory refers to:

a)

HDD (Hard Disk Drive)

b)

 ROM (Read Only Memory)

c)

FDD (Floppy Disk Drive)

d)

RAM ((Random Access Memory)

25.

Which of the following is not part of the Central Processing Unit (CPU)?

a)

Set of general-purpose registers

b)

I/O interface unit

c)

Control unit

d)

Arithmetic and Logic Unit (ALU)

26.

In the CPU, the unit connecting the CU, ALU, and registers is called:

a)

External Bus

b)

BIU (Bus Interface Unit)

c)

System bus

d)

Internal bus

27.

In the computer representation for signed integers, 8 bits, the addition of 91 + 63 gives the result

a)

No result because of overflow

b)

No result because of carry out of the highest bit

c)

154

d)

-102

28.

The difference between two unsigned, 8-bit binary numbers 0110 1011(2) and 0101 0111(2) is equal to which of the following binary numbers:

a)

0001 1000(2)

b)

0001 0100(2)

c)

0000 1010(2)

d)

0000 0100(2)

29.

The product of two unsigned, 8-bit binary numbers 0000 1101(2) and 0000 1011(2) is equal to which of the following binary numbers:

a)

1001 0111(2)

b)

1000 1111(2)

c)

1000 0111(2)

d)

1010 0111(2)

30.

The quotient of two unsigned, 8-bit binary numbers 0110 0011 (2) and 0000 1101(2) has a quotient and remainder equal to which of the following binary pairs:

a)

Quotient: 1000(2), remainder: 0111(2)

b)

Quotient: 0111(2), remainder: 1000(2)

c)

Quotient: 0111(2), remainder: 0111(2)

d)

Quotient: 1000(2), remainder: 1000(2)

31.

The input-output system includes

a)

Peripheral devices, input modules output, bus coupling unit

b)

Peripheral devices, input/output modules, system bus, bus coupling unit

c)

Peripheral devices, input/output modules, system bus

d)

Peripheral devices, input/output modules

32.

What unit is the system clock speed measured in?

a)

byte

b)

baud

c)

Hz

d)

bit/s

33.

In computer representation for signed integers, 8 bits, subtraction of 67 -91 gives the result:

a)

No result because there is a carry out of the highest bit

b)

No result because of overflow

c)

-24

d)

158

34.

The number 227.3125(10) corresponds to which of the following binary values:

a)

11100001.0101(2)

b)

11100011.0111(2)

c)

11100001.0111(2)

d)

11100011.0101(2)

35.

The number 1111 0101 1010(2) corresponds to which of the following decimal values:

a)

3950(10)

b)

3926(10)

c)

3930(10)

d)

3962(10)

36.

For the IEEE 754/85 standard on single real number representation, the representation is as follows: C2 82 80 00(H). Its decimal value is:

a)

-65.25

b)

-56.25

c)

-65.52

d)

-56.52

37.

In the hexadecimal numbering system, the number 345F(16) corresponds to which of the following decimal values:

a)

13557(10)

b)

13407(10)

c)

13267(10)

d)

13557(10)

38.

In the decimal numbering system, the number 13779(10) corresponds to which of the following hexadecimal values:

a)

35E7(16)

b)

36D3(16)

c)

35D3(16)

d)

36E7(16)

39.

For the IEEE 754/85 standard on single real number representation, the representation of the real number 73.625 is:

a)

42 93 40 00(H) Or 01000010 10010011 01000000 00000000(2)

b)

42 39 40 00(H) Or 01000010 00111001 01000000 00000000(2)

c)

24 93 40 00(H) Or 00100100 10010011 01000000 00000000(2)

d)

42 39 04 00(H) Or 01000010 10010011 00000100 00000000(2)

40.

In the hexadecimal numbering system, the number 5B7D(16) corresponds to which of the following binary values:

a)

0101 1011 0111 1101(2)

b)

0101 1011 1011 1101(2)

c)

0101 1011 0111 1011(2)

d)

0101 1101 0111 1101(2)

41.

ypes of interrupts in a computer are:

a)

Interrupts due to division by zero; interrupts due to overflow; interrupts due to RAM errors; interrupts due to peripheral device errors; interrupts due to the input-output module sending an interrupt signal to the CPU requesting data exchange.

b)

Interrupts due to errors during program execution; interrupts due to hardware errors; interrupts due to the input-output module sending an interrupt signal to the CPU requesting data exchange.

c)

Interrupts due to software errors; interrupts due to hardware errors;

d)

Interrupts due to errors during program execution; hardware error interrupt

42.

The binary number 1101 0011 1001(2) corresponds to which of the following hexadecimal values:

a)

D3E(16)

b)

D3A(16)

c)

E39(16)

d)

D39(16)

43.

In the binary system, the number 10111.10(2) corresponds to which of the following decimal values:

a)

23.25

b)

25.25

c)

25.5

d)

23.5

44.

Main Memory

[<$>] Contains the program to be stored

a)

Contains the file computer instructions

b)

Contains the addresses of instructions that need to be accessed in the computer program

c)

Contains the programs and data that are being used by the CPU

d)

Contains the program to be stored

45.

In the hexadecimal numbering system, the number 3CF5(16) corresponds to which of the following decimal values:

a)

13287(10)

b)

15605(10)

c)

13537(10)

d)

15725(10)

46.

In the computer representation of signed integers, the addition of -91 + 53 gives the result:

a)

144

b)

-38

c)

does not given a result because of overflow

d)

Does not give a result because of carrying out the highest bit

47.

In computer representation for signed integers, which statement is incorrect:

a)

Adding two numbers with different signs is always correct

b)

Adding two numbers with the same sign is always correct

c)

Adding two numbers with the same sign if the sum is the same then the result is correct

d)

Adding two numbers with the same sign if the sum is different then the result is incorrect

48.

The computer's instruction execution cycle consists of

a)

3 main steps (loading instructions, decoding instructions)

b)

2 main steps (receiving instructions, executing instructions)

c)

4 main steps (getting instruction address, loading instruction code, decoding instructions, executing instructions)

d)

5 main steps (getting instruction address, loading instruction code, decoding instructions, executing instructions, , end of command)

49.

Processor speed

a)

Indirectly evaluated through the processor clock frequency

b)

Accurately evaluated through the processor clock frequency

c)

Indirectly evaluated through the number of instructions executed in 1 second by the processor

d)

Directly evaluated through the processor clock frequency

50.

he number 267(10) corresponds to which of the following binary values:

a)

100101011(2)

b)

100101011(2)

c)

101001011(2)

d)

100001011(2)

51.

Decimal number -105(10) corresponds to which of the following signed, 8-bit (2's complement) binary numbers:

a)

1001 0111(2)

b)

1110 1001(2)

c)

1001 0110(2)

d)

Cannot be represented

52.

The number 254.1875(10) corresponds to which of the following binary values:

a)

11101110.0011(2)

b)

11111111.0101(2)

c)

11110110.0101(2)

d)

11111110.0011(2)

53.

The number 234(10) corresponds to which of the following binary values:

a)

11100010(2)

b)

10101010(2)

c)

11101010(2)

d)

11101000(2)

54.

In a 32-bit floating point number represented in a computer, how many bits long is the sign component?

a)

2 bits

b)

0 bits

c)

1 bits

d)

3 bits

55.

The number 202.375(10) corresponds to which of the following binary values:

a)

11000010.1110(2)

b)

11000010.0110(2)

c)

11001010.0100(2)

d)

11001010.0110(2)

56.

In a floating point number represented in 64-bit form in a computer, how many bits long is the exponent component?

a)

8 bit

b)

9 bit

c)

11 bit

d)

10 bit

57.

In the decimal number system, the number 15948(10) corresponds to which of the following hexadecimal values:

a)

3D6C(16)

b)

3EC4(16)

c)

3EC4(16)

d)

3D4C(16)

58.

In the hexadecimal number system, the number 5E8F(16) corresponds to which of the following decimal values:

a)

24463(10)

b)

24447(10)

c)

24461(10)

d)

24207(10)

59.

For the IEEE 754/85 standard on representing single real numbers, the bits for the fields (S+E+M) are:

a)

1+9+22

b)

1+8+23

c)

1+10+21

d)

1+11+20

60.

The signed binary number, 8 bits (2's complement code) 1011 1011(2) corresponds to which of the following decimal numbers:

a)

59(10)

b)

-69(10)

c)

-59(10)

d)

187(10)

61.

The number 1110 1111 1011(2) corresponds to which of the following decimal values:

a)

3835(10)

b)

3861(10)

c)

3855(10)

d)

3857(10)

62.

In the computer representation of signed integers, 8 bits, subtraction (-67) -91 gives the result:

a)

98

b)

-158

c)

no result because of overflow

d)

no result because of carry out of the highest bit

63.

The quotient of two unsigned binary numbers, 8 bits 0110 1011(2) and 0000 1011(2) has the quotient and remainder equals which of the following binary pairs:

a)

Quotient: 1000(2), remainder: 0111(2)

b)

Quotient: 1001(2), remainder: 0111(2)

c)

Quotient: 1001(2), remainder: 1000(2)

d)

Quotient: 1000(2), remainder: 1001(2)

64.

For the IEEE 754/85 standard on single real number representation, the representation is as follows: C2 BF 00 00(H). Its decimal value is:

a)

-95.5

b)

-59.5

c)

-95.25

d)

-59.25

65.

The difference between two unsigned, 8-bit binary numbers 0110 0011(2) and 0101 0101(2) is equal to which of the following binary numbers:

a)

0000 1010(2)

b)

0001 1110(2)

c)

0000 1110(2)

d)

0001 1010(2)

66.

The difference between two unsigned, 8-bit binary numbers 0110 1001(2) and 0100 1101(2) is equal to which of the following binary numbers:

a)

0001 1010(2)

b)

0000 1110(2)

c)

0001 1100(2)

d)

0000 110(2)

67.

The product of two unsigned, 8-bit binary numbers 0000 1110 (2) and 0000 1010 (2) is equal to which of the following binary numbers:

a)

1010 1100(2)

b)

1010 0100(2)

c)

1000 1100(2)

d)

1000 0100(2)

68.

In Computer information transmission system is divided by bus speed hierarchy in the computer, what types of buses are there?

a)

There are 3 types of buses: data bus; address bus; general-purpose bus (can be used as both an address bus and a data bus)

b)

There are 3 types of buses: parallel bus; serial bus; semi-parallel bus.

c)

There are 3 types of buses: data bus; address bus; control bus.

d)

There are 3 types of buses: internal bus of the microprocessor; bus of the main memory; input-output bus

69.

In the following parts, which part is not part of the central processor:

a)

Arithmetic and logic block

b)

Control block to execute commands sequentially and act on functional circuits to execute commands.

c)

Set of general-purpose registers

d)

Internal memory

70.

Information is stored and transmitted inside the computer in the form of:

a)

Combination of letters and numbers

b)

Binary

c)

ASSCII code

d)

Decimal

71.

The number 1101 1011 1000(2) corresponds to which of the following decimal values:

a)

3510(10)

b)

3512(10)

c)

3516(10)

d)

3508(10)

72.

The sum of two unsigned, 8-bit binary numbers 0101 1101(2) and 0110 1011(2) by binary number o in the following numbers:

a)

1100 1000(2)

b)

1110 0000(2)

c)

1101 0000(2)

d)

1001 1000(2)

73.

The number 1010 0011 1101(2) corresponds to which of the following decimal values:

a)

2621(10)

b)

2651(10)

c)

2623(10)

d)

2653(10)

74.

In the binary system, the number 11101.11(2) corresponds to which of the following decimal values:

a)

29.65

b)

26.65

c)

29.75

d)

26.75

75.

How many bits does the BCD code represent each decimal digit?

a)

4 bit

b)

3 bit

c)

6 bit

d)

8 bit

76.

For the IEEE 754/85 standard on single real number representation, the representation of the real number -53.125 is:

a)

2C E0 A0 00(H) Or 00101100 11100000 10100000 00000000(2)

b)

C2 54 80 00(H) Or 11000010 01010100 10000000 00000000(2)

c)

C2 00 A0 00(H) Or 11000010 00000000 10100000 00000000(2)

d)

C2 00 80 00(H) Or 11000010 00000000 100000000 00000000(2)