Basic Logic Gates: © Alan T. Pinck / Algonquin College 2003
Basic Logic Gates: © Alan T. Pinck / Algonquin College 2003
Logic Gates
Goal:
To understand how digital a computer can
work, at the lowest level.
To understand what is possible and the
limitations of what is possible for a digital
computer.
Logic Gates
All digital computers for the past 50 years have
been constructed using the same type of
components.
These components are called logic gates.
Logic gates have been implemented in many
different ways.
Currently, logic gates are most commonly
implemented using electronic VLSI transistor
logic.
Logic Gates
All basic logic gates have the ability to
accept either one or two input signals
(depending upon the type of gate) and
generate one output signal.
Logic Gates
Input and Output signals are binary.
binary:
Logic Gates
The four basic logic gates are:
AND
OR
XOR
NOT
A generic form; or
An electrical engineering form (more common in text
books)
Logic Gates : OR
0 = False = off
1 = True = on
End of Lecture