COMPUTER FUNDAMENTALS

DATA REPRESENTATION AND NUMBER SYSTEMS

BINARY OCTAL DECIMAL AND HEXADECIMAL NUMBER SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
TO CONVERT DECIMAL TO BINARY DIVIDE THE DECIMAL NUMBER WITH ____
A
10
B
2
C
8
D
16
Explanation: 

Detailed explanation-1: -To convert a decimal to binary you simply divide the number by 2 recursively until you get to 0 and note down any remainder. Note the remainder column. Starting from the bottom write down the remainder numbers: 10001 … and thats it!

There is 1 question to complete.