answersLogoWhite

0

No it represents 8

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What does Mega Byte mean in the computer?

A megabyte is one million bytes, each byte being a sequence of 8 bits, which is enough information to represent one character of alphanumeric data.


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 means 106 bytes?

A byte is composed of 8 bits and represents one character of computer code.


How many colours can be represented in a byte?

One byte can represent 256 colours.


What is one byte of data also called?

One byte of data is also referred to as an "octet." This term is often used in networking and computer science to specify a unit of digital information that consists of eight bits. Each byte can represent 256 different values, which is commonly used to encode a character in text.


What does each byte represents?

Each byte represents a number. What that number means, will depend on where abouts it is, in a memory location or program. For example. In the graphics area of memory, the number will determine what color the pixel should be for that location. There will be a byte for every pixel. A pair of bytes will represent where the computer should look in the memory to retreive another number. A single byte will represent a command, when executed by the CPU. A program is operated on, one byte at a time in sequence, unless the operation code (another byte) tells it to jump to another part of the program or stop. A CPU has a look up table, where each number (represented by a byte) will have an operation. This operation could be, to just add 1 to the number in the present registry.


A byte can hold one of data?

A byte is a measure of memory in the computer, 8 bits is equal to one byte, a bit is a binary value of 1 or 0, you cannot really measure how much memory it can hold.


What in a computer moves 8 bits at a time?

8 bits totals one byte where one byte is roughly a single character such as 'A' or '1'


What do you call an amount of computer memory needed to score a single character?

8 bits is one byte. you need one byte for a character


What Requires one byte of storage?

8 digits of binary code (either 0s or 1s) for instance 00101001 each digit takes up one bit, there are 8 bits in a byte. Usually, a byte holds 1 character, either a letter or #


Is add one byte instruction?

That would depend on the computer architecture.


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.