Octal: Difference between revisions

Content added Content deleted
(→‎Uses: Unix file permissions)
Line 6: Line 6:
The octal number system was used widely in the Electronics and Computer Industry, as although digital electronics is based on gates with only two states and is therefore fundamentally binary, binary numbers can quickly become long and hard to transcribe without errors. Their octal equivalents are much shorter and easier to remember, and have a straight-forward way of conversion to/from binary.
The octal number system was used widely in the Electronics and Computer Industry, as although digital electronics is based on gates with only two states and is therefore fundamentally binary, binary numbers can quickly become long and hard to transcribe without errors. Their octal equivalents are much shorter and easier to remember, and have a straight-forward way of conversion to/from binary.


[http://en.wikipedia.org/wiki/Pdp-11 PDP-11] of [http://en.wikipedia.org/wiki/Digital_Equipment_Corporation DEC] used exclusively octal numeric system for memory addresses and content.
The [http://en.wikipedia.org/wiki/Pdp-11 PDP-11] computer made by the [http://en.wikipedia.org/wiki/Digital_Equipment_Corporation Digital Equipment Corporation] used the octal numeric system exclusively for displaying memory addresses and content.


[[Unix]] file system permissions have three sets (user, group, others) of three bit permissions (read, write, execute), which is naturally represented in octal.
[[Unix]] file system permissions have three sets (user, group, others) of three bit permissions (read, write, execute), which is naturally represented in octal.