Computer Science, asked by sankalp1550, 1 year ago

How many bytes does 1 KiloByte contain?
A) 1000
B) 8
C) 4
D) 1024

Answers

Answered by aqibkincsem
3
A bit is a binary digit that is the smallest incremement of data on the computer.

A bit basically has two values which are 0 and 1. both of them correspond to off and on in electrical values, respectively.

Bits are so small that you rarely work with information of one at a time.

Bits are generally clubbed together in a group of eight which forms a byte.

A byte has enough information that lets them store a single character like "h".

A kilobyte consists of 1,024 bytes.
Similar questions