Unit1 - Subjective Questions

ECE213 • Practice Questions with Detailed Answers

1

Differentiate between Analog and Digital Systems. List the advantages of Digital Systems.

2

Explain the concept of Positional Number Systems. How is the value of a number determined in such a system?

3

Perform the following Base Conversions:

  1. to Decimal
  2. to Octal
  3. to Binary
4

Explain Gray Code. Why is it called a 'Reflected Code' or 'Unit Distance Code'? Convert to Gray code.

5

Describe Signed Number Representation in binary systems. Differentiate between Sign-Magnitude, 1's Complement, and 2's Complement forms using the number (assume 4-bit register).

6

Perform the subtraction using 2's Complement method.

7

What are Binary Coded Decimal (BCD) codes? Explain BCD Addition with an example of summing and .

8

Explain Hamming Code for error detection and correction. Generate the 7-bit Hamming code for the data bits using odd parity.

9

Compare Fixed Point and Floating Point number representations. Explain the standard IEEE 754 Floating point format.

10

Perform the following Octal and Hexadecimal Arithmetic operations:

11

What is Parity? Distinguish between Even and Odd Parity with examples. What are the limitations of parity checking?

12

Explain the concept of Complements in digital systems. Calculate the 9's and 10's complement of the decimal number $456$.

13

What is the Excess-3 Code? Why is it known as a Self-Complementing Code? Provide an example.

14

Classify Binary Codes. Differentiate between Weighted and Non-Weighted codes with examples.

15

Demonstrate Binary Multiplication of .

16

Explain the general method for converting a number from Radix to Decimal and from Decimal to Radix .

17

What is an Alphanumeric Code? Briefly explain ASCII and EBCDIC codes.

18

Perform the subtraction using 16's complement for .

19

Calculate the 1's complement and 2's complement of the following 8-bit binary numbers:

  1. $00110101$
  2. $11001000$
20

Explain the concept of Data Representation in digital systems. How does the choice of base (Radix) impact data storage and human readability?