Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 10)
10.
The binary system uses powers of
2
10
8
16
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
20 comments Page 1 of 2.

Chandra oli said:   1 decade ago
Octal number system used eight digits i.e. 0, 1, 2, 3, 4, 5, 6, 7. It's base is 8. Decimal number system used 10 digits i.e. 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. It's base is 10. Similarly Binary number system used two digits 0 and 1 that's why it's base is 2.
(1)

Nethra V said:   4 months ago
The binary number system uses only two digits: 0 and 1.
Each position in a binary number represents a power of 2 (2⁰, 2¹, 2², 2³, etc.).
That is why computers use binary to represent data and perform calculations.
(1)

Ilyas said:   4 years ago
There are two digits that's why binary number system has index 2.
(1)

Yohannes said:   8 years ago
I don't understand this. Please explain me.
(1)

Bharat kumar ameta said:   9 years ago
Binary number is the base of 2 is such as 0 & 1 that perform alltype of data operation in a numerical program.
(1)

Deep said:   1 decade ago
Computer only know 0 and 1. There are two number so they use 2 as base.

Suman said:   1 decade ago
0 and 1 these two digitas are used in binary system.

Neeraj Bharti said:   1 decade ago
These are 0 and 1. So only we are using binary number system power is 2.

Navjyot said:   1 decade ago
Binary system has only two numbers ie 1's and 0's.

And hence its power is two.

Savi said:   1 decade ago
Power here means total numbers.


Post your comments here:

Your comments will be displayed after verification.