Reputation: 143
How many different values can be stored in 1 bit? Wouldn't it be a 1 and 0?
Upvotes: 0
Views: 1031
Reputation: 170
A bit is a contraction of binary digit.it only store 0 or 1 in computer science.
1 byte=8 bits
1KB=1024Byte=8*1024bit
1MB=1024KB
1GB=1024MB
1TB=1024GB
Upvotes: 1
Reputation: 817
Correct. The bit represents the state of an electrical current which only has two values - on and off.
Upvotes: 1