Fall2019 Flashcards
(40 cards)
What are the two logic values and what are their voltage ranges?
Logic Value High ~ 2V-5V Logic Value Low~ 0V-0.8V
What are the binary representations of the logic values?
Logic value high = 1 Logic value low = 0
If you write a number, how do you identify it’s system?
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
What are the powers of 2 from 0-12?
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
What is the last digit in a string of numerals called?
The least significant bit
If you have the number (0 1 1 0)2 , what are the positions, least significant bit, digits, weights and values?
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
What are examples of binary devices
input: switch, button, limit switch, optical sensor
output: LED
What is the hexidecimal base?
Base 16
What is the hexidecimal and binary number for the decimal number of 0?
Binary = 0000 Hexidecimal = 0
What is the hexidecimal and binary number for the decimal number of 1?
Binary = 0001 Hexidecimal = 1
What is the hexidecimal and binary number for the decimal number of 2?
Binary = 0010 Hexidecimal = 2
What is the hexidecimal and binary number for the decimal number of 3?
Binary = 0011 Hexidecimal = 3
What is the hexidecimal and binary number for the decimal number of 4?
Binary = 0100 Hexidecimal = 4
What is the hexidecimal and binary number for the decimal number of 5?
Binary = 0101 Hexidecimal = 5
What is the hexidecimal and binary number for the decimal number of 6?
Binary = 0110 Hexidecimal = 6
What is the hexidecimal and binary number for the decimal number of 7?
Binary = 0111 Hexidecimal = 7
What is the hexidecimal and binary number for the decimal number of 8?
Binary = 1000 Hexidecimal = 8
What is the hexidecimal and binary number for the decimal number of 9?
Binary = 1001 Hexidecimal = 9
What is the hexidecimal and binary number for the decimal number of 10?
Binary = 1010 Hexidecimal = A
What is the hexidecimal and binary number for the decimal number of 11?
Binary = 1011 Hexidecimal = B
What is the hexidecimal and binary number for the decimal number of 12?
Binary = 1100 Hexidecimal = C
What is the hexidecimal and binary number for the decimal number of 13?
Binary = 1101 Hexidecimal = D
What is the hexidecimal and binary number for the decimal number of 14?
Binary = 1110 Hexidecimal = E
What is the hexidecimal and binary number for the decimal number of 15?
Binary = 1111 Hexidecimal = F





