Digital Techniques VIVA ANSWERS 3rd SEM
Digital Techniques VIVA ANSWERS 3rd SEM
Digital Techniques VIVA ANSWERS 3rd SEM
The DE Morgan’s theorem mostly used in digital programming and for making digital circuit
diagrams.
DE Morgan’s Second Theorem: DE Morgan’s Second Theorem states that the NAND gate
is equivalent to a bubbled OR gate.
A digital system is a system that stores data in a discrete way. ... Larger amounts of data are
stored as a string of these bits, which means a set of 0s and 1s together make a meaning to
the system.
A bit is a binary digit, the smallest increment of data on a computer. A bit can hold only one
of two values: 0 or 1, corresponding to the electrical values of off or on, respectively
There are various types of number system in mathematics. The four most common number
system types are:
A Digital Logic Gate is an electronic circuit which makes logical decisions based on the
combination of digital signals present on its inputs. Digital logic gates can have more than
one input, for example, inputs A, B, C, D etc., but generally only have one digital output, (Q).
1. AND
2. OR
3. NOT
4. XOR
5. NAND
6. NOR
7. XNOR
Q.6 (b) What are the basic logic gates?
- All digital systems can be constructed by only three basic logic gates. These basic gates are
called the AND gate, the OR gate, and the NOT gate.
Q.7 Which gates are called as Universal gate and what are its advantages?
- The NOR gate and NAND gate are universal gates. This means that you can create any
logical Boolean expression using only NOR gates or only NAND gates.
Adv. Of Universal gates: No labeling, Single intervention for multiple problems.
Q.8 What are the applications of the octal number system?
The octal numbers are not as common as they used to be. However, Octal is used when the
number of bits in one word is a multiple of 3
Q.9 What are the fundamental properties of Boolean Algebra?
Advantage:
1.Minimizes boolean expressions without the need using various boolean theorems &
computations.
Disadvantage:
2.It is not suitable when the number of variables involved exceed four.
3.Care must be taken to field in every cell with the relevant entry, such as a 0, 1 (or) don't
care terms.
Q.18 Which code is called as minimum change code and why (OPTIONAL)
Q.19 What are universal gates?
A universal gate is a gate which can implement any Boolean function without need to use any
other gate type. The NAND and NOR gates are universal gates. In practice, this is
advantageous since NAND and NOR gates are economical and easier to fabricate and are the
basic gates used in all IC digital logic families.
Q.20 What is a flip-flop?
Flip flops are essential in data storage. They are electronic circuits with two stable states used
to store binary data. Such a circuit has one or more control inputs and one or two outputs. By
applying varying input, the data stored can be changed. In sequential logic, the flip flop is the
basic storage element. They are fundamental building blocks of electronics systems such as
computers and communication devices.
Q.23 A basic S-R flip-flop can be constructed by cross-coupling of which basic logic
gates?
A basic S-R flip-flop can be constructed by cross-coupling of which basic logic gates?
Explanation: The basic S-R flip-flop can be constructed by cross coupling of NOR
or NAND gates. Cross coupling means the output of second gate is fed to the input of first
gate and vice-versa.
Q.24 The logic circuits whose outputs at any instant of time depends only on the present
input but also on the past outputs are called?
(SEQUENTIAL CIRCUIT) Explanation: In sequential circuits, the output signals are fed
back to the input side. So, The circuits whose outputs at any instant of time depends only on
the present input but also on the past outputs are called sequential circuits. Unlike sequential
circuits, if output depends only on the present state, then it’s known as combinational
circuits.
Q.25 How many types of sequential circuits are?
two main types of sequential circuits: (a) Synchronous and (b) Asynchronous
Q.26 In S-R flip-flop, if Q = 0 the output is said to be ?
(RESET)
Explanation: In S-R flip-flop, if Q = 0 the output is said to be reset and set for Q = 1
Q.27 How many types of flip-flops are there
(FOUR TYPES)
Types of Flip Flops. Flip flop circuits are classified into four types based on its use, namely
D-Flip Flop, T- Flip Flop, SR- Flip Flop and JK- Flip Flop.