Computer Science, asked by ramb52442, 6 hours ago

1 Byte = options 1 Characters, 4 Characters, 8 Characters​

Answers

Answered by sakshi1158
1

Answer:

1 byte = 8 bits

So, does this mean 1 byte can only hold one character? E.g.:

"16" uses 2 bytes , "9" uses 1 byte , "a" uses 1 byte, "b" uses 1 byte

and if tiny int has range of 0-255, does this mean it can be stored with 255 char?

what is storage of

1. tiny int (1)

2. tiny int (2)

Similar questions