-
What term describes a single object?
Unit
-
A symbol that represents one or more objects is called a _________.
Number
-
The symbols 0, 1, 2, and 3 through 9 are what type of numerals?
Arabic
-
What does the base, or radix, of a number system tell you about the system?
The number of symbols used in the system
-
How would you write one hundred seventy-three base 10?
173
-
What power of 10 is equal to 1,000? 100? 10? 1?
-
The decimal point of the base 10 number system is also known as the _________.
Radix point
-
What is the MSD and LSD of the following numbers (a) 420. (b) 1045.06 (c) 0.0024 (d) 247.0001
- (a) MSD - 4, LSD - 0
- (b) MSD - 1, LSD - 6
- (c) MSD - 2, LSD - 4
- (d) MSD - 2, LSD - 1
-
Add: (Base 2) 10101 + 1010 = _____.
11111
-
Add: (Base 2) 10011 + 1010 = _____.
11101
-
Add: (Base 2) 11101 + 100 = _____.
100001
-
Add: (Base 2) 10110 + 11001 = _____.
101111
-
Add: (Base 2) 111 + 1 = _____.
1000
-
Add: (Base 2) 1010010 + 1110111 + 10101 = _____.
11011110
-
Subtract: (Base 2) 11001 - 1001 = _____.
10000
-
Subtract: (Base 2) 10101 - 1010 = _____.
1011
-
Subtract: (Base 2) 11111 - 10 = _____.
11101
-
Subtract: (Base 2) 111 - 100 = _____.
11
-
Subtract: (Base 2) 10001 - 11 = _____.
1110
-
Subtract: (Base 2) 100000 - 1 = _____.
11111
-
Subtract: (Base 10) 325 - 104 = _____.
221
-
Subtract: (Base 2) 10010111 - 00110100 = _____.
01100011
-
Subtract: (Base 2) 1011 - 1100 = _____.
-0001
-
Add: (Base 8) 3 + 5 = _____.
10
-
Add: (Base 8) 22 + 36 = _____.
60
-
Add: (Base 8) 621 + 174 = _____.
1015
-
Add: (Base 8) 13255 + 7031 = _____.
22306
-
Add: (Base 8) 24 + 42 + 63 = _____.
151
-
Add: (Base 8) 3 + 5 + 2 + 6 + 4 = _____.
24
-
Subtract: (Base 8) 765 - 444 = _____.
321
-
Subtract: (Base 8) 44 - 6 = _____.
36
-
Subtract: (Base 8) 532 - 174 = _____.
336
-
Subtract: (Base 8) 1023 - 424 = _____.
377
-
Subtract: (Base 8) 423 - 326 = _____.
104
-
Subtract: (Base 8) 7776 - 7 = _____.
7767
-
Add: (Hex - Base 16) 4A3C + 9351 = _____.
DD8D
-
Add: (Hex - Base 16) 4321 + DCBA = _____.
11FDB
-
Add: (Hex - Base 16) 274 + FEB = _____.
125F
-
Add: (Hex - Base 16) 79DF + A641 = _____.
12020
-
Add: (Hex - Base 16) ECFD + A4AE = _____.
191AB
-
Add: (Hex - Base 16) BC + A23 + FC9 = _____.
1AA8
-
Subtract: (Hex - Base 16) 758 - 423 = _____.
335
-
Subtract: (Hex - Base 16) D9F - 46A = _____.
935
-
Subtract: (Hex - Base 16) A1C6 - C95 = _____.
9531
-
Subtract: (Hex - Base 16) 4057 - 9A4 = _____.
36B3
-
Subtract: (Hex - Base 16) 13579 - 2ABD = _____.
10ABC
-
Subtract: (Hex - Base 16) EFACD - ACBBE = _____.
42F0F
-
Convert (Base 10 to Base 2) 72
1001000
-
Convert (Base 10 to Base 2) 97
1100001
-
Convert (Base 10 to Base 2) 243
11110011
-
Convert (Base 10 to Base 2) 0.875 (four places)
0.1110
-
Convert (Base 10 to Base 2) 0.33 (four places)
0.0101
-
Convert (Base 10 to Base 2) 17.42 (five places)
10001.01101
-
Convert (Base 10 to Base 8) 7
7
-
Convert (Base 10 to Base 8) 43
53
-
Convert (Base 10 to Base 8) 499
763
-
Convert (Base 10 to Base 8) 0.951 (four places)
0.7467
-
Convert (Base 10 to Base 8) 0.004 (five places)
0.00203
-
Convert (Base 10 to Base 8) 252.17 (three places)
374.127
-
Convert (Base 10 to Hex) 42
2A
-
Convert (Base 10 to Hex) 83
53
-
Convert (Base 10 to Hex) 176
B0
-
Convert (Base 10 to Hex) 491
1EB
-
Convert (Base 10 to Hex) 0.721 (four places)
0.B893
-
Convert (Base 2 to Base 8) 10
2
-
Convert (Base 2 to Base 8) 1010
12
-
Convert (Base 2 to Base 8) 101111
57
-
Convert (Base 2 to Base 8) 0.0011
0.14
-
Convert (Base 2 to Base 8) 0.110011
0.63
-
Convert (Base 2 to Base 8) 110111.010101
67.25
-
Convert (Base 2 to Hex) 10
2
-
Convert (Base 2 to Hex) 1011
B
-
Convert (Base 2 to Hex) 101111
2F
-
Convert (Base 2 to Hex) 0.0011
0.3
-
Convert (Base 2 to Hex) 0.110011
0.CC
-
Convert (Base 2 to Hex) 110111.010101
37.54
-
Convert (Base 8 to Base 2) 73
111011
-
Convert (Base 8 to Base 2) 512
101001010
-
Convert (Base 8 to Base 2) 403
100000011
-
Convert (Base 8 to Base 2) 0.456
0.100101110
-
Convert (Base 8 to Base 2) 0.73
0.111011
-
Convert (Base 8 to Base 2) 36.5
11110.101
-
Convert (Base 8 to Hex) 74
3C
-
Convert (Base 8 to Hex) 512
14A
-
Convert (Base 8 to Hex) 0.03
0.0C
-
Convert (Base 8 to Hex) 14.42
C.88
-
Convert (Hex to Base 2 and Base 8) 23
100011; 43
-
Convert (Hex to Base 2 and Base 8) 1B
11011; 33
-
Convert (Hex to Base 2 and Base 8) 0.E4
0.111001; 0.71
-
Convert (Hex to Base 2 and Base 8) 45.A
1000101.101; 105.5
-
Convert (Base 2 to Base 10) 10010
18
-
Convert (Base 2 to Base 10) 1111100
124
-
Convert (Base 2 to Base 10) 1010101
85
-
Convert (Base 2 to Base 10) 0.0101
0.3125
-
Convert (Base 2 to Base 10) 0.1010
0.625
-
Convert (Base 2 to Base 10) 1101101.1111
109.9375
-
Convert (Base 8 to Base 10) 17
15
-
Convert (Base 8 to Base 10) 64
52
-
Convert (Base 8 to Base 10) 375
253
-
Convert (Base 8 to Base 10) 0.4
0.5
-
Convert (Base 8 to Base 10) 0.61
0.765625
-
Convert (Base 8 to Base 10) 10.22
8.28125
-
Convert (Hex to Base 10) 24
36
-
Convert (Hex to Base 10) A5
165
-
Convert (Hex to Base 10) DB
219
-
Convert (Hex to Base 10) 3E6.5
998.3125
-
Convert then add (Base 10 to BCD 0001 = 1) 3 + 5 = _____.
1000 BCD
-
Convert then add (Base 10 to BCD 0001 = 1) 1 + 8 = _____.
1001 BCD
-
Convert then add (Base 10 to BCD 0001 = 1) 7 + 4 = _____.
0001 0001 BCD
-
Convert then add (Base 10 to BCD 0001 = 1) 14 + 8 = _____.
0010 0010 BCD
|
|