answersLogoWhite

0

What is the a byte?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

A Byte is a collection of eight bits that can represent a single character.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the a byte?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is difference between a 'byte' and a 'byte'?

I believe you meant difference between a bit and a byte. A byte is 8 bits.


How many nibbles are in a byte?

There are two nibbles in a byte.


Which is greater byte or bit?

Byte, since there are 8 bits in every byte


How big is a pectrol byte?

1024 amos byte = 1 pectrol byte


How bits are in a byte?

Eight bits are in one byte


What is the highest byte?

Yotto Byte


What is byte mega byte and giga byte?

they are amounts of unit describing computer storage


Is a bit a byte?

8 bits are a byte


How many bits in an octet or byte?

An octet is 8 bits, which forms a byte.


How many nibbles are there in a byte?

2 nibbles are in one byte


What order do bites go in eg MB KB?

The order of the bytes go in - Byte (B), Kilo byte (KB), Mega Byte (MB), Giga Byte (GB), Terra Byte (TB)


How do you store the data into byte in c?

There is not built-in 'byte' type in C, but you can define it: typedef unsigned char byte; byte bmin=0, bmax=255;