Posted inBasics Shortcut method – Hexadecimal to Binary Posted by admin August 27, 2021 Steps ● Step 1 - Convert each hexadecimal digit to a 4 digit binary number (the hexadecimal…
Posted inBasics Shortcut method – Binary to Hexadecimal Posted by admin August 27, 2021 Steps ● Step 1 - Divide the binary digits into groups of four (starting from the right).…
Posted inBasics Shortcut method – Octal to Binary Posted by admin August 27, 2021 Steps ● Step 1 - Convert each octal digit to a 3 digit binary number (the octal…
Posted inBasics Shortcut method – Binary to Octal Posted by admin August 27, 2021 Steps ● Step 1 - Divide the binary digits into groups of three (starting from the right).…
Posted inBasics Other Base System to Non-Decimal System Posted by admin August 27, 2021 Steps ● Step 1 - Convert the original number to a decimal number (base 10). ● Step 2…
Posted inBasics Other base system to Decimal System Posted by admin August 27, 2021 Steps ● Step 1 - Determine the column (positional) value of each digit (this depends on the…
Posted inBasics Decimal to Other Base System Posted by admin August 27, 2021 Steps ● Step 1 - Divide the decimal number to be converted by the value of the…
Posted inBasics Computer – Number Conversion Posted by admin August 27, 2021 There are many methods or techniques which can be used to convert numbers from one…
Posted inBasics Hexadecimal Number System Posted by admin August 27, 2021 Characteristics of hexadecimal number system are as follows: ● Uses 10 digits and 6 letters, 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.…
Posted inBasics Octal Number System Posted by admin August 27, 2021 Characteristics of octal number system are as follows: ● Uses eight digits, 0,1,2,3,4,5,6,7. ● Also called base…