DIGITAL - SYSTEMS Intro
DIGITAL - SYSTEMS Intro
BCE 2102
2
COURSE OUTLINE
1. Design of sequential logic circuits
Hardware Software
4
HOW DID IT ALL START?
8
AND ON…
1955: TRADIC: AT&T Bell Labs
announced the first fully
transistorized computer
1958: The1st (2D) Integrated Circuit
(Kilby received the Nobel prize in
2000)
•Transistor, resistors and capacitors
on the same piece of semiconductor
•Interconnects between components
is
not integrated
•Low connectivity between
components
9
AND ON…
1971: Intel’s 4004 1st
microprocessor
11
ANALOG VS. DIGITAL
Example:
A typical analog device is a clock in which the hands move continuously around
the face. Such a clock is capable of indicating every possible time of day. In
contrast, a digital clock is capable of representing only a finite number of times
(every tenth of a second, for example).
12
WHY DIGITAL SYSTEMS?
• Digital programmable systems allows flexibility in
reconfiguring the digital signal processing
operations simply by changing the program
• Power consumption.
•
Applications of Digital Systems
• Telecommunications: Signal generation, transmission,
Voltage
5
Logic – 1 range
Intermediate
region, 2
crossed only Transition (occurs
during state 0.8 between the two limits)
transition Logic – 0 range
0
Time
19
DIGITAL A Digital System
LOGIC GATES
B
20
DIGITAL LOGIC GATES
21
BASIC DIGITAL LOGIC
GATES (CONT.)
X Z
AND Gate AND
Y
●Represented by any of the
following Symbol diagram
notations:
●X AND Y
●X . Y
●X Y
●Function definition: X Y
AND
Z=1 only if X=Y=1
0 otherwise Switch representation
22
BASIC DIGITAL LOGIC
GATES (CONT.)
X OR Z
OR Gate Y
●Represented by any of the following Symbol diagram
notations:
●X OR Y
●X + Y
●X v Y X
●Function OR
definition:
1 if X=1 or Y =1 or both X=Y=1
Z=
0 if X=Y=0 Y
Switch
representation
23
BASIC DIGITAL LOGIC GATES
(CONT.)