Jump to content

Computer multitasking

From Simple English Wikipedia, the free encyclopedia
Revision as of 20:39, 4 December 2012 by 81.61.55.44 (talk) (In Computing)

Multitasking means that a computer can run more than one item of software at the same time. It can also refer to a person who is working on more than one task at the same time (for instance, talking on the telephone while filing papers).

In Computing

Computers with only one Central Processing Unit can only appear to run more than one program. Computer scientists solve the problem that a CPU can only do one thing at a time by programming it so that it switches rapidly between tasks. This happens so rapidly that it appears that the computer is running more than one program at once.This is called a time slice. the multitasking can be real or simulated, if it is simulated it will use timeslice.To manage real multitasking more that one processor is needed ,one for each process functioning at that time. This action is often controlled by the Operating System controlling the hardware of the system.

The more things the computer has to do at once, the more time it has to spend deciding which to give more time to, and the less time each one receives. This tends to make the computer perform its tasks more slowly, unless it uses a multi-core processor.

Other pages