Question

Solve and write the designation of Min term                                    

Solve and write the designation of Min term

                                                                                  A̅ B C̅ and B̅ A̅ C̅

Solve and write designation of Max term

                                                                             A̅ + B̅ + C and A̅ + C̅ + B

Homework Answers

Answer #1

The term here contains 3 variable . So minterm or maxterm contains values from 0 to 7.

1. Minterm.

Here the terms are A'BC'

Variable with bar (') is treated as 0 while the variable itself is treated as 1.

So decimal value of A'BC' => 010 =>2

Similarly A'B'C' = 000 = 0.

So the minterm is : m(0, 2)

2.Maxterm

Here the variable with bar (') is treated as 1 while the variable itself is treated as 0.

A'+B'+C = 110 = 6

A'+C'+B = A' + B + C' = 101 = 5 ( Always take value in order A, B and C orelse the decimal value will change)

So the maxterm is : M(5, 6)

If you have any questions comment down and please? upvote thanks

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
PLEASE DO IT IN C++ ONLY. THE MIN-MAX DIGIT PROBLEM Write a function named minMaxDigit() that...
PLEASE DO IT IN C++ ONLY. THE MIN-MAX DIGIT PROBLEM Write a function named minMaxDigit() that accepts an integer as an input parameter and returns the largest and smallest digits using the two output parameters min and max. For example, the call minMaxDigit(68437, min, max) would set min to 3 and max to 8. If there is only one digit, then both min and max are set to the same value. The function has no return statement.
•Write a program which control value of the robot. The charging min value is zero and...
•Write a program which control value of the robot. The charging min value is zero and max value is 100. When the charger is not plugged, the robot is in discharging state and the battery decreases. When charger is attached, the state is changed to charging and the value increase. Once it reaches the max limit, the state changes to battery full.
Write a C++ program that would report all of the Min and Max. example: 1. 95...
Write a C++ program that would report all of the Min and Max. example: 1. 95 2. 95 3. 80 4. 80 lowest 80 on test(s): 3, 4 highest 95 on test(s): 1, 2 I have started it, however, this only outputs one of the Min and Max and not all of the other instances. #include<iostream> using namespace std; int main() { int grades[10] , min , max , minIndex , maxIndex ; int n , choice , rt ,...
Write a recursive array that gives the min of an array C
Write a recursive array that gives the min of an array C
JAVA: Write the Psuedocode for a generic algorithm that uses the .nextINT method on an object...
JAVA: Write the Psuedocode for a generic algorithm that uses the .nextINT method on an object to generate a random number in the range min to max where min and max are integers.
Write a method that take in an array of integers, find the maximum and minimum, and...
Write a method that take in an array of integers, find the maximum and minimum, and return an array containing four elements in the following order. max integer, max integer index, min integer, min integer index
Using Lagrange method, find K and L that solve the problem: min C = 10K +...
Using Lagrange method, find K and L that solve the problem: min C = 10K + 40L s.t. 4K1/2L1/2 = 80
On Python Ask the user to input a min and a max value for a range...
On Python Ask the user to input a min and a max value for a range of numbers. Then use range(min, max) to: a) Loop through the range specified by the user and find all the numbers that are divisible by 3 and print them. b) Loop through the range and find only the first multiple of 3 and print it.
In Python: Problem 4. Write a program [call it minmax.py] that accepts three integers in the...
In Python: Problem 4. Write a program [call it minmax.py] that accepts three integers in the range [0-100] as input from the user. Your program should then determine and print the smallest and largest integers in the values entered by the user using comparison operators *not* using predefined min or max Python functions. For instance: If the user input is: 36 5 99 your program should give as output: min = 5 max = 99 If the user input is:...
● Write code to read the content of the text file input.txt using JAVA. For each...
● Write code to read the content of the text file input.txt using JAVA. For each line in input.txt, write a new line in the new text file output.txt that computes the answer to some operation on a list of numbers. ● If the input.txt has the following: Min: 1,2,3,5,6 Max: 1,2,3,5,6 Avg: 1,2,3,5,6 Your program should generate output.txt as follows: The min of [1, 2, 3, 5, 6] is 1. The max of [1, 2, 3, 5, 6] is...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT