Which of the following sequence is correct to convert decimal number to binary?Step 1: Note the remainder.Step 2: Divide the given number by 2.Step 3: Write the noted remainders in the reverse order (from bottom to top)Step 4: Keep on dividing the quotient by 2 and note the remainder till the quotient is zero.

🎲 Try a Random Question  |  Total Questions in Quiz: 50  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CBSE Class 11 Computer Science Number System Practice Test — practice the complete quiz, review flashcards, or try a random question.

Number system is the way to represent everything in the form of digits. 

There are four types of number system.

1. Binary Number System
2. Decimal Number System
3. Octal Number System
4. Hexadecimal Number System


Which of the following sequence is correct to convert decimal number to binary?<br>Step 1: Note the remainder.<br>Step 2: Divide the given number by 2.<br>Step 3: Write the noted remainders in the reverse order (from bottom to top)<br>Step 4: Keep on dividing the quotient by 2 and note the remainder till the quotient is zero.