GENERAL KNOWLEDGE

GK

TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
One way to convert from decimal to hexadecimal is the -
A
Binary dabble method
B
Octal dabble method
C
Hex Dabble method
D
Double dabble method
Explanation: 

Detailed explanation-1: -Go through the steps given below to learn how to convert the numbers from decimal to hex. Step 1: First, divide the decimal number by 16, considering the number as an integer. Step 2: Keep aside the remainder. Step 3: Again divide the quotient by 16 and repeat till you get the quotient value equal to zero.

Detailed explanation-2: -The original number is in decimal format, base 10, and is converted to hexadecimal format, base 16. The conversion can be done by dividing the decimal value by 16, which is the base value of hexadecimal, taking note of the remainder, and then dividing the result with 16 again and taking note of the remainder.

Detailed explanation-3: -In decimal to binary, we divide the number by 2, in decimal to hexadecimal we divide the number by 16. In case of decimal to octal, we divide the number by 8 and write the remainders in the reverse order to get the equivalent octal number. Decimal Number: All the numbers to the base ten are called decimal numbers.

Detailed explanation-4: -Start at the rightmost digit and break the binary number up into groups of four digits. These are known as nibbles . Next, convert each group of four digits into decimal. Convert each decimal value into its hex equivalent. Put the hex digits together.

There is 1 question to complete.