TEST I mid term Flashcards

Understand the terminology

1
Q

1965

Moore’s Law

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

analog Quantities

A
Most natural quantities that we see are 
analog
and vary 
continuously. Analog systems can generally handle higher 
power than digital systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What kinds of data do we need to represent?

A
Logical
–
true, false
–
Numbers
–
signed, unsigned, integers, floating point,
complex, rational, irrational, ...
–
Text
–
characters, strings, ...
–
Instructions
–
Images
–
pixels, colors, shapes, ...
–
Sound
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Data type:

A

representation
and
operations
within the computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Analog and Digital Systems combination

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Binary Digits and Logic Levels

A
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Digital Waveforms

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Pulse Definitions

A

Actual pulses are not ideal but are described by the rise time,
fall time, amplitude, and other characteristics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

how many states does a collection on n bits have

A

A collection of n bits has 2n

possible states

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Timing Diagrams

A

A timing diagram is used to show the relationship between

two or more digital waveform

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Basic Logic Functions

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Examples of Basic System Functions

A
  • The comparison function
  • Basic arithmetic functions
  • The encoding function
  • The decoding function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the types of integrated circuits

A

DIP chips and surface mount chips

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is PLC

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Gate

A

A logic circuit that performs a basic logic

operations such as AND or OR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Fixed -function

logic

A

A category of digital integrated circuits having

functions that cannot be altered

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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

A

are less prone to noise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

The number of values that can be assigned to a bit are

a. one
b. two
c. three
d. ten

A

2

19
Q

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

A

pulse Width

20
Q

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

A

fall time

21
Q

The reciprocal of the frequency of a clock signal is the

a. rise time
b. fall time
c. period
d. pulse width

A

period

22
Q

If the period of a clock signal is 500ps, the frequency is

a. 20 MHz
b. 200 MHz
c. 2 GHz
d. 20 GHz

A

2GHz

23
Q

AND, OR, and NOT gates can be used to form

a. storage devices
b. comparators
c. data selectors
d. all of the above

A
  • storage devices
  • comparators
  • data selectors
24
Q

A shift register is an example of a

a. storage device
b. comparator
c. data selector
d. counter

A

storage device

25
Q
A device that is used to switch one of several input lines to 
a single output line is called a 
a. comparator
b. decoder
c. counter
d. multiplexer
A

multiplexer

26
Q
For most digital work, an oscilloscope should be coupled 
to the signal using
a. ac coupling
b. dc coupling
c. GND coupling
d. none of the abov
A

dc coupling

27
Q

point
number

A

A number representation based on scientific
notation in which the number consists of an
exponent and a mantissa

28
Q

Hexadecimal

A

A number system with a base of 16

29
Q

Octal

A

A number system with a base of 8

30
Q

BCD

A

Binary coded decimal; a digital code in which each
of the decimal digits, 0 through 9, is represented by
a group of four bits.

31
Q

Alphanumeri

A

Consisting of numerals, letters, and other

characters

32
Q

ASCII

A

American Standard Code for Information
Interchange; the most widely used alphanumeric
code.

33
Q

Parity

A

In relation to binary codes, the condition of
evenness or oddness in the number of 1s in a code
group.

34
Q

Cyclic
redundancy
check (CRC)

A

A type of error detection code.

35
Q

The Inverter

A

The inverter performs the Boolean NOT operation. When the input is LOW, the output is HIGH; when the input is HIGH, the output is LOW.

-
the Boolean expression for an inverter is X = A.

36
Q

The AND Gate

shown with a” .”

A

The AND gate produces a HIGH output when all inputs are HIGH; otherwise, the output is LOW. For a 2-input gate, the truth table is

Thus, the AND operation is written as X = A .B or X = AB.

37
Q

uses of the And gate

A

The AND operation is used in computer programming as a selective mask. If you want to retain certain bits of a binary number but reset the other bits to 0, you could set a mask with 1’s in the position of the retained bits.

38
Q

The OR Gate

shown with a +

A

The OR gate produces a HIGH output if any input is HIGH; if all inputs are LOW, the output is LOW. For a 2-input gate, the truth table is

Thus, the OR operation is written as X = A + B.

39
Q

The NAND Gate

shown with an over bar covering the expression.

A

The NAND gate produces a LOW output when all inputs are HIGH; otherwise, the output is HIGH. For a 2-input gate, the truth table is

Thus, the NAND operation is written as X = A .B (Alternatively, X =AB.)

40
Q

The NOR Gate

The NOR operation is shown with a plus sign (+) between the variables and an overbar covering them

A

The NOR gate produces a LOW output if any input is HIGH; if all inputs are HIGH, the output is LOW. For a 2-input gate, the truth table is

Thus, the NOR operation is written as X = A + B.

41
Q

The XOR Gate

The XOR operation is written as X = AB + AB.

A

The XOR gate produces a HIGH output only when both inputs are at opposite logic levels. The truth table is

42
Q

The XNOR Gate

X = AB + AB

A

The XNOR gate produces a HIGH output only when both inputs are at the same logic level.

43
Q

Programmable Logic Device (PLD)

A

A Programmable Logic Device (PLD) can be programmed to implement logic. There are various technologies available for PLDs. Many use an internal array of AND gates to form logic terms. Many PLDs can be programmed multiple times.