answersLogoWhite

0

What is the function of byte?

Updated: 10/3/2023
User Avatar

Wiki User

14y ago

Best Answer

A byte is the common term for a single character in a computer. It's comprised of 8 bits (0 or 1), which in binary (the base system of any computer) can be any number from 0 to 255. The computer then interprets the number as it's associated character.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

It is a unit of measurement used to define how much space there is on a hard drive, a CD, in RAM, etc.

It is sort of the basic unit of measurement, sort of like an inch is. It is the base that kilobyte, megabyte, gigabyte, terabyte, etc. are built off of.

1024 bytes=1 kilobyte, 1024 kilobytes=1 megabyte, 1024 megabytes=1 gigabyte, 1024 gigabytes=1 terabyte, etc.

Hope that helped!

- ElectroGoofy

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

A byte is the size of unit that is most often used to represent a character such as a letter, number, or symbol. Some fonts do require two bytes.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

To arrange 8 bits ( 0 and 1) into patterns to form all of the possible numbers and characters.

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

Byte is the smallest amount you can get in regards to computer storage.

This answer is:
User Avatar

Add your answer:

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

What function manipulates data into a useful form?

byte


How do you write a function which takes 2 arguments - a byte and a field in the byte and returns the value of?

bool F1(int byte,int pos) { return(byte & 1<<pos) } //pos -> position in the field // say byte is b1011 and pos is 2 then it will return value 0


How do the instruction of 8085 is classified based on their function and word length?

The 8085 instruction set is classified into the following three groups according to word size: 1. One-word or 1-byte instructions 2. Two-word or 2-byte instructions 3. Three-word or 3-byte instructions


What is a byte and how many bits does it contain?

A byte is the basic unit of information in a computer. It is usually the smallest addressable object in memory. The size of a byte is a function of the design of the computer, but nearly universally, it has come to mean 8 bits. (Octet is a more precise definition of 8 bits of memory, in case there is any dichotomy.)


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.


Function to reverse the binary short integer?

You mean the byte-order? x=((x>>8)&0xff) | ((x&0xff)<<8);


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