Posts Tagged ‘Control’

Manipulating data in main computer storage

Wednesday, September 1st, 2010

Once data has been recorded in main computer storage, it can be referenced and manipulated. It can be moved to other locations in main computer storage, used in arithmetic operations, compared to other data in storage, or otherwise be processed to prepare the desired output information. This is possible because of the ability of the computer program to direct the electronic circuitry to extract data located at a specific address and use the data for processing.

In a Figure, a segment of the operations required to produce a printed report from data contained in punched cards is shown. Under control of the computer program, the data from the input record is read into main computer storage at a specific address. The fields in the input record area are then moved to the fields in the output area. The instructions causing this to happen will reference both the address of the input fields and the address of the output fields in main computer storage. The fields in the output record area are then written on the report.

The ability to address data stored in main computer storage and process it after it is addressed form the basis of the internal operations in a computer system.



Vintage Computer Manuals



http://vintageomputermanuals.com/



Edmonton 2010 Mazda3



Edmonton 2011 Mazda2

Executing Instructions on a computer

Monday, August 23rd, 2010

The execution of an Instruction on the computer system involves the control unit of the CPU “fetching,” or obtaining, the instruction from main computer storage and placing the instruction in an instruction register. An instruction register is nothing more than a storage area within the control unit of the CPU which can store a single Instruction at a time.
The control unit will also fetch any data required for the execution of the Instruction and place the data in special “registers” which can be referenced by the arithmetic/logic unit of the CPU.
The arithmetic/logic unit of the CPU is then given control. It will per. form the actual execution of the instruction and store the answer in another register.
The control unit will then place the answer into main computer storage.



Vintage Computer Manuals



http://vintageomputermanuals.com/