ArticleslgStudy

computer science

Timeline of binary prefixes

Timeline of binary prefixes 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 Timeline of binary prefixes rather than just read about it. In short: This timeline of binary prefixes lists events in the history of the evolution, development, and use of units of measure that are germane to the definition of the binary prefixes by the International Electrotechnical Commission (IEC) in 1998, used primarily with units of information such as the bit and the byte. Historically, computers have used many systems of internal data representation, methods of operating on da…

Key takeaways

  • Timeline of binary prefixes 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 Timeline of binary prefixes to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Timeline of binary prefixes from memory before moving on to harder problems.

Reference excerpt

This timeline of binary prefixes lists events in the history of the evolution, development, and use of units of measure that are germane to the definition of the binary prefixes by the International Electrotechnical Commission (IEC) in 1998, used primarily with units of information such as the bit and the byte. Historically, computers have used many systems of internal data representation, methods of operating on data elements, and data addressing. Early decimal computers included the ENIAC, UNIVAC 1, IBM 702, IBM 705, IBM 650, IBM 1400 series, and IBM 1620. Early binary addressed computers included Zuse Z3, Colossus, Whirlwind, AN/FSQ-7, IBM 701, IBM 704, IBM 709, IBM 7030, IBM 7090, IBM 7040, IBM System/360, and the DEC PDP-1, PDP-4, PDP-5, and PDP-6. Decimal systems typically had memory configured in whole decimal multiples, e.g., blocks of 100 and later 1000. The unit abbreviation 'K' or 'k' if it was used, represented multiplication by 1000. Binary memory had sizes of powers of two or small multiples thereof. In this context, 'K' or 'k' was sometimes used to denote multiples of 1024 units or just the approximate size, e.g., either '64K' or '65K' for 65536 (216).

1790s

1793 The French Commission temporaire de Poids & Mesures rêpublicaines, Décrets de la Convention Nationale, proposes the binary prefixes double and demi, denoting a factor of 2 (21) and 1⁄2 (2−1), respectively, in 1793.

1795 The prefixes double and demi are part of the original metric system adopted by France (with kilo for 1000) in 1795. These were not retained when the decadic SI prefixes were internationally adopted by the 11th CGPM conference in 1960.

1870s The British Science Association established metric prefix "mega-" in 1873.

1930s Metric prefixes "kilo-" (established 1795) and "mega-" (established 1873) are widely used as decimal multipliers 1,000 and 1,000,000 for units of frequency and impedance in the electronics industry. The Committee of the Verband Deutscher Elektrotechniker publishes suggested names and symbols for the metric prefixes with decimal meaning, i.e., giga (G = 109) and tera (T = 1012).

1940s

1943–1944 J. W. Tukey coins the word "bit" as a contraction of "binary digit".

1947 "The Whirlwind I Computer is planned with a storage capacity of 2048 numbers of 16 binary digits each."

1948 Tukey's "bit" is referenced in the work of information theorist Claude Shannon.

1950s In the 1950s, "1 kilobit" meant 1000 bits: "In the '50s, amazingly enough—and only total coincidence—I actually was given the job of writing the operational specifications [...] for what was called cross telling. They handed me this thing and said, 'You're going to define how the hand-over process works between direction centers', [...] and I had no idea what they were talking about. But we had [...] one-kilobit lines connecting the direction centers and I thought, 'Good God! 1000 bits a second. Well, we'll surely be able to figure out something to do with that.'" — Saverah Warenstein, former programmer at Lincoln Laboratory, IBM

1952 The first magnetic core memory, from the IBM 405 Alphabetical Accounting Machine, is tested successfully in April 1952. (The image shows 10 × 12 cores; presumably one of 8) "Teaming up with a more experienced engineer, [Mike Haynes] built a core memory with just enough capacity to store all the information in an IBM punched card: 960 bits in an 80 × 12 array. In May 1952 it was successfully tested as a data buffer between a Type 405 alphabetical accounting machine and a Type 517 summary punch. This first functional test of a ferrite core memory was made in the same month that a four-times smaller 16 × 16-bit ferrite core array was successfully tested at MIT." The IBM 701, a binary-addressed computer containing 72 Williams tubes of 1024 bits each, is released in April. Principles of Operation Type 701 does not use prefixes with lengths of words or size of storage. For example, it specifies that memory tubes hold 2048 words each. The IBM 737 optional magnetic core storage stores 4096 36-bit words. Each plane stored 64 × 64 = 4096 bits.

1955 The IBM 704 (a binary machine) manual uses decimal arithmetic for powers of two, without prefixes "Magnetic core storage units are available with capacities of either 4096 or 32768 core storage registers; or two magnetic core storage units, each with a capacity of 4096 core storage registers, may be used. Thus, magnetic core storage units are available to give the calculator a capacity of 4096, 8192, or 32768 core storage registers." "Each drum has a storage capacity of 2048 words."

1956 The IBM 702 (a decimally addressed machine) Preliminary Manual of Information uses decimal arithmetic for powers of ten, without prefixes. "Electrostatic memory is the principal storage medium within the machine. It consists of cathode ray tubes which can store up to 10000 characters of information in the form of electrostatic charges ... Additional storage, as required, may be provided through the use of magnetic drum storage units, each having a capacity of 60000 characters." "A character may be a letter of the alphabet, a decimal number, or any of eleven different punctuation marks or symbols used in report printing." "Each one of the 10000 positions of memory is numbered from 0000 to 9999 and each stored character must occupy one of these positions." (page 8) The word byte, meaning eight bits, is coined by Dr. Werner Buchholz in June 1956, during the early design phase for the IBM Stretch computer. IBM 650 RAMAC (a decimal addressed machine) announcement "The 650 RAMAC combines the IBM 650 Magnetic Drum Data Processing Machine with a series of disk memory units which are capable of storing a total of 24-million digits. The 305 RAMAC is an entirely new machine which contains its own input and output devices and processing unit as well as a built-in 5-million-digit disk memory."

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Timeline of binary prefixes

Start with the simplest possible case. Write down what Timeline of binary prefixes 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 Timeline of binary prefixes 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 Timeline of binary prefixes 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 Timeline of binary prefixes

In research
Timeline of binary prefixes 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 Timeline of binary prefixes 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
Timeline of binary prefixes is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computing timelines, Units of information, so understanding it makes those chapters shorter.
In everyday life
Look for Timeline of binary prefixes 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.

Affiliate

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

How to study Timeline of binary prefixes in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Timeline of binary prefixes 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 Timeline of binary prefixes out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Timeline of binary prefixes in simple terms?

This timeline of binary prefixes lists events in the history of the evolution, development, and use of units of measure that are germane to the definition of the binary prefixes by the International Electrotechnical Commission (IEC) in 1998, used primarily with units of information such as the bit…

Why does Timeline of binary prefixes 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 Timeline of binary prefixes?

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 Timeline of binary prefixes.

Tags

  • Computing timelines
  • Units of information

Keep exploring