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.

1.

Define a clock pulse.

Answer»

A clock is a periodic train of pulses or square waves which acts as a control signal. The output changes state only when clock makes transition.

2.

What is a flip flop?

Answer»

A flip flop is a bistable multivibrator which has two stable states. It is a basic memory element which can store one bit information.

3.

Is the flip flop a bistable device?

Answer»

Yes Flip flop is a bistable device.

4.

Distinguish between SR and JK flip flop.

Answer»
  SR Flip FlopJK Flip Flop
1. When S = R = 1, it is in forbidden state.1. When J = -K = 1, it toggles.
2. It can not be used for any application.2. It can be used in most of applications.
5.

Distinguish between combinational and sequential logic circuits.

Answer»

Combinational logic circuits are circuits whose output level at any instant of time is dependent only on present levels of inputs at that time. These circuits do not have memory.

Sequential logic circuits are those circuits whose output levels at any instant of time depend not only on the present input state but also on previous input states. These circuits have memory.

6.

What is a sequential logic circuit?

Answer»

Sequential logic circuits are those circuits whose output level depends on present levels of input and previous input levels.

7.

Distinguish between AND-OR logic and OR-AND logic.

Answer»
AND OR logicOR-AND logic
1. It is used in simplifying SOP expression.1. It is used in simplifying POS expression.
2. It is realised only using NAND gates.2. It is realised only using NOR gates.
8.

Mention few applications of flip flops.

Answer»

(i) Transfer and storage of data.

(ii) Frequency division.

(iii) Counters

(iv) Detection of input sequence of data.

9.

What is an XOR gate?

Answer»

The logic gate whose output is high only when odd number of inputs are high is known as an XOR gate.

10.

How many variables does the octet eliminate?

Answer»

Three variables.

11.

Name the universal gate used to realize OR-AND logic.

Answer»

NOR gate is the universal gate used to realize OR-AND logic.

12.

Expand EBCDIC.

Answer»

Extended Binary Coded Decimal Interchange Code.

13.

Name the universal gate used to realize AND-OR logic.

Answer»

NAND gate is the universal gate used to realize AND-OR logic.

14.

List the different types of flip flops.

Answer»

(i) SR flip flop

(ii) D flip flop

(iii) JKflip flop

(iv) Master-Slave JK flip flop.

15.

Distinguish between excess-3 code and BCD code.

Answer»

Excess-3 code is a non-weighted self complementing code. It is obtained by adding 3 to each digit in decimal number. BCD code is a weighted code. Each decimal number is represented by a separate group of four bits.

16.

Write the truth table for the expression Y = A\(\bar B\) + \(\bar A\)B.

Answer»

The truth table for the expression Y = A\(\bar B\) + \(\bar A\)B:

AB\(\bar A\)\(\bar B\)A\(\bar B\)\(\bar A\)\(\bar B\)A\(\bar B\) + \(\bar A\)B
0011011
0110000
1001101
1100101

17.

How many zone bits are there in EBCDIC?

Answer»

There are four zone bits in EBCDIC.

18.

What is a half-adder?

Answer»

Half adder is a logic circuit which adds two bits and gives to outputs sum and carry.

19.

Write the Boolean expression for the carry of half adder.

Answer»

The Boolean expression for the carry of half adder is AB.

20.

Write the Boolean expression for sum of full adder.

Answer»

A ⊕ B ⊕ Cin.

21.

Write the Boolean expression for sum of half adder.

Answer»

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

22.

What is a full adder?

Answer»

Full adder is a combinational logic circuit that performs arithmetic sum of three input bits and gives as output sum and carry.

23.

What is an octet?

Answer»

An octet is a group of eight adjacent Is either in two rows or two columns in a K map.

24.

How many variables does the quad eliminate?

Answer»

Two variables.

25.

Write the Boolean expression for the carry of full adder.

Answer»

Co = AB + BCin + Cin A.

26.

What is a half subtractor?

Answer»

Half subtractor is a combinational logic circuit which performs the subtraction of two bits and gives difference and borrow.

27.

Write the Boolean expression for difference of half subtractor.

Answer»

The Boolean expression for difference of half subtractor is A ⊕ B.

28.

What is a quad?

Answer»

Quad is a group of four adjacent 1 s in a K-map.

29.

How many variables does the pair eliminate?

Answer»

One variable.

30.

What is a Karnaugh map?

Answer»

Karnaugh map is a graphical method of simplification of Boolean expression.

31.

Write ASCII codes for decimal numbers 0 and 9.

Answer»
Decimal NumberASCIlCode
048
149
250
351
452
553
654
755
856
957
32.

Write the Boolean expression for borrow of half subtractor.

Answer»

The Boolean expression for borrow of half subtractor is \(\bar AB\).

33.

Convert AB + \(\bar C\) into canonical SOP.

Answer»

Y = AB + \(\bar C\) = AB(C + \(\bar C\)) + \(\bar C\)(A + \(\bar A\))(B + \(\bar B\))

= ABC + AB\(\bar C\) + (\(\bar C\)A + \(\bar C\)\(\bar A\))(B + \(\bar B\))

= ABC + AB\(\bar C\) + \(\bar C\)AB + \(\bar C\)A\(\bar B\) + \(\bar C\)\(\bar A\)B + \(\bar C\)\(\bar B\)\(\bar A\)

\(\bar A\)\(\bar B\)\(\bar C\) + \(\bar A\)B\(\bar C\) + A\(\bar B\)\(\bar C\) + AB\(\bar C\) + ABC.

34.

What is POS?

Answer»

The Boolean expression containing all the input variables either in complemented or uncomplemented form in each of sum term is known as canonical POS expression.

35.

Which are non-weighted codes?

Answer»

Excess-3 code, Gray code.

36.

Why do we use digital codes?

Answer»

Digital codes are used to represent analog information.

37.

What is SOP?

Answer»

The Boolean expression containing all input variables in each of product term either in complemented or uncomplemented form is known as canonical sum of products expression.

38.

What is canonical POS equation?

Answer»

It is an equation containing all input variables either in complemented or uncomplemented form in each of sum term.

39.

What is canonical SOP equation?

Answer»

It is an equation containing all input variables in each of product term either in complemented or uncomplemented form.

40.

Distinguish between SOP and POS equations.

Answer»

SOP equation is equation containing all the input variables in each of product term either in complemented or uncomplemented form.

POS equation is the equation containing all the input variables either in complemented or uncomplemented form in each of sum term.

41.

What is BCD code?

Answer»

BCD is a numeric code in which each digit of a decimal number is represented by a four bit binary number.

42.

How many two input NOR gates must be used to produce two input OR function?

Answer»

The answer is Two.

43.

Which are weighted codes?

Answer»

8421 code, 2421 code.

44.

Distinguish between half adder and full adder.

Answer»

Full adder is combinational circuit which adds three bits and gives sum and carry. Half adder adds two bits and gives sum and carry.

45.

Name the self complementing code.

Answer»

Excess-3 code.

46.

Name the alpha numeric codes.

Answer»

ASCII code, EBCDIC code.

47.

Define max term.

Answer»

Max term is a special case sum (OR) term containing all the input variables that make up a Boolean expression.

48.

Define min term.

Answer»

Min term is a special case product (AND) term containing all the input variables that make up a Boolean expression.

49.

Convert (A + C)(B + \(\bar C\)) into canonical POS.

Answer»

Y = (A + C)(B + \(\bar C\))

= (A + O + C)(O + B + \(\bar C\))

= (A + B\(\bar B\) + C)(A\(\bar A\) + B + \(\bar C\))

= (A + B + C)(A + \(\bar B\) + C)(A + B + \(\bar C\))(\(\bar A\) + B + \(\bar C\))

50.

How many two input NAND gates are required to produce two input OR function?

Answer»

The answer is Three.