July 25, 2026
Quick Answer: CAT base system questions test your ability to work with numbers in bases other than 10 - converting between bases (e.g., binary, base-6, hexadecimal), performing arithmetic in a given base, and solving digit-based puzzles.
They are a low-frequency but high-clarity sub-topic of Number System: you may see 0–1 such questions in a CAT slot, and they are very scoring once you master a handful of conversion rules. Prioritise them after core Arithmetic and Algebra, not before.
CAT Base System Questions generally appear under the Number System topic and test your understanding of binary, decimal, octal, hexadecimal, and arbitrary bases. Although this is not among the highest-weightage Quant topics, aspirants who prepare it well can solve such questions in under a minute.
In this guide, you'll learn the core concepts, different types of CAT Base System questions PDF, conversion techniques, common mistakes, preparation strategies, and plenty of practice questions to strengthen your preparation for CAT 2026.
Every number you use daily is written in base 10 (the decimal system), where digits range from 0 to 9 and each place value is a power of 10. A base system changes this foundation by using a different number of digits and different place values.
For example:
CAT Base System Questions test whether you can:
These questions are largely procedural. Once you master the conversion techniques and understand place values, solving Base System questions becomes quick and reliable.
Although Base System is considered a low-frequency topic in CAT, it remains one of the easiest scoring areas within Number System questions. Most aspirants ignore it because of its comparatively lower appearance in previous papers, but those who prepare it gain an advantage whenever a question appears.
Preparing Base System offers several benefits:
Unlike Arithmetic or Algebra, Base System does not require months of preparation. A few focused practice sessions are usually enough to become comfortable with the topic.
The single idea behind every Base System question is that every digit is multiplied by a power of the base.
In base 10:
235 = 2 × 10² + 3 × 10¹ + 5 × 10⁰
Now consider the number (235)6.
(235)6 = 2 × 6² + 3 × 6¹ + 5 × 6⁰
= 72 + 18 + 5 = 95
Once you understand that every position represents a power of the base, every conversion becomes much easier. Whether you're converting Binary, Octal, Decimal, or Hexadecimal numbers, this single principle remains unchanged.
The CAT exam pattern generally asks a limited variety of Base System questions. Learning each type separately makes preparation easier.
1. Base to Decimal Conversion
Convert a number from another base into decimal using place value expansion.
Example:
Convert (1011)2 into decimal.
2. Decimal to Any Base Conversion
Convert a decimal number into another base using repeated division.
Example:
Convert 45 into Base 6.
3. Binary Number Questions
Questions involving binary representation, binary addition, subtraction or conversion into decimal.
4. Octal Number Questions
Problems involving numbers written in Base 8, including arithmetic and conversion.
5. Hexadecimal Number Questions
Questions involving Base 16, where letters A to F represent values from 10 to 15.
6. Base Arithmetic Questions
Perform addition, subtraction or multiplication directly within a given base.
7. Missing Base Questions
Determine the unknown base when the decimal equivalent is given.
8. Digit-Based Base Problems
Questions involving digit reversal, digit restrictions, or finding valid digits within a specific base.
Understanding these question types helps you recognise patterns instantly during the CAT exam and significantly reduces solving time.
Nearly every CAT Base System question can be solved if you know these two conversion methods. Once these techniques become automatic, you can solve most questions within a minute.
Method 1: Converting Any Base to Base 10 (Decimal)
Multiply each digit by its corresponding place value (power of the base) and add the results together.
Example: Convert (1101)2 into decimal.
1 × 2³ + 1 × 2² + 0 × 2¹ + 1 × 2⁰
= 8 + 4 + 0 + 1
= 13
This method is commonly called the Place Value Expansion Method.
Method 2: Converting Base 10 to Another Base
Repeatedly divide the decimal number by the target base until the quotient becomes zero. Read the remainders from bottom to top.
Example: Convert 45 into Base 6.
| Division | Quotient | Remainder |
|---|---|---|
| 45 ÷ 6 | 7 | 3 |
| 7 ÷ 6 | 1 | 1 |
| 1 ÷ 6 | 0 | 1 |
Reading the remainders from bottom to top gives:
(113)6
Always verify your answer by converting it back into decimal.
Apart from conversions, CAT may ask you to perform addition, subtraction or multiplication directly within a given base.
There are two reliable approaches:
Method 1: Convert - Compute - Convert Back
This method is accurate and recommended for most aspirants.
Method 2: Direct Base Arithmetic
Perform calculations directly using the rules of that base instead of Base 10.
Example:
In Base 6:
4 + 5 = 9
Since 9 = 1 × 6 + 3,
Write 3 and carry 1.
Therefore,
4 + 5 = (13)6
Unless you're highly comfortable with direct base arithmetic, converting into decimal first is usually safer during CAT.
Many aspirants lose easy marks because of small calculation mistakes rather than conceptual errors.
Avoiding these mistakes alone can improve your accuracy significantly.
Unlike Arithmetic or Algebra, Base System questions have almost no ambiguity. Every problem follows a fixed procedure:
There are very few shortcuts involved. Students who practise the conversion methods repeatedly often solve these questions much faster than those trying to memorize tricks.
The biggest advantage of Base System is consistency. Once mastered, the solving process remains almost identical across different question types.
Base System is considered a low-frequency topic in CAT Quantitative Aptitude. Some years may have one question, while others may not include any direct Base System question.
However, the preparation effort required is also very low.
| Factor | Analysis |
|---|---|
| Difficulty | Easy |
| Learning Time | 2 to 4 Hours |
| Practice Required | 20 to 30 Questions |
| Frequency | Low |
| Scoring Potential | High if Asked |
The ideal strategy is to prepare this topic once, revise it occasionally, and spend the majority of your preparation time on Arithmetic syllabus, Algebra and Geometry.
A structured preparation strategy helps you master this topic in very little time.
1. Understand the Place Value Concept
Learn how place values change with every base. Once this concept becomes clear, every conversion becomes easier.
2. Master Both Conversion Methods
Practise both methods until you can perform them without referring to notes.
3. Practise Mixed Question Types
Solve questions involving:
4. Solve Previous Year CAT Questions
Although Base System questions are limited, solving previous year papers help you understand the actual difficulty level and question framing.
5. Take Timed Practice Tests
Attempt small Number System quizzes under time limits to improve speed and reduce calculation mistakes.
6. Maintain an Error Notebook
Write down every mistake you make during practice. Reviewing these mistakes regularly is one of the fastest ways to improve accuracy.
Once you are comfortable with these concepts and methods, the next step is solving a variety of CAT Base System Questions PDF to build speed and confidence.
The following CAT Base System Questions PDF cover all major concepts, including conversions, arithmetic, missing bases, binary, octal, hexadecimal, and digit-based reasoning. Practise these questions to improve both speed and accuracy.
Q1. Convert (10101)2 into decimal.
Options:
A. 19
B. 20
C. 21
D. 22
Answer: C. 21
Q2. Convert 45 into Base 6.
Options:
A. 111
B. 113
C. 121
D. 123
Answer: B. 113
Q3. Convert (144)6 into decimal.
Options:
A. 58
B. 60
C. 64
D. 66
Answer: C. 64
Q4. Convert (2AF)16 into decimal.
Options:
A. 687
B. 691
C. 695
D. 699
Answer: C. 687
Q5. Which digit cannot appear in Base 6?
Options:
A. 2
B. 4
C. 5
D. 7
Answer: D. 7
Q6. The decimal equivalent of (1000)2 is:
Options:
A. 6
B. 7
C. 8
D. 9
Answer: C. 8
Q7. Convert 63 into Binary.
Options:
A. 111101
B. 111111
C. 101111
D. 110111
Answer: B. 111111
Q8. If (121)b = 49, then the value of b is:
Options:
A. 5
B. 6
C. 7
D. 8
Answer: C. 7
Q9. The hexadecimal digit 'F' represents:
Options:
A. 13
B. 14
C. 15
D. 16
Answer: C. 15
Q10. Which of the following is a valid Base 5 number?
Options:
A. 254
B. 432
C. 538
D. 647
Answer: B. 432
Q11. Convert (73)8 into decimal.
Options:
A. 57
B. 59
C. 61
D. 63
Answer: B. 59
Q12. Convert (111111)2 into decimal.
Options:
A. 61
B. 62
C. 63
D. 64
Answer: C. 63
Q13. In Base 8, the largest single digit is:
Options:
A. 6
B. 7
C. 8
D. 9
Answer: B. 7
Q14. Convert 255 into Hexadecimal.
Options:
A. EF
B. FF
C. FE
D. EE
Answer: B. FF
Q15. The place value of the third digit from the right in Base 7 is:
Options:
Answer: C. 49
Strengthen your understanding by solving questions from increasing levels of difficulty.
Tier 1: Foundational
Tier 2: Application
Tier 3: CAT Level
| Student Profile | Recommendation |
|---|---|
| Strong in Number System | Finish this topic in one sitting and revise periodically. |
| Weak in Arithmetic | Focus on Arithmetic first and return to Base System later. |
| Final Month Preparation | Prepare only after high-weightage topics are complete. |
| Working Professionals | Ideal weekend topic because it is compact and quick to learn. |
Although Base System is only a small part of the CAT syllabus, it develops logical thinking, analytical ability and numerical reasoning skills that are useful throughout MBA coursework and business analytics careers.
Students who become comfortable with procedural topics like Base System often perform better across Number System because they build confidence in handling abstract numerical concepts.
If Quantitative Aptitude remains your weak area despite practice, remember that management entrance exams such as NMAT and SNAP have different Quant difficulty levels and may better suit your strengths. However, mastering Base System remains worthwhile because it requires relatively little preparation time and can provide valuable marks whenever it appears.
Preparing Base System for CAT does not require months of practice. A structured approach is enough to master this topic and score confidently whenever a question appears.
Step 1: Learn the Two Conversion Methods
These two techniques solve the majority of CAT Base System questions PDF.
Step 2: Practise 20 to 30 Mixed Questions
Solve questions covering:
Aim for accuracy first and then improve speed through regular practice.
Step 3: Revise Common Mistakes
Keep a notebook containing all the mistakes you make while solving Base System questions. Revisiting these errors before mock tests can significantly improve your accuracy.
Step 4: Revise During Mock Preparation
Since Base System is a compact topic, revisit it briefly while revising Number System before every major mock test. Avoid spending excessive time on this topic after mastering the basics.
CAT Base System Questions are among the easiest topics in Quantitative Aptitude once you understand the underlying concepts. The topic revolves around a few fundamental principles, namely place value, number base conversions, and arithmetic in different bases. With consistent practice, these questions can often be solved within a minute.
Although Base System is not one of the highest-weightage topics in CAT, it offers an excellent return on investment because the learning curve is short and the concepts remain consistent. Focus on mastering the two conversion methods, practise a variety of question types, and avoid common calculation mistakes.
Instead of spending weeks mastering this topic, learn it thoroughly in a few focused sessions and dedicate the majority of your preparation time to higher-frequency Quant topics like Arithmetic, Algebra, and Geometry. This balanced approach will maximise your overall CAT 2026 score while ensuring that you never miss an easy Base System question.
Frequently Asked Questions
What exactly is a base system in mathematics, and why does CAT test it?

How frequently do base system questions appear in CAT?

What's the fastest way to convert between bases in the exam?

Should a beginner start with base system or leave it for later?

Are base system questions harder than other Number System topics?

How do I handle hexadecimal questions with letters like A, B, C?

SHARE