logic design Ch 1, 2, 3 Flashcards

1
Q

Explain differences between digital and analog

A

Analog devices have continuous values
Example: mercury thermometer
value does not “jump”, it increases/decreases over a continuous range with infinite values in that range
Digital electronics have discrete values
Example: digital thermometer
value “jumps” and represented by set off digital values, 98.6, 98.7

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

What is the digital advantage over analog?

A

stored more compactly than analog data
processed and transmitted more efficiently and reliably
is not affected by noise (unwanted voltage fluctuations)
reproduced with greater accuracy

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

What is the analog advantage over digital?

A

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
4
Q

What are the different electromagnetic waves?

A
  • Radio
  • Microwave
  • Infrared
  • Visible
  • Ultraviolet
  • X-Ray
  • Gamma Ray
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What was the first computer and what could it do?

A
  • Abacus
  • Add
  • subtract
  • multiply,
  • divide,
  • square root
  • cube roots
  • Base 10 and 16
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What was used by the Apollo 11 astronauts and was it Analog or Digital?

A
  • Slide Rule + - x / roots powers trig log exp

- it was Analog

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

What is a single number called in binary? And what value can it have?

A
  • A bit(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
8
Q

What are the 3 things in addition to frequeny and period that waveforms are described by?

A
  • the amplitude (A), pulse width (tW) and duty cycle.

- Duty cycle is the ratio of tW to T.

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

What is a period?

A

Periodic pulse waveforms are composed of pulses that repeats in a fixed interval called the period

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

What is a frequency?

A

. The frequency is the rate it repeats and is measured in hertz.
- f=1/t, t=1/f

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

What is the period of a repetitive wave if f = 3.2 GHz?

A

313 ps

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

what are the names of all the different logic functions?

A
  • And
  • Or
  • NOT
  • Nand
  • NOR
  • XOR
  • XNOR
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

AND

A

True only if all input conditions are true.

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

OR

A

True only if one or more input conditions are true.

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

NOT

A

Indicates the opposite condition.

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

Convert the binary number 100101.01 to decimal.

A

37¼

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

Convert the decimal number 49 to binary

A

110001

18
Q

Convert the decimal fraction 0.188 to binary

A

.00110

19
Q

What are the rules for binary addition?

A

0 + 0 = 0 Sum = 0, carry = 0
0 + 1 = 0 Sum = 1, carry = 0
1 + 0 = 0 Sum = 1, carry = 0
1 + 1 = 10 Sum = 0, carry = 1

20
Q

Add the binary numbers 00111 and 10101 and show the equivalent decimal addition

A

11100 = 28

21
Q

what does +58 equal using 8 bits and what does -58 equal using 8 bits?

A
  • 00111010 = +58

- 10111010 = -58

22
Q

Explain differences between digital and analog

A

Analog devices have continuous values
Example: mercury thermometer
value does not “jump”, it increases/decreases over a continuous range with infinite values in that range
Digital electronics have discrete values
Example: digital thermometer
value “jumps” and represented by set off digital values, 98.6, 98.7

23
Q

What is the digital advantage over analog?

A

stored more compactly than analog data
processed and transmitted more efficiently and reliably
is not affected by noise (unwanted voltage fluctuations)
reproduced with greater accuracy

24
Q

What is the analog advantage over digital?

A

Analog systems can generally handle higher power than digital systems.

25
Q

What are the different electromagnetic waves?

A
  • Radio
  • Microwave
  • Infrared
  • Visible
  • Ultraviolet
  • X-Ray
  • Gamma Ray
26
Q

What was the first computer and what could it do?

A
  • Abacus
  • Add
  • subtract
  • multiply,
  • divide,
  • square root
  • cube roots
  • Base 10 and 16
27
Q

What was used by the Apollo 11 astronauts and was it Analog or Digital?

A
  • Slide Rule + - x / roots powers trig log exp

- it was Analog

28
Q

What is a single number called in binary? And what value can it have?

A
  • A bit(Binary Digit)

- A bit can have the value of either a 0 or a 1, depending on if the voltage is HIGH or LOW.

29
Q

What are the 3 things in addition to frequeny and period that waveforms are described by?

A
  • the amplitude (A), pulse width (tW) and duty cycle.

- Duty cycle is the ratio of tW to T.

30
Q

What is a period?

A

Periodic pulse waveforms are composed of pulses that repeats in a fixed interval called the period

31
Q

What is a frequency?

A

. The frequency is the rate it repeats and is measured in hertz.
- f=1/t, t=1/f

32
Q

What is the period of a repetitive wave if f = 3.2 GHz?

A

313 ps

33
Q

what are the names of all the different logic functions?

A
  • And
  • Or
  • NOT
  • Nand
  • NOR
  • XOR
  • XNOR
34
Q

AND

A

True only if all input conditions are true.

35
Q

OR

A

True only if one or more input conditions are true.

36
Q

NOT

A

Indicates the opposite condition.

37
Q

Convert the binary number 100101.01 to decimal.

A

37¼

38
Q

Convert the decimal number 49 to binary

A

110001

39
Q

Convert the decimal fraction 0.188 to binary

A

.00110

40
Q

What are the rules for binary addition?

A

0 + 0 = 0 Sum = 0, carry = 0
0 + 1 = 0 Sum = 1, carry = 0
1 + 0 = 0 Sum = 1, carry = 0
1 + 1 = 10 Sum = 0, carry = 1

41
Q

Add the binary numbers 00111 and 10101 and show the equivalent decimal addition

A

11100 = 28

42
Q

what does +58 equal using 8 bits and what does -58 equal using 8 bits?

A
  • 00111010 = +58

- 10111010 = -58