CBSE Class 11 Computer Science
Question 3 of 68
Data Representation and Boolean Logic — Question 3
Back to all questions 3
Question Assertion (A): The base/radix of Octal number system is 8 because it has 8 digits.
Reasoning (R): 342289 is an octal number.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
A is true but R is false.
Explanation
The base of the octal number system is 8 because it has only 8 digits (0 to 7). The number 342289 is not an octal number because the octal number system only allows digits from 0 to 7, and 342289 contains digits outside this range (8 and 9).