0% found this document useful (0 votes)
10 views3 pages

Assistant No 1-Unit 4

The document is an assignment sheet for a Digital Electronics course at ABES Engineering College, covering various topics such as base conversions, Boolean algebra simplifications, K-map implementations, and logic circuit designs. It includes tasks for converting numbers between different bases, simplifying logic expressions, and performing arithmetic operations using different complement methods. Additionally, it discusses the properties of universal logic gates and requires the design of specific logic circuits based on given conditions.

Uploaded by

albertoswitzan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views3 pages

Assistant No 1-Unit 4

The document is an assignment sheet for a Digital Electronics course at ABES Engineering College, covering various topics such as base conversions, Boolean algebra simplifications, K-map implementations, and logic circuit designs. It includes tasks for converting numbers between different bases, simplifying logic expressions, and performing arithmetic operations using different complement methods. Additionally, it discusses the properties of universal logic gates and requires the design of specific logic circuits based on given conditions.

Uploaded by

albertoswitzan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

ABES ENGINEERING COLLEGE, GHAZIABAD

DEPARTMENT OF ELECTRONICS & COMMUNICATION ENGINEERING


FUNDAMENTALS OF ELECTRONICS ENGINEERING [BEC-101/201]
ASSIGNMENT SHEET_DIGITAL ELECTRONICS
1. Convert the following to the corresponding bases:
i. (73.12)10 = ( )2
ii. (110110.011)2 = ( )16
iii. (231.36)10 = ( )2
iv. (11011.10) 2= ( )10
v. (6FB.67)16 = ( )10

2. Convert the following to the corresponding bases:


i. (437)8= ( )10
ii. (1110111.11011)2 = ( )8
iii. (1011.10110)2 = ( )16
iv. (743.15)8 = ( )2
v. (9AC.1B)16= ( )2

3. Simplify the following logic expression using Boolean Algebra:


i. F= (A+C) (AD+A𝐷)+AC+C
ii. F= ((A.B)’ + C)’. B
iii. Y = ((𝐴 + 𝐵) + ((𝐴. 𝐵) + (𝐴. 𝐵)
iv. Y = 𝐴𝐵 (𝐷 + 𝐶D) +B (A+ 𝐴 CD)
v. Y = 𝐴𝐵 + 𝐴𝐵𝐶 + 𝐴(𝐵 + 𝐴𝐵)

4. Consider the following Boolean expression:


i. F (A, B, C) = A+B𝐶+𝐴BC, convert it into standard SOP form
ii. F (A, B, C) = A.( 𝐵+𝐶). (A+𝐵+𝐶), convert it into standard POS form
iii. F (A, B, C) = (A+𝐵). (B+C), convert it into standard POS form

5. Simplify the expression using K-Map and implement using NAND logic gates.

i. F(A, B, C, D, E)=∑m(0,1,2,4,5,6,10,13,14,18,21,22,24,26,29,30
ii. F (A, B, C, D, E) = ∑m (0,2,5,7,8,10,16,21,23,24,27,31)
iii. F (A, B, C, D) = Σ m (3,5,9,11,15) + d (2,4,6,10)
iv. Y=∏ 𝑀 (4,6,10,12,13,15)
v. Y=∏ 𝑀 (0,1,2,3,7,8,10) + d (5,6,11,15)

6. Simplify the expression using K-Map and implement using NOR logic gates.

i. F (A, B, C, D, E) = Σm (1,3,4,5,6,7,9,11,13,15)
ii. F (A, B, C, D, E) = 𝐴 𝐵 𝐶 + 𝐴 𝐶 𝐷 + 𝐴 𝐵 + 𝐴𝐵𝐶𝐷 + 𝐴 𝐵 𝐶
iii. F (A, B, C, D) = AB’C’ +A’BC + A’B’CD +ABCD + d (1,5)

7. Perform the following:


i. (4433)5 = (?)10= (?)2
ii. (5654)7 = (?)2
iii. (292)10 = (1204)x. Find the value of x.
8. Perform the following:
i. (101010101.1101010)2 = (?)1’s complement
ii. (1101010101111.0101011)2= (?)2’s complement
iii. (123.54533)6 = (?)10 = (?)2= (?)8
iv. (3132.5)8 = (?)16
9. Derive a logic expression that equals 1 only when there are odd number of ones in the input
combinations. Draw the logic diagram and construct the truth table.
10. Simplify using K map:
i. F (A,B,C,D,E,F) =
∑ 𝑚(0,4,8,9,12,13,16,20,24,25,28,29,32,36,40,41,44,45,48,52,56,57,60,61)

ii. F (A, B, C, D, E) = ∑ 𝑚(0,4,8,12,16,20,22) + d (24,26,20,31)


11. Consider X = 1010100; Y = 1000011: Perform using 2’s complement & 1’s complement
methods separately: i. X – Y ii. Y-X
12.Why are NAND and NOR gates called Universal Logic Gates? Implement the following using
NAND and NOR gates:
i. NOT ii. AND iii. OR iv. EXOR v. EXNOR vi. NOR
13. Q15. Verify the truth table of a 3 input EXOR gate.
14. Design a logic circuit having three inputs X, Y and Z. The output is 1 only when Y=Z = 1.
15. Using 10’s complement & 9’s complement method, perform:
i. 76532 – 4250 ii, 4250 – 76532
Q16. Evaluate the output of the given circuit when A = 0, B = 0 , C= 1 and D = 1.

Q17. Find the complement of F = x + yz. Show that F.F’ = 0 and F + F’ = 1.

Q18. Use the K-map method to implement the logic function specified in the following truth table,
both in SOP as well as POS form.
19. Simplify the Boolean function using don’t care conditions in POS form:
F = 𝐵 𝐶 𝐷 + BC𝐷 + ABC𝐷 ; d = 𝐵 C 𝐷 + 𝐴 B 𝐶 D
20. Obtain the standard SOP and standard POS expression for the logic function whose truth
table is given below:

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

You might also like