uccser/cs-field-guide

View on GitHub
csfieldguide/chapters/content/en/glossary/octal.md

Summary

Maintainability
Test Coverage
# Octal

The base 8 number system.
Like hexadecimal, it is significant to computer scientists as it allows a shorthand notation for writing binary numbers.
Octal assigns a digit to each possible 3 bit pattern.