IAS101 Flashcards

1
Q

Is used to analyze and simply the digital (logic) circuits.

A

Boolean Algebra

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

It is also called as __________ or ___________

A

Binary Algebra or Logical Algebra

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Boolean Algebra was invented by ________________

A

George Boole in 1854

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The standard _____ gate is given a symbol whose shape is of a _________ pointing to the right with a _______ at the end.

A

NOT, Triangle, Circle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The circle is known as an “_____________”

A

Inversion Bubble

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Symbol and Y= of NOT GATE

A

triangle with bubble and Y = Ā

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  • If the two input signals are asserted __________ the output will also be asserted. Otherwise, the output will be de-asserted __________.
A

MAIN ANS: AND LOGIC GATE
high, low

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Is a basic digital logic gate that implements logical conjunction.

A

AND GATE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • 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.
A

MAIN ANS: AND
HIGH, HIGH, HIGH, LOW

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Symbol of AND gate, Truth table, Y =

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A HIGH output result if one or both the inputs to the gate are digital logic gate that implements logical disjunctions.

A

OR LOGIC GATE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • It behaves according to the ______, If neither input is ______, a ______outputs results.
A

MAIN ANS: OR
High, High, Low

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Symbol of OR gate, Truth table, Y =

A

.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Is a logic gate which gives a positive output only when both inputs are negative.

A

NOR gate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

______ gates are so called “____________” that can be combined to form any other kind of logic gate.

A

NOR gate, Universal Gates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Is a combination of OR gate and inverter.

A

NOR gate

17
Q

Symbol of NOR gate, truth table, Y =

A

.

18
Q

In digital electronics, a _________ gate is a logic gate which produces an output which is false only if all its input are true.

A

NAND gate

19
Q

Its ouput is complement to that of an AND gate.

A

NAND gate

20
Q

A low output is results only if all the inputs to the gate are ________, if any inputs is _______ a ________ output result

A

MAIN:NAND
HIGH, LOW, HIGH

21
Q

Symbol of NAND Gate, Truth Table, Y =

A

.

22
Q

Is a digital logic gate that gives a true output when the number of true inputs is odd.

A

XOR gate

23
Q

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.

A

XOR gate

24
Q

Symbol of XOR gate, truth table, Y =

A

.

25
Q

This functions as an exclusive-NOR gate, or simply the complement of the XOR gate

A

XNOR gate

26
Q

Is a digital logic fate whose function is the logical complement of the Exclusive OR gate.

A

XNOR gate

27
Q

Behaving according to the truth table to the right, and hence the gate is something called an “___________________”

A

Equivalence gate

28
Q

Symbol of XNOR gate, truth table, Y =

A

.

29
Q

The order of operations for ______________ algebra, form _____ to _____ is _______, then _____ then ___ Expression in brackets are always evaluated first.

A

Boolean Algebra, Highest to Lowest, NOT, AND, OR

30
Q

The _______________ consists of gates and symbols that can directly replace an expression in Boolean Arithmetic.

A

Logic Diagram

31
Q

A ____________ is a device that can perform one or all of the Boolean _______ operations…

A

Logic gate, logic

32
Q

The behavior of digital circuits can be presented with ______, _________, or s________

A

waveforms, truth tables or symbols

33
Q

TRUE/FALSE
Primitive gates can be combined to form larger circuits

A

TRUE

34
Q

__________ defines how many binary variables can be combined

A

Boolean algebra

35
Q

Each row with an output of 1 becomes

A

Product of term

36
Q

Is a diagram in a rows and columns showing how the falsity of a proposition varies with that of its components

A

Truth Table

37
Q

_________ deals with binary variables and logic operators

A

Boolean Algebra