Demp Mid - 1 Question Bank

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

VISVODAYA ENGINEERING COLLEGE

(Affiliated to J.N.T.U.A. and Approved by AICTE)


KAVALI – 524201, S.P.S.R Nellore Dist., A.P. India.

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


DIGITAL ELECTRONICS AND MICROPROCESSORS (20A04304T)
II B.Tech (I-Sem) R 20 Regulations BRANCH: CSE (IOT & AIML)

MID-1 QUESTION BANK

Unit-1
1.a) Express the following numbers (6 Marks) (CO1 K2)
(i) (10110.0101)2= ( )10 = ( )BCD
(ii) (26.24)8= ( )16 =( )10 (iii)
(11001010)2= ( )Gray
Perform subtraction on the given unsigned binary numbers using the 2’s complement.
(4 Marks) (CO1 K2)
(i) 10011 – 10010 (ii) (42)10 – (68)10

2.a) Convert the given expression into canonical form. (4 Marks) (CO1 K2)
(i) Y=A. (A+B+C). (ii) F = xy + x’y’ + y’z
b) Define Binary code. Also explain the binary codes with examples. (6 Marks) (CO1 K2)

3.a)
Simplify the following expression using four variable K-map (6 Marks) (CO1 K3)
F (w, x, y, z) = Σm(1, 4, 5, 6, 12, 14, 15)
b) Determine the minterms of the following Boolean expressions by first plotting eachfunction in a
map: (4 Marks) (CO1 K3)
(i) F=xy + yz + xy’z (ii) Y=C’D + ABC’+ ABD’+ A’B’D

4.a) Represent the decimal number 6248 in following forms (6 Marks) (CO1 K2)
(i) BCD, (ii) Excess‐3 code, (iii) 2421 code, and (iv) 6311 code.
b) Simplify the Boolean expressions to minimum number of literals:
(4 Marks) (CO1 K3)
F=X′+XY+XZ′+XYZ′
5.a) Perform subtraction on the given unsigned binary numbers using the 2’s complement.(6 Marks)
(CO1 K3)
(i) 100010 – 100110 (ii) 1001 – 110101 (iii) 10011 - 10010
b)
Express the following numbers (4 Marks) (CO1 K2)
(i) (10110.0101)2= ( )10 = ( )EX-3
(ii) (26.24)8= ( )16 =( )10
(iii) (11001010)2= ( )Gray

6.a) Define Don’t care condition with example. (4 Marks) (CO1 K2)

b) Simplify the following three variable expressions using Boolean algebra: (4 Marks)
(CO1 K3)
F=Σm(1,3,5,7) & draw the logic diagram
c) Determine the 1’s and 2’s complement of the following:(2 Mark) (CO1 K2)
(i) (1100011)2 (ii) (001001010)2

7.a) What is self complementary code? Explain with example? (2Mark) (CO1 K2)
VISVODAYA ENGINEERING COLLEGE
(Affiliated to J.N.T.U.A. and Approved by AICTE)
KAVALI – 524201, S.P.S.R Nellore Dist., A.P. India.

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


b) Convert the following numbers (4 Marks) (CO1 K2)
(i). (3456)10 to base 2 (ii). (12EF)16 to base 8
(iii) (10110011)2 to base 16 (iv) (726)8 to base10
c) State and prove the De-Morgan’s theorems. (4 Marks) (CO1 K2)

8.a) Realize basic gates using minimum number of NAND & NOR gates (4 Marks) (CO1 K3)

b) Draw the logic diagram to implement the following Boolean expressions (6 Marks)
(CO1 K3)

i. Y=A(B XOR D)+C’


ii. Y=A+CD+ABC
iii. Y=(A XOR C)’+B

9.a) Simplify the following Boolean functions by using four variables map:
(6 Marks) (CO1 K3)
(i) F(W, X, Y, Z) = Σ(1,4,5,6,12,14,15).
(ii) F(A, B, C, D) = Σ(1,5,9,10,11,14,15).
b) Convert each of the following to the other canonical form: (4 Marks) (CO1 K3)
(i) F(x, y, z) = Σ(1, 3, 5) (ii) F(A, B, C, D) = ∏(3, 5, 8, 11)

Unit-2
1.a) Design a combinational circuit with three inputs A, B and C and three outputs x, y and z.
When the binary inputs are 0, 1, 2 and 3, the binary output is one greater than the input.
When the binary inputs are 4, 5, 6 and 7 the binary outputs are one less than the input.
(4 Marks) (CO2 K4)
b) Design and draw the full-adder circuit. (6 Marks) (CO2 K4)

2.a) What is a multiplexer? Draw and explain the 4-to-1 Line Multiplexer operation.
(4 Marks) (CO2 K4)
b) Using 8 to 1 multiplexer, realize the Boolean function: (6 Marks) (CO2 K3)
f(w, x, y, z) = Σ(0, 1, 2, 4, 5, 7, 8, 9, 12, 13)

3.a) What is a Decoder? Draw and explain the 2-to-4 Decoder operation. (4 Marks) (CO2 K2)
b) Implement the full adder using 3-to-8 decoder (6 Marks) (CO2 K4)

4. Design and draw the logic diagram of full subtractor using two half subtractors.
(10 Marks) (CO2 K4)
5.a) What is encoder? Design octal to binary encoder. (4 Marks) (CO2 K3)
b) Implement the following Boolean function using 4×1 MUX. (6 Marks) (CO2 K4)
F(a,b,c) =Σm (1,3,5,6)

6.a) Implement the following functions using PLA. (6 Marks) (CO2 K4)
(i) A (x, y, z ) = Σm(1, 2, 4, 6) (ii) B (x, y, z) = Σm(0, 1, 6, 7)
b) What is a De-multiplexer? Draw and explain the 1-to-4 De-multiplexer operation.
(4 Marks) (CO2 K2)
VISVODAYA ENGINEERING COLLEGE
(Affiliated to J.N.T.U.A. and Approved by AICTE)
KAVALI – 524201, S.P.S.R Nellore Dist., A.P. India.

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


7.a) With a logic diagram explain 8-to-1 multiplexers together with truth table.
(4 Marks) (CO2 K3)
b) Implement the following Boolean function using 4×1 MUX. (6 Marks) (CO2 K4)
F(a,b,c) =Σm (1,3,5,6)

8.a) Design a full subtractor and implement it using NAND gates. Explain its operation with the
help of truth table. (4 Marks) (CO2 K4)
b) Draw and explain the operation of 3 to 8 decoder. (6 Marks) (CO2 K3)

9.a) Draw the schematic diagram and truth table for full adder. Explain the design approach for
full-adder using universal gates. Draw the relevant logic diagrams with necessary
expressions. (4 Marks) (CO2 K3)
b) Implement the following function using PAL: (6 Marks) (CO2 K4)
w(A,B,C,D)=Σm(0,2,7,8,9,12,13)

TWO MARKS QUESTIONS


UNIT - 1

1. What is unsigned binary number?


2. State the different ways for representing the signed binary numbers
3. State the De-morgan’s laws
4. Convert (1596.675)10 to hexadecimal
5. Convert (11110.1011)2 to decimal.
UNIT - 2

1. What is decoder?
2. Define encoder.
3. What is de-multiplexer?
4. What is PLD?
5. Differentiate combinational circuits and sequential circuits

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy