answersLogoWhite

0


Best Answer

No it represents 8

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does one byte in computer code represent 25?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


How many colours can be represented in a byte?

One byte can represent 256 colours.


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.


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 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 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 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 #


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.


Is add one byte instruction?

That would depend on the computer architecture.


What is a bit a nibble a byte and a word?

A " bit " is a single one or zero. It has two states, and can only represent one of two values. A " byte " is (usually) 8 bits working together, such that each bit is double the value of the bit to its right. A byte can represent 256 possible values. A "kilobyte" is 1024 Bytes A "word" is a unit of data of a defined bit length that can be addressed and moved between storage and the computer processor. Usually, the defined bit length of a word is equivalent to the width of the computer's data bus so that a word can be moved in a single operation from storage to a processor register. For any computer architecture with an eight- bit byte , the word will be some multiple of eight bits.