Fall2019 Flashcards

(40 cards)

1
Q

What are the two logic values and what are their voltage ranges?

A

Logic Value High ~ 2V-5V Logic Value Low~ 0V-0.8V

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

What are the binary representations of the logic values?

A

Logic value high = 1 Logic value low = 0

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

If you write a number, how do you identify it’s system?

A

Put the number in brackets, with superscript numerical value of it’s base system. i.e. (127)10 = 127 in the decimal system aka (1111111)2 in binary

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

What are the powers of 2 from 0-12?

A

20 = 1 21 = 2 22 = 4 23 = 8 24 = 16 25 = 32 26 = 64 27 = 128 28 = 256 29 = 512 210 = 1024 211 = 2048 212 = 4096

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

What is the last digit in a string of numerals called?

A

The least significant bit

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

If you have the number (0 1 1 0)2 , what are the positions, least significant bit, digits, weights and values?

A

Position = 3 2 1 0 Least significant bit is the last 0 Digits = 0 1 1 0 Weight = 23 22 21 20 Values = 0x23 + 1x22 + 1x21 + 0x20 Decimal value = (6)10

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

What are examples of binary devices

A

input: switch, button, limit switch, optical sensor
output: LED

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

What is the hexidecimal base?

A

Base 16

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

What is the hexidecimal and binary number for the decimal number of 0?

A

Binary = 0000 Hexidecimal = 0

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

What is the hexidecimal and binary number for the decimal number of 1?

A

Binary = 0001 Hexidecimal = 1

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

What is the hexidecimal and binary number for the decimal number of 2?

A

Binary = 0010 Hexidecimal = 2

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

What is the hexidecimal and binary number for the decimal number of 3?

A

Binary = 0011 Hexidecimal = 3

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

What is the hexidecimal and binary number for the decimal number of 4?

A

Binary = 0100 Hexidecimal = 4

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

What is the hexidecimal and binary number for the decimal number of 5?

A

Binary = 0101 Hexidecimal = 5

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

What is the hexidecimal and binary number for the decimal number of 6?

A

Binary = 0110 Hexidecimal = 6

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

What is the hexidecimal and binary number for the decimal number of 7?

A

Binary = 0111 Hexidecimal = 7

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

What is the hexidecimal and binary number for the decimal number of 8?

A

Binary = 1000 Hexidecimal = 8

18
Q

What is the hexidecimal and binary number for the decimal number of 9?

A

Binary = 1001 Hexidecimal = 9

19
Q

What is the hexidecimal and binary number for the decimal number of 10?

A

Binary = 1010 Hexidecimal = A

20
Q

What is the hexidecimal and binary number for the decimal number of 11?

A

Binary = 1011 Hexidecimal = B

21
Q

What is the hexidecimal and binary number for the decimal number of 12?

A

Binary = 1100 Hexidecimal = C

22
Q

What is the hexidecimal and binary number for the decimal number of 13?

A

Binary = 1101 Hexidecimal = D

23
Q

What is the hexidecimal and binary number for the decimal number of 14?

A

Binary = 1110 Hexidecimal = E

24
Q

What is the hexidecimal and binary number for the decimal number of 15?

A

Binary = 1111 Hexidecimal = F

25
What are the parts of the above series circuit?
A- Power source B- Anode C- Positive terminal of LED D- Cathode E- Switch F & G- Resistors H- Ground
26
To what standard level does 0V-0.8V (logic low) and 2V-5V (logic high), fall under?
TTL Transistor-transistor logic
27
What is the logic value of 0.9V-1.9V considered?
uncertain
28
By commonplace, what are the alphabetic identifiers for input and output devices?
Input- A, B, C, D Output- X, Y, Z
29
What gate is the picture below, what is required for it's Q value to be on (if it's attached to an LED i.e.)
AND switches A & B must be closed at the same time
30
What gate is the picture below, what is required for it's Q value to be on (if it's attached to an LED i.e.)
NAND Inverse of AND therefore switches A & B must be closed at the same time and the result is the inversion of AND
31
What gate is the picture below, what is required for it's Q value to be on (if it's attached to an LED i.e.)
NOR, switches A or B must be open and the resulting value is the inverse of OR
32
What gate is the picture below, what is required for it's Q value to be on (if it's attached to an LED i.e.)
OR, switches A or B must be open
33
What gate is the picture below, what is required for it's Q value to be on (if it's attached to an LED i.e.)
NOT Switch A is not closed for LED to be on
34
What is a logic gate?
A physical device implementing boolean function
35
What is the boolean equation for the 5 main logic gates?
AND (Y = A ·B) OR (Y = A +B) NOT (Y = Ā) NAND (Y = ) NOR (Y = )
36
What is the logic gate that's truth table is shown below?
37
What is the logic gate that's truth table is shown below? ## Footnote **A** **Y** 0 1 1 0
NOT
38
What is the logic gate that's truth table is shown below? ## Footnote **A** **B** **Y** 0 0 1 0 1 1 1 0 1 1 1 0
NOT
39
What is the logic gate that's truth table is shown below? ## Footnote A B Y 0 0 0 0 1 1 1 0 1 1 1 1
OR
40
What is the logic gate that's truth table is shown below? ## Footnote **A** **B** **Y** 0 0 0 0 1 0 1 0 0 1 1 1
AND