Explain why NAND Gate is a public gate. ?

1 Answer

Answer :

The gate through which the basic gates can be implemented is called universal gate. Basic gates i.e. AND, OR and NOT gates can be implemented with NAND gate. As a result, NAND Gate is a universal gate .

Related questions

Description : Why NAND Gate is called Public Gate ?

Last Answer : The gate through which the basic gates can be implemented is called universal gate. AND, OR and NOT gates can be implemented with NAND gate . That is why NAND gate is called universal gate.

Description : What is NAND Gate used for ?

Last Answer : Used to shorten all other gates

Description : What is the number of NAND gate IC ?

Last Answer : NAND gate IC number 7400

Description : How to get the effectiveness of NAND gate ?

Last Answer : If the signal emitted from the end gate flows through the knot gate, the nand gate is found to be effective.

Description : In a logic circuit the NOR and NAND gate functions ____________. A. must be accomplished with a common base transistor arrangement B. are available in diode form C. are exact opposites with the ... . have output conditions that are exact opposites to the output condition for OR and AND, respectively

Last Answer : Answer: D

Description : Which of the listed logic gates is considered to be a BASIC building block (basic logic gate) used in logic diagrams? A. NAND B. OR C. NOR D. All of the above.

Last Answer : Answer: B

Description : Which of the following is the universal gate? 1) NAND-Gate 2) OR-Gate 3) AND-Gate 4) NOT-Gate

Last Answer : 1) NAND-Gate

Description : What is the equivalent logic gate of a two-input NAND gate with both inputs inverted?

Last Answer : OR gate.

Description : A NAND gate has inputs labeled as A, B, and C. If A and B are HIGH, C must be at what logic level to produce a HIGH output?

Last Answer : . Low.

Description : What is the output Boolean expression for a NAND gate with inputs A, B, and C?

Last Answer : C B A

Description : What must be the state of the inputs to a NAND gate in order to produce a LOW output?

Last Answer : All inputs must be HIGH.

Description : A NAND gate has Z and X as inputs. What will be the output logic level if Z is HIGH and X is LOW?

Last Answer : HIGH.

Description : A universal logic gate is one, which can be used to generate any logic function. Which of the following is a universal logic gate? (A) OR (B) AND (C) XOR (D) NAND

Last Answer : Ans: D NAND can generate any logic function.

Description : DeMorgan’s first theorem shows the equivalence of (A) OR gate and Exclusive OR gate. (B) NOR gate and Bubbled AND gate. (C) NOR gate and NAND gate. (D) NAND gate and NOT gate

Last Answer : (B) NOR gate and Bubbled AND gate.

Description : The gates required to build a half adder are (A) EX-OR gate and NOR gate (B) EX-OR gate and OR gate (C) EX-OR gate and AND gate (D) Four NAND gates.

Last Answer : (C) EX-OR gate and AND gate

Description : The output of a logic gate is 1 when all its inputs are at logic 0. the gate is either (A) a NAND or an EX-OR (B) an OR or an EX-NOR (C) an AND or an EX-OR (D) a NOR or an EX-NOR

Last Answer : (D) a NOR or an EX-NOR

Description : The NAND gate output will be low if the two inputs are (A) 00 (B) 01 (C) 10 (D) 11

Last Answer : (D) 11

Description : Why NAND and NOR gate are called as universal gate? Draw AND gate using NAND gate only. 

Last Answer : Universal gate - All basic gates functionality can be implemented using NAND and NOR gate hence these gates are called as universal gates.  AND gate using NAND gate

Description : Sketch symbol of NAND gate and NOR gate.

Last Answer : Symbol of NAND gate and NOR gate

Description :  For a NAND gate, when one or more inputs are low then the output will be A) Low B) High C) Alternately high and low D) High or low depending on relative magnitude of inputs 

Last Answer :  For a NAND gate, when one or more inputs are low then the output will be High 

Description : Output of NAND gate is 0. for three inputs when:

Last Answer : Output of NAND gate is 0. for three inputs when: all the inputs are 1

Description : The output of a 2-input NAND gate with high at both the inputs will be • High • Low • High & low • None of the above.

Last Answer : The output of a 2-input NAND gate with high at both the inputs will be Low

Last Answer : A NAND gate is equivalent to an AND gate followed by an inverter.

Last Answer : The fan put of a 7400 NAND gate is 10TTL.

Last Answer : A NAND gate is called a universal logic element because any logic function can be realized by NAND gates alone.

Last Answer : A NAND gate has: LOW inputs and a HIGH output

Description : What is the purpose of a NAND gate?

Last Answer : Nand gate has 2 inputs and only 1 output and it is equivalent of an and gate. The output of a nand gate is high(1) only when anyone or both inputs are low(0).and the output of nand gate is low(0) only when both the inputs are high(1).nand gate is also called as universal gate.

Description : Do any other ask-public users use J (the programming language)?

Last Answer : answer:Interesting. How can it confuse experienced programmers, and how is this an awesome thing? Also, is this one of those languages great for mathematics and scientific computation?

Description : Who designed this Ask-public website?

Last Answer : http://markbixby.com ... why do you ask?

Description : Can someone explain how these input statements are handled in c++?

Last Answer : You are looking at arrays, the first is one dimensional, send two and the third..three The formulas inside the brackets calculate the specific array location you are accessing.

Description : Scanf (“% d”, & a); Explain the statement. ?

Last Answer : Scanf (“% d”, & a); The statement is explained below: Here ,% d is the memory location of the integer type a variable where the data will be stored.

Description : There are some rules and regulations for making variables - Explain. ?

Last Answer : There are some rules and regulations for creating variables. It is explained below. 1. The first letter of the variable must be an alphabetical character. Variable names cannot start with digits or numbers ... more variables with the same name. 4. There will be no spaces between the variable names.

Description : printf ("%" d,% x ", & b); Explain the statement ?

Last Answer : printf ( % d,% x , & b); Here , the printf statement displays the output function printf () function as a variable data result of different data types. The C program is used to ... b respectively which indicates the memory location of integer type a and b variables where data will be stored.

Description : Explain the Possibility of Addition ?

Last Answer : Subtraction can be done by adding. The same circuit can be used for addition and subtraction in the complement structure of 2. So in modern computers the complementary method of 2 is used.

Description : Why is digital signal useful in computer case ? Explain. ?

Last Answer : 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 in decimal number system . A total of 10 basic symbols or numbers are used. Binary number system is used in computer design. The numbers 0 and 1 ... of the two conditions in the binary system. However, decimal numbers can be converted to binary and used in computers.

Description : Modems play an important role in the exchange of information - Explain. ?

Last Answer : Answer : A modem is an electronic medium or transmission system or device that completes the modulation and demodulation process and assists in exchanging data between the sender and receiver computer.

Last Answer : We mean everything by their names in everyday life , but in the case of programming, the code is usually used to mean different things. Data coding is the act of interpreting a piece of ... the hierarchy and huge list of different things. Coding enhances work efficiency and accuracy many times over.

Description : Explain the following assembler directives. 1) DB 2) DUP 3) EQU 4) ENDs.

Last Answer : 1) DB (Define Byte or Data Byte): This is used to define a byte type variable. The range of values : 0 - 255 for unsigned numbers -128 to 127 for signed numbers This can be used ... the end of the segment The directives SEGMENT, ENDS are always enclosed in data, code, stack and extra segments.

Description : Salesforce SDK uninstallation from XCode?

Last Answer : Too many variables – only you know your code, how it was written, and how extensible (or not) it was in the first place. I assume you have been to the Saleforce API and SDK pages.

Description : Is there a program where you can identify music in a specific website?

Last Answer : Need Answer

Description : What is a good programming language to make a multiple choice quiz?

Last Answer : Google classroom should work.

Description : Is there a website that shows all the English words, idioms, etc ever invented, including archaic, unofficial, and newest words that have just been invented?

Last Answer : The problem with such a lexicon would be that there have been a lot of slang, dialect, idioms, and unofficial words that 99% of people have never heard of. Besides that, the English language is ... pretty good vocabulary. Hopefully, someone will recommend some. I am unable to do this at the moment.

Description : How can I add HTML markup to this ajax result?

Last Answer : Need Answer

Description : Function or application allowing me to connect or disconnect wifi?

Last Answer : Some routers - Belkins and older Ciscos, had an app that would allow you to remotely-control your router from your phone. You didn't say what kind of router you have, so it's hard to guess. You can ... . Bottom line - you can do this easily if you have a wifi-based power switch and an app. example

Description : How can I become advanced in javascript in 2 months?

Last Answer : Study hard…work hard!!!

Description : Can you help fix this programming problem in Python?

Last Answer : You can’t treat arrays of digits as a single number. The easiest way to read a numeric string is to use the sys library to read a line from the keyboard. import sys print(“Enter value for mass”) mass = sys.stdin.readline() mass = float(mass)

Description : What's the best book for understanding Unity 2D?

Last Answer : Are you a beginner programmer in general, or just new to Unity? That would make a big difference in how I would respond.

Description : Programmers: Is this puzzle a "named problem?" and can you help me with it?

Last Answer : I'd call it enumerating a list of all combinations . There's a field of math called combinatorics which I did not study but I assume probably has a word for this. It doesn't seem like a puzzle ... each iteration, and tweak it to get the output format you want, but that's essentially it, I think.

Description : How do you get the link posted and not the updated page?

Last Answer : You don't have control over it. The URL that you referred to today is pointing to a page that is housed at a server somewhere else. It isn't under your control or Fluther's - it is under the control of ... a month or a year ago. Summary: it isn't under your control. You get the page they send you.

Description : I'm looking for a IT Project Idea for my Final Year. Can anyone suggest something?

Last Answer : How to maintain a question and answer site with trolls, spammers, and questions that violate the guidelines?