Computer Science, asked by harshdeeps3580, 1 year ago

A computer "byte" consists of eight "bits" each bit being either a 0 and a 1. if characters are represented with a code that uses a byte for each character, how many different characters can be represented?

Answers

Answered by ameerhamzah78pdju21
2

256 characters can be represented in a byte as a byte contains 8 bits and 2^8=256

Similar questions