Logic gates Flashcards

1
Q

logic gate can have ______ of inputs

A

any number

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

logic gate can have only_______ output

A

one

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

Every input depends on a _______

A

boolean event

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

There are several type of logic gates according to the _____

A

perform logic

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

Logic gates can be categorized into 3 parts they are

A
  1. Basic logic gates
  2. Combinational logic gates
  3. Universal logic gates
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

There are 3 type of basic logic gates they are

A
  1. NOT
    2.AND
    3.OR
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

There are 4 types of combinational logic gates they are

A

1.NAND
2.NOR
3.XOR
4.XNOR

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

Not gave output always ______ of the input

A

inverse

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

Not gate have only _____ input

A

one

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

Universal gates are logic gates_________

A

(NAND and NOR) that can create any other type of gate or Boolean function.

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

AND gate is

A

The output is true only if all inputs are true.

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

OR gate is

A

The output is true if at least one input is true

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

NAND gate is

A

The output is true unless all inputs are true.

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

NOR gate is

A

output becomes the inverse of the OR gate

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

2 input XOR is

A

The output is true if exactly one of the inputs is true

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

Draw AND gate

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

Draw OR gate

18
Q

Draw NOT gate

19
Q

Draw NAND gate

20
Q

Draw NOR gate

21
Q

Draw XOR gate

22
Q

Draw XNOR gate

23
Q

Draw NOT gate truth table

24
Q

Draw AND gate truth table

25
Draw OR gate truth table
26
Draw NAND gate truth table
27
Draw NOR gate truth table
28
Draw 2 input XOR gate truth table
29
Draw 3 input XOR gate truth table
30
Draw 2 input XNOR truth table
31
Draw 3 input XNOR gate truth table
32
3 input XOR gate is
The output is true if an odd number of inputs are true
33
2 input XNOR gate is
The output is true if the inputs are equal (both true or both false)
34
3 input XNOR gate is
The output is true if an even number of inputs are true
35
Double inverse law
36
Idempotent law
37
Identity law
38
Inverse law
39
Distributive law
40
De morgans law