Computer Science, asked by yatharthparashar, 3 months ago

Q.1.How many bites make a 1 nibble?
Q.2.How many bites make a byte?
Q.3.Smallest unit of storage?

Answers

Answered by diyalis
2

Answer:

1)In computing, a nibble (occasionally nybble or nyble to match the spelling of byte) is a four-bit aggregation, or half an octet. It is also known as half-byte or tetrade. In a networking or telecommunication context, the nibble is often called a semi-octet, quadbit, or quartet.

2)Created by Pamela Fox. A bit is the smallest piece of information in a computer, a single value storing either 0start text, 0, end text or 1start text, 1, end text. A byte is a unit of digital information that consists of 8 of those bits.

3)group of 4 bits is called nibble. A group of 8 bits is called byte. A byte is the smallest unit, which can represent a data item or a character.

...

Similar questions