answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which logic function requires both inputs to be a 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 has the output low only when all inputs are high?

NAND


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

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.


There is a circuit using there nand gates with two inputs and one output find the output?

A "Nand" gate is an "And" gate with an "Inverter" added to its output. To get a logic 1 output from a "Nand" gate, you need a logic 0 on both of its inputs. If I understand your question correctly, you have three "Nand" gates. Presumably the outputs of two of them are connected to the inputs of the third. Logic 1 at both inputs of the first two "Nand" gates will produce a logic 0 output from both of them. The two logic 0's are fed to the inputs of the third "Nand" gate producing a logic 0 output from the third "Nand" gate.


What is NAND gate in semiconductor devices?

A NAND gate is digital logic device which will have 2 or more inputs which can be logic 1 or logic 0 (on or off, high or low) with all the inputs at logic 0 the output will be at logic 1, the only time the output will switch to a logic 0 is when ALL the inputs are at logic 1. here is a simple "truth table" To show the basic operation Input1 Input2 Output Off--------Off------- On Off--------On------- On On--------Off------- On On------- On------- Off NAND stand for not AND therefore a false will be present on the output only when both input are true ANSWER: NAND stands for NOT AND it simply negate the function. The only time that the output can be false if all inputs are true. In logic functions there is no ON-OFF it is either true or false "1" or "0"


What is boolean in programming?

Boolean is a 'true or false' logic in programming - if you define a function as a Boolean function, the only inputs it can have are true or false, and the output will vary dependant on the input


When is that the NA ND logic gate can function as a NOT logic gate?

The NAND gate has two or more inputs, and one output. This output is the complement of the AND of all the bits and will only be 0 if all the inputs are 1.A NOT gate on the other hand has only 1 input, and the output is the complement of this input.So to make a NAND gate into a NOT gate, we should tie (short, connect to same value) all the inputs of the NAND gate. At the output we would have the complement of the signal given at the tied inputs.This way we have a NOT gate from a NAND gate.


Which Logic Function requires both inputs to be 1 in order to output a1?

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


How can you replace a NOT function by using NAND gate?

Short the inputs together. Logic: A High input, with the inputs shorted together, will be H+H at the input side of the NAND gate, therefore resulting in a low output. A Low input, with both inputs shorted together, is L+L for inputs, resulting in a High output. Also, a NOR gate can be used in exactly the same way.


What logic function is obtained by adding an inverter to the inputs of an AND gate?

NAND gate


What is a four input and gate?

A four input and gate is a logic gate with four inputs. The output is true only when all four inputs are true.


What is the device that produces a single binary output based on one or more binary inputs?

Logic gate