Posts

Showing posts with the label Access time

Understanding Bit, Nibble and Byte

Image
  Understanding Bit, Nibble and Byte in this article explained  Bit , Nibble and Byte Data storage format of  hard disk  with how to calculate it. Bit A bit, short for binary digit is the smallest unit of data or basic information unit in  computing  and digital communications. It can contain only one of the two values represented as 0 or 1. They also represent logical values such as true/false, yes/no, activation states (on/off), algebraic signs (+/-) or any other two-valued attribute. Byte A byte, short for binary term is a digital information unit of  data  that consists of eight bits. The byte is representation of the number of bits a system has used to encode one text character. Therefore, it is the smallest addressable memory unit in many computer architectures. Two hexadecimal digits represent a full byte or octet. Nibble A nibble, also known as half-byte or tetrade is a collection of four bits or half of an octet in computing. Common repre...