One byte (8 bits) represents a character .
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.
'hz' refers to a frequency, not a unit of storage, while the word 'bits' refers to a fraction of a unit of computer storage. Therefore, this question has no logical answer. Further, the use of a lower case 'm' may denote a unit of one millionth of a unit (as in 'micro' terms), while an upper-case 'M' may specify one million units (as in 'mega' terms). This asks the question, then, 'What was the questioner looking for?'
A centibyte is a unit of digital information storage equivalent to one-hundredth (1/100) of a byte. Since a byte traditionally consists of eight bits, a centibyte represents 0.08 bits. This term is not widely used in practical applications, as the smallest commonly used unit in computing is typically a byte. The concept of centibytes serves more as a theoretical subdivision of data rather than a standard measure in computing.
a byte is abasic storage unit in memory. when application program instructions and data are transferd to memory from storage devices. byte addressable memory refers to memory address that is accessed one byte (8 bits) at a time as opposed to 2 byte(16 bits), 4 byte(32 bits) or 8 byte(64 bits) addressable memory.
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.
This can either be 1000 bits, or 1024 bits, depending on the context. Divide this by 8 to convert to kilobytes.
One character typically represents one byte, which is composed of 8 bits. Therefore, there are 8 bits in one character. This means that for each character, you can think of it as equivalent to 8 bits.
One bit.
A byte = 8 bits. A bit = either a 1 or a 0 ("on" or "off") A bit is the smallest unit of measure for data. 1/0 = bit 4 bits = nibble 8 bits = byte 1024 bytes = kilobyte 1024 kilobytes = megabyte 1024 megabytes = gigabyte 1024 gigabytes = terabyte.
A byte is the smallest unit of storage. Mostly anything you do can take up a byte.
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.