Typically we write binary numbers as a sequence of bits. Bit zero is usually referred to as the Least Significant Bit or LSB and the left most bit is typically called the Most Significant Bit or MSB

Files Recovery Software
Home Contact Details Customer Support Download Demo Products  

 
 

Binary Number Formats

Typically we write binary numbers as a sequence of bits. The “bits” is short for “binary digits” in a machine. There are defined format boundaries for these bits. These format boundaries have been represented in the following table:

Name

Size in bits

Example

Bit

1

1

Nibble

4

0101

Byte

8

0000 0101

Word

16

0000 0000 0000 0101

Double Word

32

0000 0000 0000 0000 0000 0000 0000 0101


We may add as many leading zeroes as we wish without changing its value in any number base however we normally add leading zeroes to adjust the binary number to a desired size boundary.

For example, we can represent the number 7 as in different cases as shown in the table:


15141312 11 10 9 8   7 6 5 4    3 2 1 0

Bit

1 1 1

Nibble

0 1 1 1

Byte

0 0 0 0   0 1 1 1

Word

0 0 0 0   0 0 0 0   0 0 0 0   0 1 1 1

Where the rightmost bit in a binary number is bit position zero and each bit to the left is given the next successive bit number as shown in the above table.

Bit zero is usually referred to as the Least Significant Bit or LSB and the left most bit is typically called the Most Significant Bit or MSB. Let us know about these formats of representation:

Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20

 
 

page 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28

Next page
 
 
Data Recovery Book
 
Chapter 1 An Overview of Data Recovery
Chapter 2 Introduction of Hard Disks
Chapter 3 Logical Approach to Disks and OS
Chapter 4 Number Systems
Chapter 5 Introduction of C Programming
Chapter 6 Introduction to Computer Basics
Chapter 7 Necessary DOS Commands
Chapter 8 Disk-BIOS Functions and Interrupts Handling With C
Chapter 9 Handling Large Hard Disks
Chapter 10 Data Recovery From Corrupted Floppy
Chapter 11 Making Backups
Chapter 12 Reading and Modifying MBR with Programming
Chapter 13 Reading and Modifying DBR with Programming
Chapter 14 Programming for “Raw File” Recovery
Chapter 15 Programming for Data Wipers
Chapter 16 Developing more Utilities for Disks
Appendix Glossary of Data Recovery Terms
 
 
Pro Data Doctor

Home

Products

Contact Details

Customer Support

Download Demo

Terms and Conditions

 
Pro Data Doctor