U-1 Pre-Requisites For DELD
U-1 Pre-Requisites For DELD
U-1 Pre-Requisites For DELD
100
95
90
85
80
75
70
Time of day
1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 5 6 7 8 9 10 11 12
A .M. P.M.
CD drive
LOW LOW
t0 t1 t0 t1
Actual pulses are not ideal but are described by the rise time,
fall time, amplitude, and other characteristics.
Overshoot
Ringing
Droop
90%
Amplitude tW
50%
Pulse width
10%
Ringing
1 1
T 313 ps
f 3.2 GHz
8 bits = 1 byte
1024 Bytes = 1 KB (kilobyte)
1024 Kilobytes = 1 MB (megabyte)
1024 Megabytes = 1 GB (gigabyte)
1024 Gigabytes = 1 TB (Terabyte)
103 Hz =1 kHz (kilohertz)
106 Hz =1 MHz (megahertz)
109 Hz =1 GHz (gigahertz)
1012 Hz =1 THz (terahertz)
A picosecond is 10−12 of a second
10−3 s =1 ms (millisecond)
103 s =1 ks (kilosecond)
10−6 s=1 µs (microsecond)
106 s =1 Ms (megasecond)
10−9 s=1 ns (nanosecond)
109 s =1 Gs (gigasecond)
10−12 s=1 ps (picosecond)
1012 s =1Ts (terasecond)
Pulse Definitions
Pulse
width
Amplitude (A)
(tW)
Time
Period, T
Timing Diagrams
C
Serial and Parallel Data
Computer Printer
0
0
t0 t1
Basic Logic Functions
Two
binary A= B Outputs
numbers
B
A< B
4 5 6
1
1 2 3 0
0 . +/–
Calculator keypad
Binary input
7-segment display
Basic System Functions
∆t3 ∆t3
C F
Switching Switching
sequence sequence
control input control input
Basic System Functions
Counter Parallel
output lines Binary Binary Binary Binary Binary
code code code code code
1 2 3 4 5 for 1 for 2 for 3 for 4 for 5
Input pulses Sequence of binary codes that represent
the number of input pulses counted.
Pins
DIP chips
In this case, testing can
be done by a computer
connected to the system.
Integrated Circuits
Pin 1
Binary Addition
The rules for binary addition are
0+0=0 Sum = 0, carry = 0
0+1=1 Sum = 1, carry = 0
1+0=1 Sum = 1, carry = 0
1 + 1 = 10 Sum = 0, carry = 1
When an input carry = 1 due to a previous result, the rules
are
1 + 0 + 0 = 01 Sum = 1, carry = 0
1 + 0 + 1 = 10 Sum = 0, carry = 1
1 + 1 + 0 = 10 Sum = 0, carry = 1
1 + 1 + 1 = 11 Sum = 1, carry = 1
0 0 1 1 0 1 0 1
0 0 1 1 0 1 0 1
Input bits
Adder Carry
in (add 1)
Output bits (sum)
0 0 1 1 0 1 1 0
Hexadecimal Subtraction
Use the 2’s complement to perform the subtraction
3 ways to find the 2’s complement:
35=00110101 2469=0010010001101001
Binary sequence
Gray code sequence