Logic Gates Flashcards

1
Q

Gate

A

A device that performs a basic operation on electrical signals and consists of transistors

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

Circuits

A

Gates combined to perform more complicated tasks

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

What is a transistor?

A
  • semiconductor devise for amplifying, controlling, and generating electrical signals.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Two main roles of a transistor?

A

Amplify or switch electrical signals and power.

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

NOT Gate Inputs and Outputs?

A
  • Accepts one input signal and returns the opposite of what was inputted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

NOT Gate Boolean Expression

A

X= A’ and X=NOT(A)

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

AND Gate Input and Output?

A
  • Accepts two output signals

- If both are 1=1, otherwise the output is 0

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

AND Gate Boolean and Excel Expression

A

X= A . B and X = AND(A,B)

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

OR Gate Input and Outputs

A
  • Accepts two signals

- If both 0=0, otherwise, the output is 1

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

OR Gate Boolean and Excel Expression

A

X =A+B and X = OR(A,B)

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

NAND Gate Input and Output

A

Combination of NOT and AND

  • Accepts two signals
  • If both are 1=1, otherwise output is 0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

NAND Gate Boolean and Excel Expression

A

(A . B )’ and X= NOT(OR(A,B))

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

XOR Gate Input and Output

A
  • Accepts two inputs

- If both are the same, the output is 0, otherwise they are the same

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

XOR Gate Boolean and Excel Expression

A

-They are special circuits that carry out additional operations

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

What is a Half-Adder?

A
  • A circuit that computes the sum of two bits and produces the correct carry bit
  • Has two inputs and produces two outputs (sum and carry-in)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a Full-Adder?

A
  • A circuit that computes the sum of two bits and a carry bit and produces the correct carry bit
  • Has three inputs (A, B, carry-in) and two outputs (sum and carry)
17
Q

What are some limitations of transistor gates?

A
  • Power is consumed even if nothing is

connected to the output

18
Q

What are other transistor-based circuits?

A

-CMOS is much better because power used only during switching from one state to another

19
Q

What kind of transistors do modern computers use?

A

-CMOS logic circuits

20
Q

Why do we need to use transistors?

A
  1. Be able to implement the logic functions in hardware
  2. Perform complex operations
  3. Power-efficient and can be very fast
  4. Transistors are building blocks for modern computer microchips