Data Representation Flashcards
How many inputs and outputs do NOT gates have?
1) one input
2) one output
Put these units in order of size (smallest to largest):
Terabyte, Byte, Kilobyte, Gigabyte, Megabyte
Byte, Kilobyte, Megabyte, Gigabyte, Terabyte
Convert 17 (decimal) to binary.
10001
Convert 17 (decimal) to hexadecimal.
11
Convert 0011 1000 (binary) to decimal.
56
What effect do left and right shifts have on binary numbers?
1) left shifts multiply a binary number. For every place shifted left, the number is doubled
2) right shifts divide a binary number. For every place shifted right, the number is halved
Convert 1001 1111 (binary) to decimal.
159
Convert 1001 1111 (binary) to hexadecimal.
9F
Convert 10 1011 (binary) to decimal.
43
Convert 10 1011 (binary) to hexadecimal.
2B
Convert 4A (hexadecimal) to decimal.
74
Convert 4A (hexadecimal) to binary.
1001010
Convert 75 (hexadecimal) to decimal.
117
Convert 75 (hexadecimal) to binary
1110101
Convert 148 (decimal) to binary.
10010100
Convert 148 (decimal) to hexadecimal.
94
Convert 240 (decimal) to binary.
11110000