Computer Science
Assertion (A): Data is stored inside a computer in the form of 0s and 1s.
Reasoning (R): Number system is a technique of representing numbers in different forms.
- 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.
Number System
2 Likes
Answer
Both A and R are true but R is not the correct explanation of A.
Explanation
Data inside a computer gets stored and manipulated in digital (binary) form (0s and 1s). Number systems are the techniques to represent numbers in the computer system architecture. Every number system includes a set of unique characters or literals. It is a way to represent a number in different forms.
Answered By
3 Likes
Related Questions
The boolean expression of the following logic circuit is:

- (A+B).C'+B
- A'B'+C+B'A
- A.B.C+(B'+C').A
- A+B+C'(A+B)
The following is a …………… Logical Gate.

- XOR
- NAND
- AND
- OR
Assertion (A): The base/radix of binary number system is 2.
Reasoning (R): Binary number system has only two digits, i.e., 1 and 0.
- 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.
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.