Question

in general you should use K-maps for functions with 3,4 or 5 variables with several min-terms and dont care

In general you should use K-maps for functions with 3,4 or 5 variables with several min-terms and dont care

True or False

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer : False

Explanation : a k-map akak karnaugh map is basically used to either simplify a provided circuit into its conquerent SOP and POS which are the simplified regular expressions defining the circuit.

We can also so use this expression defined to find the the proper structure of the circuit with the help of karnaugh map.

A k-map is basically made for minimum of two variables and is advised to be used for maximum of four variables.

As the number of variables in a k map increases the complexity of working and the k map increases .

As for simplifying a k map it is required to use a truth table, we can end up with 32 such cells or rows for a k map of 5 variables.

A k-map in general is considered for simplifying the circuits comprising of variables from 2 to 4.

Therefore from the above discussion we can say that k maps for functions with 3,4,5 variables with several men terms and don't care condition is not generally used as it makes the working more complex when increasing the variables.

Above provided question is answered and explained feel free to ask any questions in the comments section below.


answered by: ANURANJAN SARSAM
Add a comment
Know the answer?
Add Answer to:
in general you should use K-maps for functions with 3,4 or 5 variables with several min-terms and dont care
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • les K-Map.pdf A (1,0231707 KB) Practice-5 variable K-Map.pdf A (1.868 MB) Use Karnaugh maps to design...

    les K-Map.pdf A (1,0231707 KB) Practice-5 variable K-Map.pdf A (1.868 MB) Use Karnaugh maps to design lowest cost circuits for the following functions with NOT, AND and OR gates. To find the lowest cost, it is a good idea to check both the SOP form of the circuit and POS form of the circuit and compare their cost to find the lowest cost circuit. Hint: Use Karnaugh maps for both SOP and Pos forms and then obtain the simplified expression...

  • PLEASE MAKE YOUR HAND WRITING CLEAR AND READABLE . THANK YOU! O Let X and Y be independent random variables with a discrete uniform distribution, i.e., with probability mass functions for k = 1, px(k...

    PLEASE MAKE YOUR HAND WRITING CLEAR AND READABLE . THANK YOU! O Let X and Y be independent random variables with a discrete uniform distribution, i.e., with probability mass functions for k = 1, px(k) = py (k) =-, N. Use the addition rule for discrete random variables on page 152 to determine the probability mass function of Z -X+Y for the following two cases. a. Suppose N = 6, so that X and Y represent two throws with a...

  • 14.7. Taylor's theorem and Max/Min values. A statement of Taylor's theorem for functions of two variables...

    14.7. Taylor's theorem and Max/Min values. A statement of Taylor's theorem for functions of two variables and an example are in Part I (section 7) of my online notes if you didn't get it in class. H. Compute the Hessian of the function f(x,y) = y?e evaluated at the point (0,2), ans (lo 8 I. Use the formula involving the gradient and Hessian for z = Q(x, y) to determine the second order Tavlor polynomial for the functions. You should...

  • You should implement several functions that the Phone Contacts program will need Each function with take...

    You should implement several functions that the Phone Contacts program will need Each function with take in data through the parameters (i.e., variables names listed in parentheses) and make updates to data structure that holds the contact information, return, or print information for a particular contact. The parameters needed are listed in the table below and each function is described below that 1. Make an empty dictionary and call it 'contacts'. Where in your code would you implement this? Think...

  • (Must be written in Python) You've been asked to write several functions. Here they are: yourName()...

    (Must be written in Python) You've been asked to write several functions. Here they are: yourName() -- this function takes no parameters. It returns a string containing YOUR name. For example, if Homer Simpson wrote this function it would return "Homer Simpson" quadster(m) -- this function takes a value m that you pass it then returns m times 4. For example, if you passed quadster the value 7, it would return 28. isRratedMovieOK(age) -- this function takes a value age...

  • c++ please help You are going to create a PowerBall Lottery game with functions. First, you...

    c++ please help You are going to create a PowerBall Lottery game with functions. First, you are going to generate 5 UNIQUE numbers between 1 and 69. Then you are going to generate the powerball number, which is a number between 1 and 26. Next you are going to ask the user for 5 numbers. Users should only be allowed to enter numbers in the range 1-69 for regular numbers, 1-26 for powerball pick. You will compare each of the...

  • Arrays in Functions 2. Arrays in Functions You can use both the array index variables and...

    Arrays in Functions 2. Arrays in Functions You can use both the array index variables and the entire array itself as arguments to functions. The following program updates the elements of the array grades, one-by-one. Thus, we have used a call-by-reference-ish mechanism to update the values (although no & was used). Note that there is a major difference between the grade in the function call and the one in the function definition. In the statement get_grade (grades[i]); "grades" is the...

  • Note: None of these functions should use cout. It is OK to use cout while debugging...

    Note: None of these functions should use cout. It is OK to use cout while debugging to check how your function is working, but your final submission should not contain cout in any function but main. Head ==== Name the source file for this section head.cpp. Write a function named "head" which takes an array of integers as an argument, and returns the first element in the array. Write a function named main which outputs the result of testing your...

  • Rules: You may NOT use the following built-in functions. sort() sum() max() min() Except for format()...

    Rules: You may NOT use the following built-in functions. sort() sum() max() min() Except for format() all string methods are banned. Except for append() and extend() all list methods are banned. You may not import any module. Make sure to test your code with a variety of inputs. Do not assume the examples in these directions are reflective of the hidden test cases. Part 3 Echo (5 Points) Write a function called echo that takes as argument a list and...

  • Python3 You should use the getters and setters I post in the first pic 157 158...

    Python3 You should use the getters and setters I post in the first pic 157 158 class LinkNode: 159 160 def-initー(self.value,nxt One): assert isinstance(nxt,Lin㎾ode) or nxt is None self.value value self.next = nxt 61 162 163 164 165 166 167 168 169 170 def get_value(self): def set_value(self, value): def get_next(seif): def set_next(self,nxt): def _repr (self): return self.value self.value = value return self.next self.next = nxt return repr(self.value)+ ", "+repr(self.next) 172 173 A permutation can be considered as an injective (one-to-one)...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT