ArticleslgStudy

computer science

Single-core

Single-core 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 Single-core rather than just read about it. In short: A single-core processor is a microprocessor with a single CPU on its die. It performs the fetch-decode-execute cycle one at a time, as it only runs on one thread.

Key takeaways

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

Reference excerpt

A single-core processor is a microprocessor with a single CPU on its die. It performs the fetch-decode-execute cycle one at a time, as it only runs on one thread. A computer using a single core CPU is generally slower than a multi-core system. Single core processors used to be widespread in desktop computers, but as applications demanded more processing power, the slower speed of single core systems became a detriment to performance. Windows supported single-core processors up until the release of Windows 11, where a dual-core processor is required. Single core processors are still in use in some niche circumstances. Some older legacy systems like those running antiquated operating systems (e.g. Windows 98) cannot gain any benefit from multi-core processors. Single core processors are also used in hobbyist computers like the Raspberry Pi and Single-board microcontrollers. The production of single-core desktop processors ended in 2013 with the Celeron G440, G460, G465 & G470.

Development The first single core processor was the Intel 4004, which was commercially released on November 15, 1971 by Intel. Since then many improvements have been made to single core processors, going from the 740 kHz of the Intel 4004 to the 2 GHz Celeron G470.

Advantages Single core processors draw less power than larger, multi-core processors. Single core processors can be made a lot more cheaply than multi core systems, meaning they can be used in embedded systems.

Disadvantages Single-core processors are generally outperformed by multi-core processors. Single-core processors are more likely to bottleneck with faster peripheral components, as these components have to wait for the CPU to finish its cycle. Single-core processors lack parallelisation, meaning only one application can run at once. This reduces performance as other processes have to wait for processor time, leading to process starvation.

Increasing parallel trend Single-core – one processor on a die. Since about 2012, most smartphone CPUs marketed are no longer single-core; Microcontrollers are still single-core, while there are exceptions. Multi-core processors – a 'few' processors on a die, e.g. 2, 4, 8. Manycore processors – a 'large number' of processors on a die, e.g. 10s, 100s, 1000s. Some specialist ASICs/Accelerators and GPUs fall into this category.

References

Worked examples

Example 1 — a first encounter with Single-core

Start with the simplest possible case. Write down what Single-core 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 Single-core 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 Single-core 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 Single-core

In research
Single-core 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 Single-core 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
Single-core is common in secondary-school and first-year university syllabi. It links to neighbouring topics Computer architecture, Flynn's taxonomy, Microprocessors, so understanding it makes those chapters shorter.
In everyday life
Look for Single-core 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 “Single-core” →

Affiliate

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

How to study Single-core in 20 minutes

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

Frequently asked questions

What is Single-core in simple terms?

A single-core processor is a microprocessor with a single CPU on its die. It performs the fetch-decode-execute cycle one at a time, as it only runs on one thread.

Why does Single-core 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 Single-core?

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 Single-core.

Tags

  • Computer architecture
  • Flynn's taxonomy
  • Microprocessors

Keep exploring