January 21, 2025

Octal number system

Octal number system

The octal number system is a positional numeral system that uses a base of 8. It is often used in computing, especially in early computer systems and programming languages. In the octal system, digits range from 0 to 7, and each digit’s position represents a power of 8.

Octal numbers are commonly used to represent binary numbers because every three bits in binary can be represented by one octal digit. Each octal digit corresponds to a unique combination of three binary digits (bits). Here’s a table that shows the mapping between binary and octal digits:

BinaryOctal
0000
0011
0102
0113
1004
1015
1106
1117

For example, the octal number 7532 is equivalent to the binary number 111 101 011 010. To convert an octal number to its decimal equivalent, you can multiply each digit by 8 raised to the power of its position and sum up the results.

However, it’s worth noting that octal representation is not as commonly used today in modern computing systems. Hexadecimal (base 16) is more prevalent due to its convenient mapping to binary and its use in representing memory addresses and binary data.

Suggested readings:

First Year B Pharm Notes, Syllabus, Books, PDF Subjectwise/Topicwise

F Y B Pharm Sem-IF Y B Pharm Sem-II
BP101T Human Anatomy and Physiology I TheoryBP201T Human Anatomy and Physiology II – Theory
BP102T Pharmaceutical Analysis I TheoryBP202T Pharmaceutical Organic Chemistry I Theory
BP103T Pharmaceutics I TheoryBP203T Biochemistry – Theory
BP104T Pharmaceutical Inorganic Chemistry TheoryBP204T Pathophysiology – Theory
BP105T Communication skills TheoryBP205T Computer Applications in Pharmacy Theory
BP106RBT Remedial BiologyBP206T Environmental sciences – Theory
BP106RMT Remedial Mathematics TheoryBP207P Human Anatomy and Physiology II Practical
BP107P Human Anatomy and Physiology PracticalBP208P Pharmaceutical Organic Chemistry I Practical
BP108P Pharmaceutical Analysis I PracticalBP209P Biochemistry Practical
BP109P Pharmaceutics I PracticalBP210P Computer Applications in Pharmacy Practical
BP110P Pharmaceutical Inorganic Chemistry Practical
BP111P Communication skills Practical
BP112RBP Remedial Biology Practical