octális
Octális refers to the octal numeral system, which is a base-8 numbering system. This means it uses eight distinct symbols to represent numbers, typically the digits 0 through 7. Unlike the more common decimal (base-10) system that uses digits 0-9, or the binary (base-2) system that uses 0 and 1, octal relies solely on these eight digits.
The octal system has historical roots and found practical applications, particularly in early computing. Its convenience
While less prevalent in modern computing compared to hexadecimal (base-16), which groups bits into sets of four,