Question
Download Solution PDFWhat is the binary number for decimal number 9?
Answer (Detailed Solution Below)
Detailed Solution
Download Solution PDFThe number system is a way to represent or express numbers. You have heard of various types of number systems such as the whole numbers and the real numbers. But in the context of computers, we define other types of number systems. They are:
- The decimal number system
- The binary number system
- The octal number system and
- The hexadecimal number system
Binary Number System:
- A binary number system is one of the four types of number system.
- In computer applications, where binary numbers are represented by only two symbols or digits, i.e. 0 (zero) and 1(one).
- The binary numbers here are expressed in the base-2 numeral system.
- For example, (101)2 is a binary number. Each digit in this system is said to be a bit.
Here we will show you step-by-step how to convert the decimal number 9 to binary.
Step 1) Divide 9 by 2 to get the Quotient. Keep the Whole part for the next step and set the Remainder aside.
Step 2) Divide the Whole part of the Quotient from Step 1 by 2. Again, keep the Whole part and set the Remainder aside.
Step 3) Repeat Step 2 above until the Whole part is 0.
Step 4) Write down the Remainders in reverse order to get the answer to 9 as a binary.
Important Points
Here we will show our work so you can follow along:
Decimal Number |
Operation |
Quotient |
Remainder |
Binary Number |
9 |
÷ 2 |
4 |
1 |
1 |
4 |
÷ 2 |
2 |
0 |
01 |
2 |
÷ 2 |
1 |
0 |
001 |
1 |
÷ 2 |
0 |
1 |
1001 |
Therefore, Binary equivalent of decimal number 9 is 1001.
Last updated on Jun 27, 2025
-> Check out the UGC NET Answer key 2025 for the exams conducted from 25th June.
-> The UGC Net Admit Card has been released on its official website today.
-> The UGC NET June 2025 exam will be conducted from 25th to 29th June 2025.
-> The UGC-NET exam takes place for 85 subjects, to determine the eligibility for 'Junior Research Fellowship’ and ‘Assistant Professor’ posts, as well as for PhD. admissions.
-> The exam is conducted bi-annually - in June and December cycles.
-> The exam comprises two papers - Paper I and Paper II. Paper I consists of 50 questions and Paper II consists of 100 questions.
-> The candidates who are preparing for the exam can check the UGC NET Previous Year Papers and UGC NET Test Series to boost their preparations.