Electronics and Communication Engineering (ECE) Exam  >  Electronics and Communication Engineering (ECE) Tests  >  Digital Circuits  >  Test: POS Form - Electronics and Communication Engineering (ECE) MCQ

Test: POS Form - Electronics and Communication Engineering (ECE) MCQ


Test Description

7 Questions MCQ Test Digital Circuits - Test: POS Form

Test: POS Form for Electronics and Communication Engineering (ECE) 2024 is part of Digital Circuits preparation. The Test: POS Form questions and answers have been prepared according to the Electronics and Communication Engineering (ECE) exam syllabus.The Test: POS Form MCQs are made for Electronics and Communication Engineering (ECE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: POS Form below.
Solutions of Test: POS Form questions in English are available as part of our Digital Circuits for Electronics and Communication Engineering (ECE) & Test: POS Form solutions in Hindi for Digital Circuits course. Download more important topics, notes, lectures and mock test series for Electronics and Communication Engineering (ECE) Exam by signing up for free. Attempt Test: POS Form | 7 questions in 30 minutes | Mock test for Electronics and Communication Engineering (ECE) preparation | Free important questions MCQ to study Digital Circuits for Electronics and Communication Engineering (ECE) Exam | Download free PDF with solutions
Test: POS Form - Question 1

Given F1 = Π M (0, 4, 5, 6) and F2 = Π M (0, 3, 4, 6, 7). The maxterm expansion for F1F2 is given by:

Detailed Solution for Test: POS Form - Question 1
  • If two functions are represented in terms of max terms, the product will include all the max terms that are present in either of F1 or F2. This is because max terms are the values for which the function, gives a 0 output.
  • If two functions are represented in terms of minterms, the product will include all the common min terms present in both F1 and F2. This is because minterms are the values for which the function gives an output of 1.

Application:
F1 (a, b, c) = Π M (0, 4, 5, 6)
And F2 (a, b, c) = Π M (0, 3, 4, 6, 7)
The product F1F2  will include all the max terms that are present in either F1 or F2
∴ F(a, b, c) = F1.F = Π M (0, 3, 4, 5, 6, 7)
Alternate Method:
In the form of minterms, the given function can be expressed as:
F1(a, b, c) = ∑ m (1, 2, 3, 7)
F2 (a, b, c) = ∑ m (1, 2, 5)
The product F1F2 will include minterms that are present in both F1 and F2 (common minterms), i.e.
F(a, b, c) = ∑ m (1, 2)
Now, the function can be expressed in the form of max terms as:
F(a, b, c) = ∑ m(1, 2) = Π M (0, 3, 4, 5, 6, 7)

Test: POS Form - Question 2

The expression for the truth table given below in POS form is given by:

Detailed Solution for Test: POS Form - Question 2

Minterm:
A minterm is a Boolean expression resulting in 1 for the output of a single cell, and 0s for all other cells in a Karnaugh map, or truth table.
0 is represented by A̅  or A'
1 is represented by A
Maxterm:
A maxterm is a Boolean expression resulting in a 0 for the output of a single cell expression, and 1s for all other cells in the Karnaugh map, or truth table.
0 is represented by A 
1 is represented by A̅  or A'
Calculation:
The given Truth Table is:

In POS form we consider only terms with 0 in output.
F = (A + B + C̅)(A̅  + B̅  + C̅)  
Hence option (2) is the correct answer.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: POS Form - Question 3

A function F (A, B,C) defined by three Boolean variables A,BC when expressed as sum of products is given by:

where A̅, B̅ and C̅ are the complements. The POS form of function is

Detailed Solution for Test: POS Form - Question 3

Concept:
The SOP representation of the circuit is:
F = Σm (min terms)
The POS representation of the circuit:
F = ΠM (max terms)
Application:

min terms = (0, 2, 4)
max terms = (1, 3, 5, 6, 7)
POS form
F = ΠM (max term)
= ΠM (1, 3, 5, 6, 7)

Test: POS Form - Question 4

In K-map reduction for 4-variables POS expression, the cell with address 0000 indicates:

Detailed Solution for Test: POS Form - Question 4

The K-map is a graphical tool used to simplify a logic equation or to convert a truth table to its corresponding logic circuit in a simple and orderly process.

For 4-variables POS expression, the cell with address 0000 indicates A + B + C + D.
Note: For 4-variables SOP (Sum of Product) expression, the cell with address 0000 will indicate A̅ B̅ C̅ D̅ 

Test: POS Form - Question 5

A function of Boolean variables x, y and z is expressed in terms of the min-term as  F(x,y,z) = Σ(1,2,5,6,7). Which one of the product of sums given below is equal to F(x,y,z)

Detailed Solution for Test: POS Form - Question 5

A Boolean expression consisting purely of Minterms (product terms) is said to be in the canonical sum of products form.
A Boolean expression consisting purely of Maxterms (sum terms) is said to be in the canonical product of sums form.
a) (A + B)(C + D) – POS form
b) (A)B(C + D) – POS form
c) AB + CD – SOP form
Calculation:
Given logic, expression is minterm expression.
F(x,y,z) = Σm(1,2,5,6,7)
The max term expression will be formed by the terms which are not present in the min-term expression.
By converting the above min-term expression into max term expression,
F(x,y,z) = Σm(1,2,5,6,7) = πM(0,3,4)
We get

 

Test: POS Form - Question 6

A function (A, B, C) defined by three boolean variables A, B, and C when expressed as the sum of products is given by:
F = A̅.B̅.C̅ + A̅.B.C̅ + A.B̅.C̅
where, A̅, B̅, and C̅ are the complements of the respective variables. The product of sums (POS) form of the function F is

Detailed Solution for Test: POS Form - Question 6

F = A̅.B̅.C̅ + A̅.B.C̅ + A.B̅.C̅
In terms of minterms, this can be represented as:
F = ∑m (0, 2, 4)
The equivalent maxterm will contain the terms not present in the minterm representation, i.e.
F = ∑m (0, 2, 4) = π(1, 3, 5, 6, 7) = M1. M3. M5. M6. M7
⇒ (A + B + C̅) (A + B̅ + C̅) (A̅ + B + C̅) (A̅ + B̅ + C) (A̅ + B̅ + C̅)

Test: POS Form - Question 7

F = xy + x’z in a Product of Sum(POS) form is

Detailed Solution for Test: POS Form - Question 7

F = xy + x’z
F = xy (z+z’) + x’(y+y’)z
= xyz + xyz’ + x’yz + x’y’z
The given expression can be expressed in terms of the sum of minterms as:
= ∑ (1,3,6,7)
Max terms will simply be the missing minterms, i.e. the function in terms of maxterms can be expressed as:
= ∏ (0,2,4,5)
The representation in POS will, therefore, be:
= (x + y + z)( x + y’+ z)(x’ + y + z)(x’ + y + z’)

6 videos|76 docs|52 tests
Information about Test: POS Form Page
In this test you can find the Exam questions for Test: POS Form solved & explained in the simplest way possible. Besides giving Questions and answers for Test: POS Form, EduRev gives you an ample number of Online tests for practice

Top Courses for Electronics and Communication Engineering (ECE)

6 videos|76 docs|52 tests
Download as PDF

Top Courses for Electronics and Communication Engineering (ECE)