TEST I mid term Flashcards
Understand the terminology
1965
–
Moore’s Law
which states that the number
of transistors on a chip doubles about every two
years, the law is born when Intel’s Gordon Moore
made a prediction about the semiconductor
business that still holds true today
analog Quantities
Most natural quantities that we see are analog and vary continuously. Analog systems can generally handle higher power than digital systems
What kinds of data do we need to represent?
Logical – true, false – Numbers – signed, unsigned, integers, floating point, complex, rational, irrational, ... – Text – characters, strings, ... – Instructions – Images – pixels, colors, shapes, ... – Sound
Data type:
representation
and
operations
within the computer
Analog and Digital Systems combination
Many systems use a mix of analog and digital electronics to
take advantage of each technology. A typical CD player
accepts digital data from the CD drive and converts it to an
analog signal for amplification
Binary Digits and Logic Levels
In binary, a single number is called a bit (for binary digit). A bit can have the value of either a 0 or a 1, depending on if the voltage is HIGH or LOW
Digital Waveforms
Digital waveforms change between the LOW and HIGH
levels. A positive going pulse is one that goes from a
normally LOW logic level to a HIGH level and then back
again. Digital waveforms are made up of a series of pulses
Pulse Definitions
Actual pulses are not ideal but are described by the rise time,
fall time, amplitude, and other characteristics
how many states does a collection on n bits have
A collection of n bits has 2n
possible states
Timing Diagrams
A timing diagram is used to show the relationship between
two or more digital waveform
Basic Logic Functions
AND - True only if all
input conditions
are true.
OR- true only one or more input conditions are true
NOT- indicates the opposite of a condition
Examples of Basic System Functions
- The comparison function
- Basic arithmetic functions
- The encoding function
- The decoding function
What are the types of integrated circuits
DIP chips and surface mount chips
What is PLC
Programmable logic devices (PLDs) are an alternative to
fixed function devices. The logic can be programmed for a
specific purpose. In general, they cost less and use less
board space
than
fixed function devices.
Gate
A logic circuit that performs a basic logic
operations such as AND or OR.
Fixed -function
logic
A category of digital integrated circuits having
functions that cannot be altered
Compared to analog systems, digital systems
a. are less prone to noise
b. can represent an infinite number of values
c. can handle much higher power
d. all of the above
are less prone to noise
The number of values that can be assigned to a bit are
a. one
b. two
c. three
d. ten
2
The time measurement between the 50% point on the
leading edge of a pulse to the 50% point on the trailing edge
of the pulse is called the
a. rise time
b. fall time
c. period
d. pulse width
pulse Width
The time measurement between the 90% point on the
trailing edge of a pulse to the 10% point on the trailing edge of
the pulse is called the
a. rise time
b. fall time
c. period
d. pulse width
fall time
The reciprocal of the frequency of a clock signal is the
a. rise time
b. fall time
c. period
d. pulse width
period
If the period of a clock signal is 500ps, the frequency is
a. 20 MHz
b. 200 MHz
c. 2 GHz
d. 20 GHz
2GHz
AND, OR, and NOT gates can be used to form
a. storage devices
b. comparators
c. data selectors
d. all of the above
- storage devices
- comparators
- data selectors
A shift register is an example of a
a. storage device
b. comparator
c. data selector
d. counter
storage device