A numbering system that uses eight digits. It is used as a shorthand method for representing binary characters that use six-bits. Each three bits (half a character) is converted into a single octal digit. Okta is Greek for 8.
Decimal Binary Octal
0 000 0
1 001 1
2 010 2
3 011 3
4 100 4
5 101 5
6 110 6
7 111 7
The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Numerals can be made from binary numerals by grouping consecutive digits into groups of three (starting from the right). For example, the binary representation for decimal 74 is 1001010, which groups into 001 001 010 — so the octal representation is 112.
In decimal systems each decimal place is a base of 10. For example:
In octal numerals each place is a power with base 8. For example:
By performing the calculation above in the familiar decimal system we see why 112 in octal is equal to 64+8+2 = 74 in decimal.
Octal is sometimes used in computing instead of hexadecimal.
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2009
(96)
-
▼
February
(23)
- Facebook Backs Down over Rights Issue
- Online Child Abuse Images Warning
- Doctor of Philosophy
- Development of the Internet
- Plastic Chemical Stays Longer in Body
- Microsoft Steps Up Browser Battle
- Britain Turns To Games And DVDs
- Two Nepalese Americans founded a new search engine
- Earth-Like Planets in Our Galactic Nneighborhood
- To my forever loved…
- What is the fullform of UPS,CPU,DVD,WYSIWYG,DTP?
- All About Monitors
- Some mail address
- Charles Darwin
- ह्याप्पी बर्थ डे फेसबुक
- CSC 100 – Numbering Systems Supplementary Notes
- octal number system
- binary number system
- decimal system
- Practical Guide to Binary, Decimal and Hexadecimal...
- Numbering systems tutorial
- Computer Number Systems
- Convert the following decimal (base 10) numbers to...
-
▼
February
(23)
No comments:
Post a Comment