IAS101 Flashcards
(37 cards)
Is used to analyze and simply the digital (logic) circuits.
Boolean Algebra
It is also called as __________ or ___________
Binary Algebra or Logical Algebra
Boolean Algebra was invented by ________________
George Boole in 1854
The standard _____ gate is given a symbol whose shape is of a _________ pointing to the right with a _______ at the end.
NOT, Triangle, Circle
The circle is known as an “_____________”
Inversion Bubble
Symbol and Y= of NOT GATE
triangle with bubble and Y = Ā
- If the two input signals are asserted __________ the output will also be asserted. Otherwise, the output will be de-asserted __________.
MAIN ANS: AND LOGIC GATE
high, low
Is a basic digital logic gate that implements logical conjunction.
AND GATE
- A ______ output results only if all the inputs to the AND gate are _______. if none or not all inputs to the AND gate are _____, _____ output results.
MAIN ANS: AND
HIGH, HIGH, HIGH, LOW
Symbol of AND gate, Truth table, Y =
.
A HIGH output result if one or both the inputs to the gate are digital logic gate that implements logical disjunctions.
OR LOGIC GATE
- It behaves according to the ______, If neither input is ______, a ______outputs results.
MAIN ANS: OR
High, High, Low
Symbol of OR gate, Truth table, Y =
.
Is a logic gate which gives a positive output only when both inputs are negative.
NOR gate
______ gates are so called “____________” that can be combined to form any other kind of logic gate.
NOR gate, Universal Gates
Is a combination of OR gate and inverter.
NOR gate
Symbol of NOR gate, truth table, Y =
.
In digital electronics, a _________ gate is a logic gate which produces an output which is false only if all its input are true.
NAND gate
Its ouput is complement to that of an AND gate.
NAND gate
A low output is results only if all the inputs to the gate are ________, if any inputs is _______ a ________ output result
MAIN:NAND
HIGH, LOW, HIGH
Symbol of NAND Gate, Truth Table, Y =
.
Is a digital logic gate that gives a true output when the number of true inputs is odd.
XOR gate
A true output results if one, and only one, of the inputs to the gate is true if both inputs are false or both true, a false output result.
XOR gate
Symbol of XOR gate, truth table, Y =
.