125k views
0 votes
​What is a combination of one or more related characters or bytes and is the smallest unit of data a user accesses?

1 Answer

5 votes
I'm not sure that this is what you're looking for:

Bit (BInary digiT). Nybble = 4 bits. Byte = 2 nybbles or 8 bits. Word is usually the data bus width of a computer, 4 byte (32 bit) words are giving way to 8 byte (64 bit) machines.
User Shamas S
by
8.5k points