Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

51.

What is a gray code?

Answer»

Gray code is a non-weighted code which is used in analog to digital conversion.

52.

Write the table of 2-4-2-1 code and show that it is a self complementing code.

Answer»
Decimal Digit2-4-2-1 Code
00000
10001
20010
30011
40100
50101
60.100
71101
81110
91111

 1's complement of 1100(610) = 0011 = 310
= 9's complement of 6
∴ 2421 code is self complementing code

53.

What is meant by looping?

Answer»

Looping is encircling of two adjacent 1 s on a K map.

54.

What is a cell in K map?

Answer»

A cell in a K map is a box which represents a particular combination of variables in its product form.

55.

What is a pair?

Answer»

A group of adjacent 1 either horizontally or vertically but not diagonally on a K map is called a pair.

56.

Distinguish between min term and max term.

Answer»

A max term is a special case sum term containing all input variables that make up a Boolean expression. 

A min term is a special case product term containing all input variable that make up a Boolean expression.

57.

Name the universal gates.

Answer»

NAND gate and NOR gate.

58.

Explain the term universal gates.

Answer»

NAND gate and NOR gate are called universal gates because all the logic gates can be realised using these gates.

59.

What is the most important characteristic of gray code? Explain.

Answer»

Gray code changes only by one bit, each time the decimal number is incremented.

Decimal digitBCDGray
000000000
100010001
200100011
300110010
401000110
501010111
60.

What is meant by redundant group?

Answer»

A redundant group is a group in which all the 1 s in a group are over lapped by other groups.

61.

Write the truth table of XNOR gate.

Answer»
InputsOutput
AB\(Y=\overline{A\,\oplus\,B}\)
001
010
100
111
62.

Write the truth tables for 3 variable input with min term designations.

Answer»
Input variables
A     B     C
Min termDesignation
0     0     0\(\bar A\)\(\bar B\)\(\bar C\)m0
0     0     1\(\bar A\)\(\bar B\)Cm1
0     1     0\(\bar A\)B\(\bar C\)m2
0     1     1\(\bar A\)BCm3
1     0     0A\(\bar B\)\(\bar C\)m4
1     0     1A\(\bar B\)Cm5
1     1     0AB\(\bar C\)m6
1     1     1ABCm7

63.

Write the Boolean expression for the XNOR gate.

Answer»

\(Y=AB\,+\,\overline{AB}=\overline{A\,\oplus \, B}\)

64.

Write the Boolean equation of XOR gate.

Answer»

\(Y=A\bar B+\bar AB=A\,\oplus\, B\)

65.

Explain the necessity of elimination redundant groups in a K-map.

Answer»

A redundant group is a group in which all the 1 s in a group are overlapped by other groups. Redundent group should be eliminated before writing simplified Boolean equation using k map. The elimination of redundant groups results in a simple logic circuit.

66.

Write the truth table of XOR gate.

Answer»
InputOutput
ABY = A ⊕ B
000
011
101
110
67.

What is an XNOR gate? Write its truth table.

Answer»

XNOR gate is a logic circuit whose output is HIGH only the inputs are same.

InputOutput
ABY = A + B
001
010
100
111
68.

What is a don’t care condition?

Answer»

An output condition that may be either 1 or 0 without affecting the operation of the system is called don’t care condition.

69.

Explain don’t care condition.

Answer»

An output condition that may be treated as either 1 or 0 without affecting the operation is called don’t care condition.

When simplifying a logic expression using a K-map, a don’t care condition can be treated as a 1 if it contributes to the simplification and can be treated as 0 if it does not contribute to the simplification.

70.

What is a register?

Answer»

A register is a set of flip flops used to store binary data.

71.

What is an XOR gate? Write its truth table.

Answer»

XOR gate is a logic gate whose output is HIGH only when odd number of inputs are HIGH.

InputOutput
ABY = A + B
001
010
100
111
72.

What is race around condition? How is it eliminated?

Answer»

Toggling of the output more than once during the same clock pulse is called race around condition. It can be eliminated using an RC network (edge triggering) at the clock input or by using Master-slave JK flip flop.

73.

Mention a broad classification of counters.

Answer»

Counters are classified as synchronous counters and asynchronous counters.

74.

Mention the types of shift registers.

Answer»

(i) Serial-in, serial-out.

(ii) Serial-in, parallel-out

(iii) Parallel-in, serial-out.

(iv) Parallel-in, parallel-out.

75.

Which is the line used to transfer data in and out of a PISO shift register?

Answer»

The SHIFT LOAD line.