answersLogoWhite

0


Best Answer

a b c y

0 0 0 0

0 0 0 1

0 0 1 0

0 0 1 1

0 1 0 0

0 1 0 1

0 1 1 0

0 1 1 1

1 0 0 0

1 0 0 1

1 0 1 0

1 0 1 1

1 1 0 0

1 1 0 1

1 1 1 0

1 1 1 1

FORMULA FOR possibilities = 2 ^(no of variables).

Here its 4 so,

2n=24=16

Hence we have 16 possibilities.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the truth table for A B CY?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A B C ' A'B'C' by using truth table?

(A+B+C)' = A'B'C' by using truth table


Solve bx plus cy equals d for x?

bx+cy=d bx=d-cy x=d-cy ----- b answer: d-cy ----- b


Verify truth table of NAND gate using C programming?

I don't really know what this is supposed to mean, if you want to print the truth-table of the NAND-gate that will be something like this: for (a=0; a<=1; ++a) for (b=0; b<=1; ++b) printf ("%d %d %d\n", a, b, !(a&&b))


Prove right hand side equal to left hand site by using truth table?

Prove right hand side equal to left hand site by using truth table((A+B.C).(A.C+B))' =A'.B'+ A'.C'+B'.C' ( Marks 5)(NOTE: Fill the given table and make sure the sequence of input remains same as it is given in the table below)ABC((A+B.C) .(A.C+B))'A'.B'+ A'.C'+B'.C'000001010011100101110111


Using truth table prove that A B.CA.C B.C?

(a+b).c=(a.b)+(b.c) (a+b).c=(a.b)+(b.c)


How From the truth table of an X-OR gate write the X-OR equivalent equation by using NOT OR and AND gate?

a XOR bis equivalent to: (a AND NOT b) OR (b AND NOT a)


How do you get the output of a three input truth table A B C?

by analyzing your three input logic network


Define a truth table?

A truth table is usually a table in which the truth or falsehood of two variables are taken as input and these form the edges of the table. The content of the table shows the truth value of the result of some operation on the variables.


Prove the following using a truth table and show all steps A B . C A . C B . C?

You use a person's name to spell it.


How do you get the output of a three input binary truth table A B C?

by analyzing your three input logic network


Difference between truth table and excitation table?

truth table contains inputs and excitation table takes outputs as inputs


When is operator AND true?

Here is its truth-table: A B A and B F F F F T F T F F T T T