Implement Logical Expression MCQ Quiz in తెలుగు - Objective Question with Answer for Implement Logical Expression - ముఫ్త్ [PDF] డౌన్‌లోడ్ కరెన్

Last updated on Mar 20, 2025

పొందండి Implement Logical Expression సమాధానాలు మరియు వివరణాత్మక పరిష్కారాలతో బహుళ ఎంపిక ప్రశ్నలు (MCQ క్విజ్). వీటిని ఉచితంగా డౌన్‌లోడ్ చేసుకోండి Implement Logical Expression MCQ క్విజ్ Pdf మరియు బ్యాంకింగ్, SSC, రైల్వే, UPSC, స్టేట్ PSC వంటి మీ రాబోయే పరీక్షల కోసం సిద్ధం చేయండి.

Latest Implement Logical Expression MCQ Objective Questions

Top Implement Logical Expression MCQ Objective Questions

Implement Logical Expression Question 1:

Match the terms in List - I with the options given in List - II :

 

List - I

 

List – II

(a)

Decoder

(i)

1 line to 2n lines

(b)

Multiplexer

(ii)

n lines to 2n lines

(c)

De multiplexer

(iii)

2n lines to 1 line

 

 

(iv)

2n lines to 2n−1 lines

  1. (a) – (ii), (b) – (i), (c) – (iii)
  2. (a) – (ii), (b) – (iii), (c) – (i)
  3. (a) – (ii), (b) – (i), (c) – (iv)
  4. (a) – (iv), (b) – (ii), (c) – (i)

Answer (Detailed Solution Below)

Option 2 : (a) – (ii), (b) – (iii), (c) – (i)

Implement Logical Expression Question 1 Detailed Solution

Decoder is a combinational circuit that has ‘n’ input lines and maximum of 2n output lines. Therefore, Decoder - n lines to 2n lines

The multiplexer is a combinational logic circuit designed to switch 1 of several (2n) input lines to a single common output line. Therefore, Multiplexer - 2n lines to 1 line

A de-multiplexer is a device that takes 1 input line and routes it to one of several (2n) digital output lines. Therefore, De multiplexer - 1 line to 2n lines

Implement Logical Expression Question 2:

Following Multiplexer circuit is equivalent to

F1 R.S Deepak 17.02.20 D2

  1. Sum equation of full adder
  2. Carry equation of full adder
  3. Borrow equation for full subtractor
  4. None of these

Answer (Detailed Solution Below)

Option 1 : Sum equation of full adder

Implement Logical Expression Question 2 Detailed Solution

Output of MUX:

Y = A′B′C + A′BC′ + AB′C′ + ABC

Y = (A ⊕ B ⊕ C)

Y = ∑(1,2,4,7), difference equation of full subtractor.

Truth table:

A

B

C

Sdifference

Cborrow

Ssum

Ccarry

0

0

0

0

0

0

0

0

0

1

1

1

1

0

0

1

0

1

1

1

0

0

1

1

0

1

0

1

1

0

0

1

0

1

0

1

0

1

0

0

0

1

1

1

0

0

0

0

1

1

1

1

1

1

1

1

 

The output equation of MUX = Y = Sdifference = Ssum

Therefore, multiplexer circuit is equivalent to sum equation of full adder as well as difference equation of a full subtractor

NOTE:

Since it is official ISRO CS 2020 question marks has been given for option 1 and option 4. 

.Original 4 is this. "Difference equation of a full subtractor"  which is changed to get correct answer

Implement Logical Expression Question 3:

The Boolean function f implemented in the figure using two input multiplexes is:

F1 R.S Madhu 02.03.20 D 2

  1. AB̅C + ABC̅
  2. \(ABC + A\overline {BC}\)
  3. \(\bar ABC + \overline {ABC}\)
  4. \(\overline {AB} C + \bar AB\bar C\)

Answer (Detailed Solution Below)

Option 1 : AB̅C + ABC̅

Implement Logical Expression Question 3 Detailed Solution

Output of MUX 1 is select line of MUX 2

Output of MUX 1: B̅.C + B.C̅

Output of MUX 2 is f

\(\therefore {\rm{f}} = \overline {\left( {{\rm{\bar B}}.{\rm{C}} + {\rm{B}}.{\rm{\bar C}}} \right)} .{\rm{\;}}0 + \left( {{\rm{\bar B}}.{\rm{C}} + {\rm{B}}.{\rm{\bar C}}} \right).{\rm{A}}\)

\({\rm{f}} = {\rm{A}}.{\rm{\bar B}}.{\rm{C}} + {\rm{A}}.{\rm{B}}.{\rm{\bar C}}\)

Implement Logical Expression Question 4:

Consider the two cascaded 2-to-1 multiplexers as shown in the figure:

mux1

The minimal sum of products form of the output X is

  1. \(Q'R + P'Q + PQR \)
  2. \(P + Q'R'\)
  3. \(Q'R + P'Q\)
  4. \(Q'R + PQR'\)

Answer (Detailed Solution Below)

Option 1 : \(Q'R + P'Q + PQR \)

Implement Logical Expression Question 4 Detailed Solution

Output of MUX 1 = \(P'Q + PR\)

Output of MUX 2 = \(Q'R + Q(P'Q + PR)\)= ​\(Q'R + P'Q + PQR \)

Note:

According to option answer should be: Q’R + P’Q + PQR

But we can further minimized it to:

Q’R + P’Q + PQR

=Q’R + Q (P’+ PR)

=Q’R + Q (P’+ R)

=Q’R + P’Q + QR 

Implement Logical Expression Question 5:

In a cascaded MUX, we set select line S to high. Then F (A, B) =

Reported 587a1d440328211969896ba7 29 May Raju Madhu(Dia)

  1. A + B
  2. AB
  3. A ⊕ B
  4. \(\overline {AB} \)

Answer (Detailed Solution Below)

Option 1 : A + B

Implement Logical Expression Question 5 Detailed Solution

On selecting S=1 

Output of 1st  MUX:  

S̅.A + S.B = 0.A + 1.B = B 

B is select line of 2nd MUX

output of 2nd MUX:

F(A,B)=  B̅.A + B.S 

F(A,B)=  B̅.A + B.1 

F(A,B)= (B+B̅). (A + B)         \\by distribution 

∴ F( A,B) = A+B

Implement Logical Expression Question 6:

The minimum Boolean expression for the following circuit is

F1 Raju S Shraddha 25.02.2021 D1

  1. AB + AC + BC

  2. A + BC
  3. A + B
  4. A + B + C
  5. ABC

Answer (Detailed Solution Below)

Option 1 :

AB + AC + BC

Implement Logical Expression Question 6 Detailed Solution

A(B + C) + AB + (A + B)C

= AB + AC + AB + AC + BC

= AB + AC + BC

Implement Logical Expression Question 7:

Find the minimum number of MUX needed to implement 64 x 1 MUX using 4 x 1 MUX?

  1. 20
  2. 21
  3. 22
  4. 24
  5. 16

Answer (Detailed Solution Below)

Option 2 : 21

Implement Logical Expression Question 7 Detailed Solution

Data:

M = 64, N = 4

Fomula:

L ≥ logNM

L = The number of levels of connection required.

Calculation:

\(L \ge \frac{{{{\log }_a}M}}{{{{\log }_{\rm{a}}}N}}\)

\(L \ge \frac{{{{\log }_a}64}}{{{{\log }_{\rm{a}}}4}}\)

∴ L ≥ 3

Lmin = 3

∴ the minumum level required for 4 x 1 MUX = 3

Total number of MUX 4 × 1 is

\(\frac{{64}}{{{4^1}}} + \frac{{64}}{{{4^2}}} + \frac{{64}}{{{4^3}}} = 16 + 4 + 1 = 21\)

26 June 1

Given MUX

To be implemented

Required

2 : 1

16 : 1

8 + 4 + 2 + 1 = 15

4 : 1

16 : 1

4 + 1 = 5

4 : 1

64 : 1

18 + 4 + 1 = 21

8 : 1

64 : 1

8 + 1 = 9

8 : 1

256 : 1

32 + 4 + 1 = 37

Implement Logical Expression Question 8:

The output f of the 4-to-1 MUX is shown in the figure. The function, f, is given as

F1 U.B M.P 24.09.19 D 7

  1. x̅ y̅ + xy
  2. x̅ y + x y̅
  3. x + y
  4. x̅ + y̅
  5. xy

Answer (Detailed Solution Below)

Option 1 : x̅ y̅ + xy

Implement Logical Expression Question 8 Detailed Solution

f = S̅10 I0 + S̅1 S0 I1 + S10 I2 + S1 S0 I3

= x̅ y̅ (1) + x̅ y (0) + x y̅ (0) + xy (1)

= x̅ y̅ + xy

Implement Logical Expression Question 9:

The Boolean function f implemented in the figure using two input multiplexes is:

F1 R.S Madhu 02.03.20 D 2

  1. AB̅C + ABC̅
  2. \(ABC + A\overline {BC}\)
  3. \(\bar ABC + \overline {ABC}\)
  4. \(\overline {AB} C + \bar AB\bar C\)
  5. ABC

Answer (Detailed Solution Below)

Option 1 : AB̅C + ABC̅

Implement Logical Expression Question 9 Detailed Solution

Output of MUX 1 is select line of MUX 2

Output of MUX 1: B̅.C + B.C̅

Output of MUX 2 is f

\(\therefore {\rm{f}} = \overline {\left( {{\rm{\bar B}}.{\rm{C}} + {\rm{B}}.{\rm{\bar C}}} \right)} .{\rm{\;}}0 + \left( {{\rm{\bar B}}.{\rm{C}} + {\rm{B}}.{\rm{\bar C}}} \right).{\rm{A}}\)

\({\rm{f}} = {\rm{A}}.{\rm{\bar B}}.{\rm{C}} + {\rm{A}}.{\rm{B}}.{\rm{\bar C}}\)

Implement Logical Expression Question 10:

Following Multiplexer circuit is equivalent to

F1 R.S Deepak 17.02.20 D2

  1. Sum equation of full adder
  2. Carry equation of full adder
  3. Borrow equation for full subtractor
  4. Carry equation of Half adder
  5. None of these

Answer (Detailed Solution Below)

Option 1 : Sum equation of full adder

Implement Logical Expression Question 10 Detailed Solution

Output of MUX:

Y = A′B′C + A′BC′ + AB′C′ + ABC

Y = (A ⊕ B ⊕ C)

Y = ∑(1,2,4,7), difference equation of full subtractor.

Truth table:

A

B

C

Sdifference

Cborrow

Ssum

Ccarry

0

0

0

0

0

0

0

0

0

1

1

1

1

0

0

1

0

1

1

1

0

0

1

1

0

1

0

1

1

0

0

1

0

1

0

1

0

1

0

0

0

1

1

1

0

0

0

0

1

1

1

1

1

1

1

1

 

The output equation of MUX = Y = Sdifference = Ssum

Therefore, multiplexer circuit is equivalent to sum equation of full adder as well as difference equation of a full subtractor

NOTE:

Since it is official ISRO CS 2020 question marks has been given for option 1 and option 4. 

.Original 4 is this. "Difference equation of a full subtractor"  which is changed to get correct answer

Get Free Access Now
Hot Links: all teen patti teen patti joy teen patti tiger teen patti game - 3patti poker teen patti casino apk