How many bytes are there in 1011 1001 0110 1110 numbers?
a) 1
b) 2
c) 4
d) 8
Answers
Answer:
it has two bytes that is 0 and 1
Answer:
(b). 2
byte is equal to 8 bits and nibble is equal to 4 bits
Hence it has 2 bytes
Explanation:
Digital data is contained in units called bytes, which typically have eight bits. The byte is the lowest accessible unit of memory in various computer systems because it was traditionally the amount of bits needed to encode a specific individual of text in a computer. Internet protocol specifications like The Network Technology refer to an 8-bit bytes as an octet to distinguish them from the general notion of 8-bit bytes.
According on the bit required for proper, an octet's bits are typically counted from 0 to 7 or 7 to 0, respectively. Since the initial bit is a zero, the eighth bit is a seven.
A byte is an eight binary digit length unit of data in the majority of computer systems. Most processing multiple a symbol, such as a letter, number, or graphical sign, using a unit called a byte. A string of bits that must have been used in a bigger unit for special applications can be stored in each byte.
#SPJ3