Computer Science, asked by tarlochan1345, 7 months ago

Smallest unit of computer among bit, byte and nibble

Answers

Answered by Redcamellia158
1

Answer:

byte

Explanation:

Bye is the correct answer....

Answered by DrNykterstein
3

Bits are the smallest unit of computer.

Bits :-

Bits are the smallest unit of compute which are, 0 and 1. One bit is either a 0 or a 1.

2 bits :- 01 or 10 or 00 or 11

Nibble :-

Nibble is another name of half of bytes or 4 bits.

A symbol in hexadecimal number system is nibble or of 4 bits.

In binary : 0000

Bytes :-

Byte is among the smallest unit of computer which is of 8 bits.

1 bytes = 8 bits

Some Information :-

◉ The character data type is usually of 1 byte.

Integer = 4 bytes

Depends on the system architecture.

◉ The information shared over the internet are broken down into bits ( smallest unit ) and then converted into thier original form after they reach thier destination.

1 bytes = 8 bits

1 kilobytes = 1024 bytes

1 megabyte = 1024 kilobytes

1 gigabyte = 1024 megabytes

1 terabyte = 1024 gigabytes

Similar questions