answersLogoWhite

0


Best Answer

ALU stands for arithmetic and logic unit. The ALU does complex calculations, so by having two it gets the job done faster. This may not really make a difference if your an average user, although if you do AutoCAD and stuff that requires rendering then it will make a HUGE difference.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between multiprocessing using two ALUs and multitasking using one ALU?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Did you can calculate VLSM in class A ip address?

There is no difference between using class a or an other


What is the difference between using open authentication and pre-shared keys?

Open authentication requires a password. Pre-shared keys do not require a password.


What is the difference between gstarcad standard and gstarcad professional?

Trial Version has the same function as Authorized Version. The only difference is the trial using term. You have 30 days' full functional evaluation on our CAD software. After that, can not save the file.


What are three ways of accomplishing multiprocessing on a computer?

This is accomplished by several means, including two processing units installed on the same die (used by Pentium processors), a motherboard using two processor sockets (supported by Xeon processors), and two processors installed in the same processor housing (called dual-core processing).


What are the basic difference between online and real time operating system?

In a simple timeshare operating system all processes receive a time "slice", meaning that a process can run for a specified amount of time, typically measured in fractions of a second. In a simple realtime operating system, all processes are assigned a process "priority" If a process is ready to run and it has a higher priority than other processes, the process has control of the CPU until the process gets to a point that it is no longer "ready". That can mean that the process is waiting for I/O or for the completion of some event. If multiple process with higher and equal priority are "ready", the CPU is typically shared between them, using some kind of timesharing. Most of todays operating systems use a blending of the concepts.

Related questions

What is the process of using or controlling two or more windows at a time?

multitasking


How did the ancient Romans tell the difference between days and months?

The Romans told the difference between days and months by using a calendar, just as we do.The Romans told the difference between days and months by using a calendar, just as we do.The Romans told the difference between days and months by using a calendar, just as we do.The Romans told the difference between days and months by using a calendar, just as we do.The Romans told the difference between days and months by using a calendar, just as we do.The Romans told the difference between days and months by using a calendar, just as we do.The Romans told the difference between days and months by using a calendar, just as we do.The Romans told the difference between days and months by using a calendar, just as we do.The Romans told the difference between days and months by using a calendar, just as we do.


Can you enable home screen wallpapers and multitasking on iOS 4.0 iPod touch using a jailbreak after your iPods already updated. As in not using the original update file but to plug in and jailbreak?

With RedSn0w there is the option (when jailbreaking) to add multitasking and a homescreen wallpaper.


How do you find the distance between two integers using the difference?

The difference (greater minus lesser) is the distance between them.


What is the difference between speed and rate?

The difference is, speed is how much you are going or using but rate is how much you have been going or using.


What is the difference between an LCD monitor using a VGA 15 PIN port and using dvi-d plug?

What is the difference between an LCD monitor using a VGA 15 PIN port and using dvi-d plug?


What is the difference between timesharing and multiprocessing?

Multiprocessing is a generic term for the use of two or more central processing units (CPUs) within a single computer system. There are many variations on this basic theme, and the definition of multiprocessing can vary with context, mostly as a function of how CPUs are defined. The term multiprocessing is sometimes used to refer to the execution of multiple concurrent software processes in a system as opposed to a single process at any one instant. However, the term multiprogramming is more appropriate to describe this concept, which is implemented mostly in software, whereas multiprocessing is more appropriate to describe the use of multiple hardware CPUs. A system can be both multiprocessing and multiprogramming, only one of the two, or neither of the two. Time-sharing refers to sharing a computing resource among many users by multitasking. Because early mainframes and minicomputers were extremely expensive, it was rarely possible to allow a single user exclusive access to the machine for interactive use. But because computers in interactive use often spend much of their time idly waiting for user input, it was suggested that multiple users could share a machine by using one user's idle time to service other users. Similarly, small slices of time spent waiting for disk, tape, or network input could be granted to other users. Computers capable of providing time-sharing services would often operate in batch mode overnight.


What is the difference between hearing and sight?

Hearing is audio, using your ears. Sight is visual, using your eyes.


What is the difference between a heterotrophic and a autotrophic?

Whats the difference between autotroph and a heterotroph?


What is the difference between human and animal communications?

The difference is that humans speak using words and body language and animals speak using body language and noises.


When would you use a Linux multiprocessing system?

When you are using a computer with multiple processors. This is common in servers and workstations, and increasingly common in home desktop computers as well.


Multithreaded programming vs multiprocess?

Multitasking is a method for multiple tasks to share a single resource, like a CPU. This is usually accomplished in software via special programming.Multiprocessing is the use of multiple CPUs in the same computer and the method of splitting tasks between them. This is usually done with hardware on the motherboard.