1,665 views
0 votes
0 votes

Someone please tell me the truth table for 4 variables, say (A,B,C,D). What all 16 possible input combinations will be? Thank you in advance.

1 Answer

Best answer
1 votes
1 votes
Input combinations will be binary numbers from 0000-1111. For each of this 2 possible outputs- 0 or 1. So, 2^16 possible boolean functions.

Related questions

1 votes
1 votes
4 answers
2
sh!va asked Mar 10, 2017
561 views
The truth tableXYF000010101111 Represent the Boolean function(a) X(b) X - Y(c) X +Y(d) Y
2 votes
2 votes
0 answers
3
Sanjay Sharma asked Sep 5, 2018
4,246 views
In flip flops which of the following specifies the nextstate given the present state and inputs ?(A) Characteristic table B) Excitation table(C) Truth table D...
1 votes
1 votes
1 answer
4
Wanted asked Jan 5, 2017
813 views
Consider the partial implementation of a 2-bit counter using T flip-flops following the sequence 0-2-3-1-0, as shown below.