0
Ascii codes has how many bits??
6 odpowiedzi
+ 1
hey the new one is 0-255
+ 3
@Aman
Bc 8 bits are between
-127 to 0 and 0 to 127 //unsigned number. 256 numbers
0 to 255 //singed number. 256 numbers also
+ 1
8 bits
+ 1
it is defined only for 0-127 codes which means it can be fit into 7-bits...so why 8 bits???
+ 1
CPU stores data in bytes. 1 byte equivalent to 8 bits wide. Hence ASCII codes are stored in lower 7bits of byte format.