Convert decimal 177 to binary, to octal, and to hexadecimal.
What will be an ideal response?
Decimal 177
to binary:
256 128 64 32 16 8 4 2 1
128 64 32 16 8 4 2 1
(1*128)+(0*64)+(1*32)+(1*16)+(0*8)+(0*4)+(0*2)+(1*1)
10110001
to octal:
512 64 8 1
64 8 1
(2*64)+(6*8)+(1*1)
261
to hexadecimal:
256 16 1
16 1
(11*16)+(1*1)
(B*16)+(1*1)
B1
You might also like to view...
The __________ of two numbers is the largest integer that divides both numbers.
A) ?greatest common divisor ? B) ?prime polynomial C) ?lowest common divisor ? D) ?integral divisor
The ____ darkens areas in an image.
a. Burn Tool b. Dodge Tool c. Patch Tool d. Sponge Tool
OneNote does not have the capability to scan images
Indicate whether the statement is true or false
List five tools that are borrowed from interaction design that can be applied during design planning stages
What will be an ideal response?