0% found this document useful (0 votes)
16 views5 pages

Digital Electronics Exam Paper 2023-24

The document is an examination paper for the Digital Electronics course (TEC-406) for B. Tech. (CSE) students in their fourth semester, covering various topics in digital electronics. It consists of three sections: Section A with very short answer questions, Section B with short answer questions, and Section C with long answer questions, each requiring different levels of understanding and application of concepts. The exam has a total duration of three hours and is worth a maximum of 60 marks.

Uploaded by

devkushwaha848
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)
16 views5 pages

Digital Electronics Exam Paper 2023-24

The document is an examination paper for the Digital Electronics course (TEC-406) for B. Tech. (CSE) students in their fourth semester, covering various topics in digital electronics. It consists of three sections: Section A with very short answer questions, Section B with short answer questions, and Section C with long answer questions, each requiring different levels of understanding and application of concepts. The exam has a total duration of three hours and is worth a maximum of 60 marks.

Uploaded by

devkushwaha848
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

Roll No. …………………..

TEC–406
B. Tech. (CSE) (Fourth Semester)
EXAMINATION, 2023-24
DIGITAL ELECTRONICS
Time : Three Hours
Maximum Marks : 60
Note : Question paper has three Sections. Read carefully
instructions for each Section.

Section—A
(Very Short Answer Type Questions)

1. Attempt all questions. Each question carries 1 mark.


(a) Which Binary Digit Represent True condition ?
(CO1, BT-RE)
(b) What is the Full Form of PROM ? (CO1, BT-RE)
(c) Write Down Gary Code of Binary No. (1101).
(CO1, BT-UN)
(d) What is the use of K Map ?

P. T. O.
[2] TEC–406

(e) Define Combination Circuit. (CO2, BT-UN)

(f) What is the no. of Inputs and Outputs in Decoder


Circuit ? (CO2, BT-UN)

(g) What no. of EX-OR Gate used in the designing of


full sub-tractor circuit ? (CO2, BT-UN)

(h) Define Sequential Circuit. (CO3, BT-UN)

(i) Write Down Truth Table of D Flip Flop.

(CO3, BT-UN)

(j) Define Unipolar Logic Families. (CO4, BT-UN)

(k) Define Fall Time. (CO4, BT-UN)

(l) Define Random Access Memory. (CO5, BT-UN)

Section—B
(Short Answer Type Questions)

2. Attempt all questions. Each question carries 4 marks.

(a) Determine the single error correcting code for the


message using odd parity. (CO1, BT-EV)

OR

A transmitter uses a single error correcting code


for the message using odd parity. The message
received at the receiving end is 1110101. Check
and correct error.
[3] TEC–406

(b) Solve the following function using K-Map.


(CO1, BT-AP)

F(A, B, C, D) = m (1, 3, 7, 11, 15) + d (0, 2, 5)

OR
Solve following function using K-Map.

F(A, B, C, D) = M (4, 5, 6, 7, 8, 12) . d (1, 2, 3,


9, 11, 14)
(c) Design 1-bit Amplitude Comparator logic circuit
using logic gates. (CO2, BT-CR)
OR
Design 16 : 1 Multiplexer using 4 :1 Multiplexer.
(d) Design JK Flip Flop using SR Flip Flop.
(CO3, BT-CR)
OR
Design SR Flip Flop using JK Flip Flop.
(CO3, BT-CR)
(e) Design CMOS Inverter using MOSFET and
Explain its Working. (CO4, BT-CR)
OR
Design CMOS Nand Gate using MOSFET and
Explain its Working. (CO4, BT-CR)

P. T. O.
[4] TEC–406

(f) Define Programmable Logic Devices.

(CO5, BT-UN)

OR

Define Different types of Read Only Memories.

(CO5, BT-UN)

Section—C
(Long Answer Type Questions)

3. Attempt all questions. Each question carries 8 marks.


s
(a) Perform following Subtractions using 1
Complement Method : (CO1, BT-AP)

(i) 1100-1001

(ii) 1010-1000

(iii) 1111-1101

(iv) 0111-0100

OR

Perform the following Additions in BCD Format :

(i) 8+7

(ii) 15 + 24

(iii) 19 + 22

(iv) 91 + 81
[5] TEC–406

(b) Implement the following Boolean Function using


8:1 Multiplexer : (CO2, BT-CR)

F(A, B, C, D) = m (0, 2, 4, 6, 7, 9, 10)

OR

Design Full Adder Circuit using Logic Gates.

(c) Design 3 Bit Synchronous Counter using Flip


Flops. (CO3, BT-CR)

OR

Design PISO shift register using D-Flip-Flop.


Also explain its working.

TEC–406

P. T. O.

Common questions

Powered by AI

A 16:1 multiplexer can be constructed using five 4:1 multiplexers. Four of these multiplexers handle the first stage by selecting from 16 input lines based on two control lines. The outputs from these four multiplexers feed a fifth 4:1 multiplexer, which selects one of the four outputs as final output based on two additional control lines. This hierarchical design efficiently expands smaller multiplexers into larger ones by integrating control logic and maintaining structured signal routing .

A CMOS inverter, built using one p-type and one n-type MOSFET, operates as a complementary switching circuit. In its simplest form, the nMOSFET operates during logic high input by conducting, while the pMOSFET remains off, pulling the output to ground (logic low). Conversely, during a logic low input, the pMOSFET conducts, pulling the output to Vdd (logic high), and the nMOSFET stays off. This complementary action minimizes static power consumption, a feature that makes CMOS technology highly efficient .

To design a JK Flip Flop using an SR Flip Flop, additional logic gates and connections are introduced. The J and K inputs are connected through AND gates to the S and R inputs, respectively, making use of the negated output (Q') to handle feedback. This configuration manages toggle operations where both J and K are high, a deficiency in standard SR configurations, thus converting it into a JK Flip Flop .

Unipolar logic families, such as CMOS, utilize only one type of charge carrier—either holes or electrons. This characteristic allows these families to consume less power, have high noise margins, and exhibit inherent positive logic. They are particularly preferred for low-power applications due to reduced power dissipation compared to bipolar logic families .

The 1s complement method in binary subtraction involves inverting all the bits of the number to be subtracted (minuend) and adding it to the other number (subtrahend). This requires adding 1 to the inversion when end-around carry is present, offering a straightforward approach for binary subtraction. However, one major drawback is the complexity in interpreting negative results due to dual representation of zero, complicating hardware implementation .

K-Maps, or Karnaugh maps, are used for simplifying Boolean functions in digital circuit design. They help visualize simplification by representing truth tables in a spatially organized format, allowing one to easily find and eliminate redundant terms through grouping of adjacent cells. This reduction minimizes the number of gates required in the circuit, optimizing performance and cost .

To compute a single error-correcting code with odd parity, first calculate the parity bit by counting the number of '1's in the binary message. Ensure the total count of '1's, including the parity bit, is odd by setting the parity bit to '1' if the count is even, and '0' if it is odd. This method facilitates error detection by ensuring any single-bit error alters the parity state, prompting correction .

A Programmable Logic Device (PLD) is a hardware component used to build reconfigurable digital circuits, distinguished by its user-programmable feature. PLDs are significant because they allow designers to implement custom logic functions and modify them during development or product life cycle without redesigning hardware, enhancing flexibility and time-to-market for new designs .

A full adder can be designed using XOR, AND, and OR gates. The XOR gates handle the sum output by adding two bits at a time alongside the carry-in. Complementary AND gates compute partial carry outputs for each digit pair, while an OR gate consolidates these partial carries into a single carry-out. The implementation also considers intermediate signal paths for efficient propagation delays, optimizing performance for cascading in multi-bit addition designs .

The function of a D Flip Flop is to store a single bit of data, capturing the input value (D) on the rising edge of the clock signal and outputting it until the next clock edge. Its truth table indicates that the output Q follows the input D only on a clock transition from 0 to 1, remaining otherwise constant, which allows for synchronous data transfer and signal synchronization in sequential circuits .

You might also like