answersLogoWhite

0

As inputs to the truth table 1 and 1 signify that they are both true. The output will depend on what kind of truth table we are talking about, AND, OR, XOR, etc.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

When using a truth table 1 and 0 equal?

1 and 0 equal 0. "AND" behave like multiplication.


When using a truth table 1 and 0 equals what?

In a truth table, 1 typically represents "true" or "on," while 0 represents "false" or "off." When performing logical operations, such as AND, OR, and NOT, these binary values help determine the output based on the inputs. For example, in an AND operation, 1 AND 1 equals 1, while 1 AND 0 equals 0.


How do you construct half adder using 2 1 multiplexer?

Use the multiplexer to choose the correct output based on the inputs (use the truth table).


Which is not a gate?

Its truth table is: input output 0 1 1 0


What is the truth table of a inverter?

Input Output 0 1 1 0


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))


How much table salt is equal to 1 gram of salt tablet?

1 gram table salt.


Make a truth table for the statement if p then not q?

. p . . . . . q. 0 . . . . . 1. 1 . . . . . 0


Is 15CC equal to 1 tablespoon?

No, 15 cc is equal to 1 tablespoon (which is approximately 14.79 cc).


What is a nand gate truth table?

A NAND gate is a digital logic gate that outputs false only when all its inputs are true; otherwise, it outputs true. The truth table for a NAND gate with two inputs (A and B) is as follows: | A | B | Output (A NAND B) | |---|---|--------------------| | 0 | 0 | 1 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 | In this table, '0' represents false and '1' represents true.


What times table equal 31?

1 x 31 = 31


When a Boolean function said to be a self dual?

apparently whenever you can swap the 0's for 1's and 1's for 0's in the truth table and the truth result remains unchanged.