DLD Chapter 1
DLD Chapter 1
Logic Design
Chapter -1
Introductory Concept
Time
DIGITAL QUANTITY
•Sampled-value representation
(quantization)
Time
DIGITAL ADVANTAGES
• Digital data can be processed and transmitted
more efficiently and reliably than analog data.
• Digital data has a great advantage when storage is
necessary.
• Music when converted to digital form can be
stored more compactly and reproduced with
great accuracy and clarity than analog.
• Noise doesn’t effect digital data.
DIGITAL MUSIC
• The media is very compact but
higher-density (and counting):
• CDs
• Memory cards
HIGH HIGH
LOW LOW
t0 t1 t0 t1
Positive-going pulse Negative-going pulse
tw
Amplitude 50%
Pulse width
10%
tr tf
Rise time Fall time
WAVEFORM CHARACTERISTICS
• Waveforms = series of pulses (called pulse train)
• Periodic
T1 T2 T3
• Period (T) = T1 = T2 = T3 = … = Tn
• Frequency (f) = 1/T
• Nonperiodic
DUTY CYCLE
b) Frequency
T
c) Duty cycle
tw
0 1 10 11 t (ms)
A DIGITAL WAVEFORM CARRIES BINARY
INFORMATION
Binary information that is handled by digital systems appears as waveforms that represent
sequences of bits. When the waveform is HIGH, a binary 1 is present; when the waveform is
LOW, a binary 0 is present. Each bit in a sequence occupies a defined time interval called a bit
time.
Bit
time
1
clock
0
1
A
0
Bit sequence 1 0 1 0 0 1 1 0 0 1 0 1
represented
by waveform
A
DATA TRANSFER
• Data refers to groups of bits that convey some type of information. Binary
data, which are represented by digital waveforms, must be transferred from
one device to another within a digital system or from one system to another
in order to accomplish a given purpose.
• Binary data are transferred in two ways:
• Serial – bits are sent one bit at a time
• Parallel – all the bits in a group are sent out on separate lines at the
same time (one line for each bit)
InfoNote :Universal Serial Bus (USB) is a serial bus standard for device interfacing.
It was originally developed for the personal computer but has become widely used
on many types of handheld and mobile devices. USB is expected to replace other
serial and parallel ports. USB operated at 12 Mbps (million bits per second) when
first introduced in 1995, but it now provides transmission speeds of up to 5 Gbps.
PARALLEL TRANSMISSION
All the bits in a group are sent out on separate lines at the same time. There is
one line for each bit.
Advantage:
Parallel is Faster ( b/c all bits are transmitted simultaneously)
Disadvantage:
More lines are required
SERIES TRANSMISSION
One bit sent at a time along a single conductor. To transfer eight bits in
series, it takes eight time intervals.
Advantage:
Only one line is required.
Disadvantage:
It takes longer time to transfer the data.
BASIC LOGIC OPERATIONS
NOT operation
AND operation
OR operation
Introduction to the System Concept
Introduction to the System Concept