slovo | definícia |
octal (encz) | octal,osmičkový adj: Zdeněk Brož |
octal (wn) | octal
adj 1: of or pertaining to a number system having 8 as its base;
"an octal digit" |
octal (foldoc) | octal
Number base eight. The octal number
representation uses the digits 0-7 only, with the right-most
digit counting ones, the next counting multiples of 8, then
8^2 = 64, etc. For example, octal 177 is digital 127:
digit weight value
1 8^2 = 64 1* 64 = 64
7 8^1 = 8 7* 8 = 56
7 8^0 = 1 7* 1 = 7
---
127
Octal representation used to be widespread back when many
computers used six-bit bytes, as six-bits can be
conveniently written as a two-digit octal number. Since
nowadays a byte is almost always eight bits long, the octal
system lost most of its appeal to the hexadecimal system.
Octal is still found in the C programming language and its
descendents where it is commonly to represent characters, as
in 'A' = '\101', 101 being octal for 65, the ASCII
character code for 'A'.
For a brief discussion on the word `octal' see hexadecimal.
(2017-12-18)
|
| podobné slovo | definícia |
octal digit (encz) | octal digit, n: |
octal notation (encz) | octal notation, n: |
octal number system (encz) | octal number system, n: |
octal numeration system (encz) | octal numeration system, n: |
proctalgia (encz) | proctalgia, n: |
Pernoctalian (gcide) | Pernoctalian \Per`noc*ta"li*an\, n.
One who watches or keeps awake all night.
[1913 Webster] |
octal digit (wn) | octal digit
n 1: a digit from 0 to 7 in octal notation |
octal notation (wn) | octal notation
n 1: any mathematical notation that uses 8 different characters
(usually the digits 0 to 7) |
octal number system (wn) | octal number system
n 1: a positional system of numeration that uses octal digits
and a radix of eight [syn: octal numeration system,
octal number system] |
octal numeration system (wn) | octal numeration system
n 1: a positional system of numeration that uses octal digits
and a radix of eight [syn: octal numeration system,
octal number system] |
proctalgia (wn) | proctalgia
n 1: pain in the rectum |
octal forty (jargon) | octal forty
/ok'tl for´tee/, n.
Hackish way of saying “I'm drawing a blank.” Octal 40 is the ASCII space
character, 0100000; by an odd coincidence, hex 40 (01000000) is the {
EBCDIC} space character. See wall.
|
|