logic function

Thread Starter

pawlow

Joined Apr 23, 2019
7
1. Could anyone tell me what Logic Function if all output are all high? (see Karnaugh Maps table below).
Thank you in advanced



upload_2019-5-21_15-48-28.png
 

danadak

Joined Mar 10, 2018
4,057
The map asks a basic question, the output state is dependent
on inputs. So what can you conclude in your example about the
dependency of the output on inputs ?


Regards, Dana.
 

Thread Starter

pawlow

Joined Apr 23, 2019
7
The map asks a basic question, the output state is dependent
on inputs. So what can you conclude in your example about the
dependency of the output on inputs ?


Regards, Dana.
regardless of what the input condition either high or low the output is high,
like the truth table below,

upload_2019-5-21_17-45-25.png
 

MrChips

Joined Oct 2, 2009
34,823
I did this as a mental exercise in my early days of digital logic course.

Given a two input gate where X = f(A, B)
show the truth table of all possible functions one can create.
 

WBahn

Joined Mar 31, 2012
32,871
1. Could anyone tell me what Logic Function if all output are all high? (see Karnaugh Maps table below).
Thank you in advanced



View attachment 177870
Take a step back and look at logic functions of two inputs. There are sixteen possible functions and all of them have a name (many have multiple names). Some of them, such as AND and OR, translate well to more than two inputs. The one you are looking for also translates well. So look up the possible binary Boolean logic functions and see what that suggests.
 

MrChips

Joined Oct 2, 2009
34,823
The answer ought to be obvious.
I see 1s everywhere.
Do you see anything else that I might have missed?

Is it like this puzzle?
Find what's different.

 
Top