Octal: Difference between revisions

97 bytes added ,  15 years ago
m
(→‎Uses: Unix file permissions)
 
(One intermediate revision by one other user not shown)
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 [http://en.wikipedia.org/wiki/Pdp-11 PDP-11] ofcomputer made by the [http://en.wikipedia.org/wiki/Digital_Equipment_Corporation DECDigital Equipment Corporation] used exclusivelythe 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.
Line 13:
 
== Comparing counts from zero in different number systems ==
C.f. [[Common number base conversionsformatting]] and [[Common number base parsing]]
Binary
Octal
Anonymous user