Computer Basics4 - Processing: CPU |
|
|||||
|
| ||||||
|
The CPU, or Central Processing Unit, is the part of the computer where work gets done. In most computers, there is one processing chip. Main Memory stores the commands that the CPU executes and the results. Click on each of the different areas of the diagram. You'll be moved to the description below of that area. Use the Return to Top arrow to come back to the diagram of the System Unit to check out another area. |
|
|||||||||||||||||
|
ALU stands for Arithmetic/Logic Unit This is the part that executes the computer's commands.
The ALU can only do one thing at a time but can work very, very fast. Applications These are the various programs that are currently running on the computer. By taking turns with the Machine Cycle, modern computers can have several different programs running at once. This is called multi-tasking. Each open application has to have some data stored in Main Memory, even if the application is on rest break and is just sitting there. Some programs (graphics programs are notorious for this) require a lot of the Main Memory space, and may not give it up even if they are shut down! Rather rude, actually!! Control Unit This is the part of the computer that controls the Machine Cycle. It takes numerous cycles to do even a simple addition of two numbers.
CPU stands for Central Processing Unit This is the part of the computer that does the "thinking."
Input/Output Storage When you enter new data, the keystrokes must be stored until the computer can do something with the new data. When you want data printed out or displayed, it must be stored somewhere handy first. Main Memory This is where the computer stores the data and commands that are currently being used. When the computer is turned off, all data in Main Memory vanishes. A data storage method of this type is called volatile since the data "evaporates." Note on the left the various kinds of data that are stored.
Operating System This is the instructions that the computer uses to tell itself how it "operates". It's the answer to "Who am I and what can I do?" Some common operating systems are DOS, various versions of Windows, OS/2, UNIX, LINUX, System 7. These all behave in very different ways and have different hardware requirements. So they won't all run on all machines. Only the parts of the operating system that are currently being used will be loaded into Main Memory. Unused Storage One hopes that there is always some storage space that is not in use. If space runs out in Main Memory, the computer will crash, that is, stop working. There are programs that sense when space is getting short and warn the user. The user could then close some of the open applications to free up more space in Main Memory. Sometimes the warning is too late to prevent the crash. Remember that all the data in Main Memory vanishes when the power goes off. Thus a crash can mean a lot of lost work. Working Storage The numbers and characters that are the intermediate results of computer operations must be stored until the final values are calculated. These values "in progress" are kept in temporary locations. For example, if the computer is adding up the numbers 3, 5, and 6, it would first add 3 to 5 which yields a value of 8. The 8 is stored in working storage. Then the 8 and 6 are added and the new value 14 is stored. The value of 14 is now available to be displayed on the screen or to be printed or to be used in another calculation.
~~ 1 Cor. 10:31 ...whatever you do, do it all for the glory of God. ~~ | ||||||||||||||||||