■Binary, octal, decimal, hexadecimal conversions
Example
Operation Display
What are the decimal values
for 2A16 and 2748?
S B “ BASE-N”
@(¡§1 -» “ d”
d
lsi?iFÜiTI2AfBi)
42
S (o ]2 7 4®
188
What are the hexadecimal
values for 123t0 and 10102?
(S ill -* “ H”
isiiiFTlld~l123i5i]
0000007B
WibHOIOiBil
0000000A
What are the octal values for
1516 and 1 10 0 2?
ßEKÜ -* “ 0 ”
S © 15(^1
00000000025
Isüirflfbl 110 Of^il
00000000014
What are the binary values for
3610 and 3B7i6?
-► “ b”
S d ]3 6 ^ |
000000100100
SGD3B7lil) 001110110111
■Negative expressions
Example
Operation
Display
How is 1100102 expressed as
a negative? ,
S B -+ “ BASE-N”
O S S - “ b”
@ 1 10 0 1 0 ®
111111001110
How is 72 e expressed as a
negative?
-> “ 0 ”
0 7 2 ®
37777777706
How is 3Ai6 expressed as a
negative?
(SS) “ H”
S 3A (|1
F F FF F F C 6
«
- 6 4 -