Unit 1 - Practice Quiz

ECE213 50 Questions
0 Correct 0 Wrong 50 Left
0/50

1 Which of the following is the primary characteristic of a digital signal compared to an analog signal?

A. It is continuous in both time and amplitude.
B. It takes on discrete values at discrete time intervals.
C. It is more susceptible to noise degradation.
D. It typically requires less bandwidth than analog signals.

2 What is the Radix (or base) of the Hexadecimal number system?

A. 2
B. 8
C. 10
D. 16

3 Convert the binary number to its decimal equivalent.

A. 11
B. 13
C. 15
D. 9

4 In the hexadecimal number system, the letter 'E' represents which decimal value?

A. 11
B. 12
C. 14
D. 15

5 Which of the following is a weighted code?

A. Excess-3 Code
B. Gray Code
C. 8421 BCD Code
D. ASCII

6 What is the primary feature of Gray Code that makes it useful for rotary encoders?

A. It allows for easy arithmetic operations.
B. It is a weighted code.
C. Only one bit changes between successive numbers.
D. It includes built-in error correction.

7 Calculate the 1's complement of the binary number $101100$.

A. 010011
B. 010100
C. 101101
D. 001100

8 Calculate the 2's complement of the binary number $0110$.

A. 1001
B. 1010
C. 1000
D. 1110

9 Convert the decimal number $25$ to Binary.

A. 11001
B. 10011
C. 11100
D. 10101

10 Which of the following represents the range of a signed decimal number that can be represented by bits using 2's complement form?

A. to
B. to
C. to
D. $0$ to

11 Convert the Octal number to Binary.

A. 111101
B. 111110
C. 110101
D. 101111

12 The BCD (Binary Coded Decimal) representation of the decimal number $39$ is:

A. 00111001
B. 00100111
C. 100111
D. 00111111

13 What is the Hamming Distance between the codes $10101$ and $10011$?

A. 1
B. 2
C. 3
D. 4

14 How many parity bits are required to correct a single bit error for a 4-bit data word using Hamming Code?

A. 2
B. 3
C. 4
D. 1

15 Convert the Hexadecimal number to Decimal.

A. 32
B. 40
C. 42
D. 26

16 Perform the binary addition: .

A. 10110
B. 11000
C. 11010
D. 10010

17 Which of the following is a self-complementing code?

A. 8421 BCD
B. Excess-3 Code
C. Gray Code
D. ASCII

18 What is the result of converting the binary number $11011.101$ to octal?

A. 33.5
B. 32.5
C. 63.4
D. 27.5

19 In IEEE 754 Single Precision floating point representation, how many bits are allocated for the Exponent?

A. 8 bits
B. 11 bits
C. 23 bits
D. 32 bits

20 What does a Parity Bit essentially check?

A. The magnitude of the data.
B. If the number of 1s in the data is odd or even.
C. The sign of the number.
D. The position of the error.

21 Convert the Binary code $1010$ to Gray code.

A. 1100
B. 1111
C. 1001
D. 1110

22 In the Octal number system, what is the result of ?

A. 18
B. 20
C. 10
D. 21

23 Which of the following bit patterns represents an INVALID code in 8421 BCD?

A. 1000
B. 0111
C. 1100
D. 0010

24 What is the 9's complement of the decimal number $27$?

A. 72
B. 82
C. 73
D. 63

25 Fixed-point representation is best described as:

A. A system where the decimal point can 'float' to any position.
B. A system where the position of the radix point is fixed.
C. A system used only for integers.
D. A system used exclusively for analog signals.

26 Perform the Hexadecimal subtraction: .

A. 1D
B. 2D
C. 13
D. 23

27 What is the 10's complement of the decimal number $456$?

A. 543
B. 544
C. 454
D. 554

28 Which code is also known as the 'Reflected Code'?

A. BCD Code
B. Gray Code
C. Hamming Code
D. ASCII

29 In a positional number system, the value of a digit is determined by:

A. The digit itself only.
B. The position of the digit relative to the radix point.
C. The total number of digits.
D. The parity of the number.

30 What is the minimum number of bits required to represent the decimal number $32$ in binary?

A. 5
B. 6
C. 7
D. 4

31 If an Odd Parity system receives the data $1011001$ (7 bits), is there an error detected?

A. Yes, because the number of 1s is even (4).
B. No, because the number of 1s is even (4).
C. Yes, because the number of 1s is odd (3).
D. No, parity cannot check this.

32 Convert the Gray Code $1011$ to Binary.

A. 1101
B. 1110
C. 1001
D. 1100

33 To represent the decimal number in 4-bit Sign-Magnitude form:

A. 1101
B. 1011
C. 1110
D. 0101

34 The 15's complement of the Hexadecimal digit is:

A. 3
B. 4
C. 2
D. D

35 Which of the following equations correctly describes the relationship for checking overflow when adding two signed numbers with the same sign (where is carry into sign bit, is carry out of sign bit)?

A. Overflow =
B. Overflow =
C. Overflow =
D. Overflow = 1

36 What is the equivalent of binary $101010$ in Excess-3 code?

A. 0111 0101
B. 1000 0110
C. 0011 1100
D. 0110 0101

37 Which number system is most commonly used for addressing memory locations in computer assembly language?

A. Octal
B. Hexadecimal
C. Gray Code
D. BCD

38 Compute the value of if .

A. 2
B. 4
C. 5
D. 10

39 The checksum method is primarily used for:

A. Error Correction
B. Error Detection
C. Encryption
D. Data Compression

40 In binary arithmetic, ?

A. 0
B. 1
C. 10
D. 11

41 Convert to Binary.

A. 0.1011
B. 0.1101
C. 0.1010
D. 0.0111

42 Which of the following is an alphanumeric code?

A. BCD
B. ASCII
C. Excess-3
D. Gray Code

43 What is the base of the system if ?

A. 4
B. 5
C. 6
D. 8

44 In a 3-bit binary system, what is the sequence of Gray codes corresponding to decimal 0, 1, 2, 3?

A. 000, 001, 010, 011
B. 000, 001, 011, 010
C. 000, 010, 011, 001
D. 000, 100, 010, 001

45 Which term describes the least significant bit (LSB)?

A. The bit with the highest weighting.
B. The leftmost bit in a standard binary string.
C. The bit with the weight .
D. The sign bit.

46 The representation of decimal $0$ in 1's complement has how many forms?

A. 1 (+0)
B. 2 (+0 and -0)
C. 3
D. Infinite

47 What is the decimal equivalent of the largest number that can be stored in an 8-bit unsigned binary register?

A. 127
B. 128
C. 255
D. 256

48 When converting Hexadecimal to Octal, it is often easiest to convert to which intermediate system first?

A. Decimal
B. Binary
C. BCD
D. ASCII

49 Which of these codes is a Weighted Code where the weights are 2, 4, 2, 1?

A. Excess-3
B. Gray Code
C. 2421 Code
D. 5421 Code

50 In floating point notation, what is the purpose of the Bias added to the exponent?

A. To make the mantissa always positive.
B. To represent negative exponents without using a sign bit for the exponent.
C. To increase the precision.
D. To detect errors.