The number system used almost universally humans is called
Binary
Octal
Decimal
Hexa
Find the biggest among the following numbers. (127)8, (1101011)2, (A2B)16.
127
1101011
A2B
FF
How long is a word ?
32 bit
8 bit
4 bit
Depends on the computer
Determine the octal equivalent of following binary numbers 011001
13
31
30
03
The obvious reason for the usage of binary numbers instead of decimal numbers is
Ideal for coding purpose involving two state nature of components.
Easy to code
Processing is faster
Easy to use
How is the sign of the number represented ?
The first number of the word is sign
The first bit of the word is reserved for the sign of the number.
The magnitude of the number
The last (least significant) bit.
Octal numbers are used
In compute hardware
When binary numbers are too long
External to the computer
In preference to next numbers
Suppose 28 is a number in base 9 system. Convert this number to base 8 number
32
28
82
16