answersLogoWhite

0


Best Answer

An OR requires either input or both inputs to be a one.

An Exclusive OR (EXOR or XOR) requires only one of the inputs to be a one and is a zero if both inputs are one.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

This would be the "AND" operator. 1 AND 1 = 1.1 AND 0 = 0.

0 AND 0 = 1

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

That would be the AND function. Both A and B have to be true for the output to be true. However, if either is false (or 0), then the result is false (or 0).

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which logic function requires either one or both inputs to be 1 in order to output a 1?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which logic function requires both inputs to be 1 in order to output a 1?

AND.


Which logic function requires both inputs to be a in order to output a 1?

The question could have been written better. I am assuming that you have two inputs each denoted by "a" and want to know which logic function requires both "a"s to be (1 or TRUE) so that the output is 1. The logic function is an AND gate


How does the AND circuit work?

It requires two inputs before the output turns on.


How does the AND safety circuit work?

It requires two inputs before the output turns on.


Which IC digital gates requires a high on both inputs to output a high?

An AND gate


How a function work you will have to find the the functions follow as it turn inputs in to output?

Rule


Which logic function has the output low only when all inputs are high?

NAND


What is a xor gate?

An XOR gate is an Exclusive OR gate. The output is 1 if either one or the other inputs are 1. but remains at 0 if both inputs are 1.A normal OR gate will output 1 if both inputs or either is at 1.XOR means exclusivly OR, one or the other but not both.


What is the function rules of input and output?

The rule is what actions (operations) the function performs. The only requirement is that for each imput there is an output and that the same input always results in the same output. (Different inputs can have the same output).


How does a longrun production function differ from a shortrun production function?

üProduction function shows technological relationship between quantity of output and quantity of various inputs used in production. üProduction function in economic sense states the maximum output that can be produced during a period with certain quantity of various inputs in the existing state of technology. üIt is the tool of analysis which is used to explain input - output relationships. üIn general it tells that production of a commodity depends on specified inputs. ü ü


Which IC gates will have a low output if either of the inputs are high?

A 2-input NOR (Negative OR) Gate produces a low output when either input (or both) are high.


Difference between Nor and Nand gate flip flops?

NAND is Not AND, meaning that if both inputs are true, the output is false.Any other combination (Including 0 0) does not change the output and it remains true. It's the opposite of AND, in which both inputs must be true for the output to be true.NOR is Not OR. If at least one input is true, the output will be false.It's the opposite of OR, where the output is true if at least one input is true.The main difference is that NOR requires at least oneinput being true to make the output false, where NAND requires both to be true.