ArticleslgStudy

computer science

Split octal

Split octal is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Split octal rather than just read about it. In short: Syllabic octal and split octal are two similar notations for 8-bit and 16-bit octal numbers, respectively, used in some historical contexts. Syllabic octal Syllabic octal is an 8-bit octal number representation that was used by English Electric in conjunction with their KDF9 machine in the mid-1960s.

Key takeaways

  • Split octal belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Split octal to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Split octal from memory before moving on to harder problems.

Reference excerpt

Syllabic octal and split octal are two similar notations for 8-bit and 16-bit octal numbers, respectively, used in some historical contexts.

Syllabic octal Syllabic octal is an 8-bit octal number representation that was used by English Electric in conjunction with their KDF9 machine in the mid-1960s. Although the word 'byte' had been coined by the designers of the IBM 7030 Stretch for a group of eight bits, it was not yet well known, and English Electric used the word 'syllable' for what is now called a byte. Machine code programming used an unusual form of octal, known locally as 'bastardized octal'. It represented 8 bits with three octal digits but the first digit represented only the two most-significant bits (with values 0..3), whilst the others the remaining two groups of three bits (with values 0..7) each. A more polite colloquial name was 'silly octal', derived from the official name which was syllabic octal (also known as 'slob-octal' or 'slob' notation,). This 8-bit notation was similar to the later 16-bit split octal notation.

Split octal Split octal is an unusual address notation used by Heathkit's PAM8 and portions of HDOS for the Heathkit H8 in the late 1970s (and sometimes up to the present). It was also used by Digital Equipment Corporation (DEC). Following this convention, 16-bit addresses were split into two 8-bit numbers printed separately in octal, that is base 8 on 8-bit boundaries: the first memory location was "000.000" and the memory location after "000.377" was "001.000" (rather than "000.400"). In order to distinguish numbers in split-octal notation from ordinary 16-bit octal numbers, the two digit groups were often separated by a slash (/), dot (.), colon (:), comma (,), hyphen (-), or hash mark (#). Most minicomputers and microcomputers used either straight octal (where 377 is followed by 400) or hexadecimal. With the introduction of the optional HA8-6 Z80 processor replacement for the 8080 board, the front-panel keyboard got a new set of labels and hexadecimal notation was used instead of octal. Through tricky number alignment the HP-16C and other Hewlett-Packard RPN calculators supporting base conversion can implicitly support numbers in split octal as well.

See also IBM SQUOZE od – Unix octal dump utility DEC RADIX 50 Squawk code Segment:offset addressing

References

Further reading Peacock, Jack (1998-04-22). "Split Octal (was RE: 8080 Trainer - more info)". Archived from the original on 2023-10-16. Retrieved 2023-10-16. "Giving octal a try". AltairClone. 2019. Archived from the original on 2023-10-16. Retrieved 2023-10-16.

Worked examples

Example 1 — a first encounter with Split octal

Start with the simplest possible case. Write down what Split octal claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Split octal before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Split octal ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Split octal

In research
Split octal appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Split octal in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Split octal is common in secondary-school and first-year university syllabi. It links to neighbouring topics Binary arithmetic, Early microcomputers, Positional numeral systems, so understanding it makes those chapters shorter.
In everyday life
Look for Split octal outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Split octal” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Split octal in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Split octal means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Split octal out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Split octal in simple terms?

Syllabic octal and split octal are two similar notations for 8-bit and 16-bit octal numbers, respectively, used in some historical contexts. Syllabic octal Syllabic octal is an 8-bit octal number representation that was used by English Electric in conjunction with their KDF9 machine in the mid-1960…

Why does Split octal matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Split octal?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Split octal.

Tags

  • Binary arithmetic
  • Early microcomputers
  • Positional numeral systems

Keep exploring