answersLogoWhite

0

How do you define a byte?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

A byte is a unit of memory consisting of eight binary digits or bits

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you define a byte?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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;


How many bits are it byte?

One BYTE is always 8 BITs. (Binary digITs) Some data protocols use a different number of bits to define a character, most systems today use 8 bits, some older systems used 5 bits or 7 bits. But a BYTE is always 8 bits regardless. (a NIBBLE is half a byte - 4 bits).


Binary digits combine to create one byte?

One BYTE is always 8 BITs. (Binary digITs) Some data protocols use a different number of bits to define a character, most systems today use 8 bits, some older systems used 5 bits or 7 bits. But a BYTE is always 8 bits regardless. (a NIBBLE is half a byte - 4 bits).


Define byte offset?

A byte offset, typically used to index into a string or file, is a zero-based number of bytes. For example, in the string "this is a test", the byte offset of "this" is 0, of "is" is 5,"a" is 8, and "test" is 10.Note that this is not always the same as the "character offset". Some characters, such as Chinese ideograms, require two or more bytes to represent. Using ASCII characters only will ensure that the byte offset is always equal to the character offset.


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


Can some one define clearly the computer terms bit and byte?

A bit is the smallest amount of information that a computer can store; all bits are in the form of either a 1 or a 0, which in mechanical terms is equivalent to on or off. A byte is a collection of 8 bits which together can be used to define an alphanumerical term, which is a letter or a number. Bits are only used to construct bytes. The bytes are then used to contruct all other programs and data storage.