answersLogoWhite

0


Best Answer

Eight bits are 1 byte.

The word 'byte' was coined from the word "by eight" - 1 bit multiplied by 8.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Eight bits or one character of data are?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the minimum number of bits that would be required to encode only alphabetic data?

A bit of memory holds a single character. Therefore the minimum number of bits would be one, but you would need one for each character of data.


How many bytes are required to store a character string?

about eight bits, which is equal to one byte


What is a byte in a computer?

a byte is a 8 bit mathematical representation of a unit of data, aka a word or character.


What comprised of eight bits?

one byte comprised of eight bits


Smallest unit of meaningful information?

The smallest unit of data is a bit, which is either 0 or 1. Eight bits make a byte, which is one character. 1,024 bytes is a kilobyte (about one page), 1,024 kilobytes makes a megabyte and so on.


What is bits?

Bits are way measuring data. Eight bits equal one byte. One thousand bytes equal one kilobyte. One thousand kilobytes equal one megabyte and so on.


What is a byte and a bit?

AnswerA byte is made up of eight bits. A bit is a single state, usually represented by a 0 or a 1. Using binary code, eight bits can be used to represent characters numbers and other items. A bit is a single numeric value, either '1' or '0', that encodes a single unit of digital information. A byte is a sequence of bits; usually eight bits equal one byte.


How bits are in a byte?

Eight bits are in one byte


A byte is made up of bits.?

One byte equals eight bits.


What is the official unit of data?

The official unit of data is the byte. A byte is made of 8 bits and is the amount of computer storage space needed to store one character of information.


How many text messages can be stored in one byte?

The size of a byte is typically hardware dependent, but the modern standard is eight bits. 8 bits can store 255 different values and this is enough to store one keyboard character. Therefore one byte can store one character of a text message.


What exactly is a byte?

A byte is the smallest data unit of modern binary computers. It represents either a 1 or a 0. Bits are compiled into a set of eight bits, known as a byte. Bytes represent one piece of data, such as a single letter, etc.