GATE Physics Exam  >  GATE Physics Notes  >  Electronics for GATE  >  Digital Electronics: Assignment

Digital Electronics: Assignment

Q.1. (a) Convert (1101101)2 to decimal number.
(b) Convert (11101.011)2 to decimal number.
(c) Convert decimal number 12 to binary number.
(d) Convert decimal number 0.3125 to binary number.
(e) Convert octal number (2374)8 to decimal number.
(f) Convert octal number (0.325)8 to decimal number.
(g) Convert decimal number 359 to octal number.
(h) Convert each of the following octal numbers to binary numbers.
(i) 138 (ii) 258 (iii) 478 (iv) 1708 (v) 7528 (vi) 52768 (vii) 37.128
(i) Represent each of the following binary numbers by its octal equivalent:
(a) 1101012 (b) 1011110012 (c) 10111001102 (d) 1001101.10112
(j) Convert binary numbers to hexadecimal number.
(a) 11001010010101112 (b) 1111110001011010012 (c) 1110011000.1112
(k) Determine the binary numbers for the following hexadecimal numbers:
(a) 10A416 (b) CF8316 (c) 974216 (d) D2E.816
(l) Convert the following hexadecimal numbers to decimal.
(a) 1C16 (b) A8516
(m) Convert (a) E 516 and (b) B 2F816 to decimal.
(n) Convert 65010 to hexadecimal by repeated division by 1610.
(o) Find 1's compliment and 2's compliments of binary number (10101), (10111) and (111100).

(a)
Digital Electronics: Assignment
1 x 64 +1 x 32 + 0 x 16 +1 x 8 +1 x 4 + 0 x 2 +1 x 1 = 64 + 32 + 0 + 8 + 4 + 0 +1 = 10910
(b) (16 + 8 + 4 + 1) . ( 0.25 + 0.125) = 29.37510
(c)
Digital Electronics: Assignment
(d) Step 1 (0.3125 x 2 = 0.625 → carry = 0 ( MSB))
Step 2 (0.625 x 2 = 1.25 → carry = 1
Step 3 (0.25 x 2 = 0.50 → carry = 0
Step 4 (0.50 x 2 = 1.00 → carry = 1 ( LSB) → (0.0101)2)
(e)
Digital Electronics: Assignment
2 x 512 + 3 x 64 + 7 x 8 + 4 x 1 = 127610
(f)
Digital Electronics: Assignment
3 x 0.125 + 2 x 0.015625 + 5 x 0.001953 = 0.41601510
(g)
Digital Electronics: Assignment
(h)
Digital Electronics: Assignment 

Digital Electronics: Assignment
(i) Digital Electronics: Assignment
(j)
Digital Electronics: Assignment 

Digital Electronics: Assignment
(k)
Digital Electronics: Assignment

Digital Electronics: Assignment
(l)
Digital Electronics: Assignment
Digital Electronics: Assignment
(m) (a) E516 = E x 16 + 5 x 1 = 14 x 16 +5 x 1 = 224 +5 = 22910
(b) B2F816 = B x 4096 + 2 x 256 + F x16 + 8 x 1
= 11 x 4096 + 2 x 256 + 15 x 16 + 8 x 1
= 45056 + 512 + 240 + 8 = 4581610
(n)
Digital Electronics: Assignment
Therefore, 65010 = 28A16.
(o) Digital Electronics: Assignment


Q.2. For the logic circuit shown in figure, the input conditions (A, B, C) are given. In each case find output X.

Digital Electronics: Assignment(a) 1,0,1
(b) 0,0,1
(c) 1,1,1
(d) 0,1,1

XOR is inequality comparator and XNOR is equality comparator. In AND gate output will be high when all the input is 1.
(a) (A, B,C) = (1, 0,1) ; U1 = 1, U2 = 0 ⇒ U3 = 0
(b) (A, B,C) = (0,0,1) ; U1 = 0 , U2 = 0 ⇒ U3 = 0
(c) (A, B, C) = (1,1,1) ; U1 = 0 , U2 = 1 ⇒ U3 = 0
(d) (A, B, C) = ( 0,1,1) ; U1 = 1 , U2 = 1 ⇒ U3 = 1


Q.3. In each case find output Boolean expression.

Digital Electronics: Assignment
Digital Electronics: Assignment
Digital Electronics: Assignment
Digital Electronics: Assignment

Digital Electronics: Assignment
Digital Electronics: Assignment


Q.4. Find the output of combinational circuit shown in figure below.

Digital Electronics: Assignment

Digital Electronics: AssignmentDigital Electronics: Assignment
Digital Electronics: Assignment


Q.5. Consider the digital circuit shown below in which the input C is always low (0).

Digital Electronics: AssignmentWrite the truth table for the circuit shown in figure.

Digital Electronics: Assignment
The truth table for the circuit can be written as
Digital Electronics: Assignment


Q.6. Write the truth table for the circuit shown in figure.
Digital Electronics: Assignment

Digital Electronics: Assignment
Digital Electronics: Assignment


Q.7. Using basic gates  implement the truth table?

Digital Electronics: Assignment

Digital Electronics: AssignmentDigital Electronics: Assignment


Q.8. To implement the function f = (x + z) Digital Electronics: Assignment how many two input NOR gate would require. 

f = ( x + z ) Digital Electronics: Assignment
Digital Electronics: Assignment

Digital Electronics: Assignment
So, 4 NOR gate is required.


Q.9. Find the minimized expression for Boolean function
f(a, b, c, d) = ∑m (0, 2, 3, 5, 7, 8, 9,10,11) + ∑dc (4,15)

Digital Electronics: Assignment Digital Electronics: Assignment
Digital Electronics: Assignment


Q.10. A function with don't cares is as follows:
g (X , Y , Z) =∑m (5, 6)+∑dc (1, 2, 4)
For above function consider following expression
(1)  Digital Electronics: Assignment
(2) Digital Electronics: Assignment
(3) Digital Electronics: Assignment
(4) Digital Electronics: Assignment
Which of the above expressions are solution for g.

Digital Electronics: Assignment
So expressions (1), (2) and (4) are solutions for g.

The document Digital Electronics: Assignment is a part of the GATE Physics Course Electronics for GATE.
All you need of GATE Physics at this link: GATE Physics

FAQs on Digital Electronics: Assignment

1. What is digital electronics and why is it important?
Ans. Digital electronics is a branch of electronics that deals with digital signals and circuits. It involves the use of binary digits (0 and 1) to represent and process information. Digital electronics is important because it forms the foundation of modern electronic devices such as computers, smartphones, and digital cameras. It enables the design and development of complex circuits, memory systems, and processors that are crucial for various applications in fields like communication, medicine, and entertainment.
2. What are the basic components of a digital circuit?
Ans. The basic components of a digital circuit include logic gates, flip-flops, counters, and registers. Logic gates are fundamental building blocks that perform logical operations such as AND, OR, and NOT. Flip-flops are used for storing and synchronizing digital information, while counters are used for counting or sequencing operations. Registers are used to store and transfer data within a circuit. These components work together to process and manipulate digital signals in a digital circuit.
3. How does a digital circuit differ from an analog circuit?
Ans. A digital circuit operates on discrete values or binary digits (0 and 1), while an analog circuit operates on continuous values. In a digital circuit, information is represented using binary codes, and computations are performed using logic gates. On the other hand, an analog circuit deals with continuous signals and uses components such as resistors, capacitors, and inductors to process and transmit signals. Digital circuits are more immune to noise and distortion, making them suitable for long-distance transmission and error correction.
4. What is the role of Boolean algebra in digital electronics?
Ans. Boolean algebra is a mathematical framework used to analyze and design digital circuits. It provides a set of rules and operations for manipulating logical variables and expressions. By using Boolean algebra, designers can simplify complex logic circuits, optimize circuit performance, and ensure correct functioning. Boolean algebra helps in determining the truth table, logic function, and logic expression for a given digital circuit. It is an essential tool for designing and troubleshooting digital systems.
5. How does digital electronics contribute to the advancement of technology?
Ans. Digital electronics plays a crucial role in the advancement of technology by enabling the development of faster, more efficient, and compact devices. It allows for the integration of various functionalities into a single chip, leading to the miniaturization of electronic devices. Digital electronics also facilitates the implementation of advanced communication systems, digital signal processing, and high-speed data transmission. It has revolutionized fields such as telecommunications, computing, and consumer electronics, making technology more accessible and impactful in our daily lives.
Explore Courses for GATE Physics exam
Get EduRev Notes directly in your Google search
Related Searches
Semester Notes, ppt, Sample Paper, Extra Questions, Free, study material, Digital Electronics: Assignment, Digital Electronics: Assignment, pdf , Objective type Questions, Important questions, practice quizzes, shortcuts and tricks, video lectures, Exam, past year papers, Previous Year Questions with Solutions, Digital Electronics: Assignment, Viva Questions, mock tests for examination, Summary, MCQs;