The document is an internal test for the CA3 Textile Technology 4th Semester course on Digital Electronics & Microprocessor. It includes multiple-choice questions and short answer questions covering topics such as number conversions, binary operations, boolean laws, and circuit design. Students are required to answer a total of nine questions, selecting five from the first section and four from the second.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views1 page
Questions For CA3 TT
The document is an internal test for the CA3 Textile Technology 4th Semester course on Digital Electronics & Microprocessor. It includes multiple-choice questions and short answer questions covering topics such as number conversions, binary operations, boolean laws, and circuit design. Students are required to answer a total of nine questions, selecting five from the first section and four from the second.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Internal Test for CA3
Textile Technology 4th Semester
Subject: Digital Electronics & Microprocessor Code : (ES TT 401) Choose the correct answer from the following alternatives. (Any Five) 5X1=5 1. The given hexadecimal number (1E.53)16 is equivalent to ____________ a) (35.684)8 b) (36.246)8 c) (34.340)8 d) (35.599)8 2. The octal number (651.124)8 is equivalent to ______ a) (1A9.2A)16 b) (1B0.10)16 c) (1A8.A3)16 d) (1B0.B0)16 3. What is the addition of the binary numbers 11011011010 and 010100101? a) 0111001000 b) 1100110110 c) 11101111111 d) 10011010011 4. Perform binary subtraction: 101111 – 010101 = ? a) 100100 b) 010101 c) 011010 d) 011001 5. The expression for Absorption law is given by _________ a) A + AB = A b) A + AB = B c) AB + AA’ = A d) A + B = B + A 6. According to boolean law: A + 1 = ? a) 1 b) A c) 0 d) A’ 7. How many AND gates are required to realize Y = CD + EF + G? a) 4 b) 5 c) 3 d) 2 Answer the following questions (Any Four):- 4 X 5 = 20 1. State De-Morgan’s theorem and mention its use. 2. What is meant by combinational circuits and what are the differences with sequential circuits. 3. Define ‘Minterm’ and ‘ Maxterm’. 4. Show how to connect NAND gates to get an AND gate and OR gate? 5. Implement Y= (1,4,5,6,7) in SOP form using AOI logic. 6. Design a 4-input (A,B,C,D) digital circuit that will give at its output (X) a logic 1 only if the binary number formed at the input is between 2 and 9 (including). 7. Write the minimized Boolean expression for the function using K-map and draw the logic diagram. F (w,x,y,z)= m(0,1,2,4,5,6,8,9,12,13,14).