About 12-Way Multitask Processing

About 12-Way Multitask Processing thumbnail
Some processors can handle multiple tasks at a time.

Processors are microchips that perform the set of calculations computers require to execute a given task. Processors that can handle up to 12 tasks at a time said to use 12-way multitask processing.

  1. Threads

    • Each set of calculations a processor needs to perform for any given program's function is called a thread. Most advanced programs run multiple threads at a time, with each thread responsible for different program functions.

    Processing Threads

    • Traditionally processors could only work on one thread at a time, so the amount of time the processor would work on each thread was governed by the operating system through a process called CPU scheduling.

    Multitasking

    • Specially designed computer processors can handle working on multiple threads at a time, up to a certain limit. The operating system regulates which threads will fill those slots for how much time. Some processors can handle working on 12 threads at a single time.

Related Searches:

References

  • Photo Credit processor image by Andrzej Włodarczyk from Fotolia.com

Comments

You May Also Like

  • How 12-Way Multitask Processing Works

    When multiple computer programs run at the same time or in parallel, it is referred to as multitasking in computer terminology. When...

  • Comparing Multitask Processing

    Mutlitask processing is the computing term used to describe instances in which two or more computer programs use the same resources on...

  • How to Understand Parallel Processing

    Parallel processing is a method of increasing computing speed by executing sequential program instructions simultaneously on multiple computer processors. By ...

  • About 4-Way Multitasking

    Four-way multitasking is an Intel technology developed to optimize the use of multi-core computers for conducting parallel processing of computer program tasks...

Related Ads

Featured