<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vintage Computer Manuals Blog</title>
	<atom:link href="http://vintageomputermanuals.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vintageomputermanuals.com</link>
	<description>Vintage Computers Blog</description>
	<lastBuildDate>Wed, 01 Sep 2010 12:36:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Manipulating data in main computer storage</title>
		<link>http://vintageomputermanuals.com/19/manipulating-data-main-computer-storage/</link>
		<comments>http://vintageomputermanuals.com/19/manipulating-data-main-computer-storage/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 12:31:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Address]]></category>
		<category><![CDATA[Arithmetic Operations]]></category>
		<category><![CDATA[Computer Manuals]]></category>
		<category><![CDATA[Computer Program]]></category>
		<category><![CDATA[Computer Storage]]></category>
		<category><![CDATA[Computer System]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Control Data]]></category>
		<category><![CDATA[Data Storage]]></category>
		<category><![CDATA[Edmonton]]></category>
		<category><![CDATA[Electronic Circuitry]]></category>
		<category><![CDATA[Input Fields]]></category>
		<category><![CDATA[Input Record]]></category>
		<category><![CDATA[Internal Operations]]></category>
		<category><![CDATA[Main Computer]]></category>
		<category><![CDATA[Mazda2]]></category>
		<category><![CDATA[Mazda3]]></category>
		<category><![CDATA[Punched Cards]]></category>
		<category><![CDATA[Segment]]></category>
		<category><![CDATA[Vintage Computer]]></category>

		<guid isPermaLink="false">http://vintageomputermanuals.com/?p=19</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>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.</p>
<p>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.</p>
<p><em><br />
</em><br />
<a href="http://vintageomputermanuals.com/">Vintage Computer Manuals</a></p>
<p><em><br />
</em><br />
<a href="http://vintageomputermanuals.com/">http://vintageomputermanuals.com/</a></p>
<p><em><br />
</em><br />
<a href="http://www.autoworldmazda.com/">Edmonton 2010 Mazda3</a><a></a></p>
<p><a><em><br />
</em><br />
</a><a href="http://www.autoworldmazda.com/">Edmonton 2011 Mazda2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vintageomputermanuals.com/19/manipulating-data-main-computer-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use of main computer storage</title>
		<link>http://vintageomputermanuals.com/17/main-computer-storage/</link>
		<comments>http://vintageomputermanuals.com/17/main-computer-storage/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 10:59:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Area Code 212]]></category>
		<category><![CDATA[Area Code 714]]></category>
		<category><![CDATA[Area Codes]]></category>
		<category><![CDATA[Computer Manuals]]></category>
		<category><![CDATA[Computer Program]]></category>
		<category><![CDATA[Computer Programmer]]></category>
		<category><![CDATA[Computer Storage]]></category>
		<category><![CDATA[Computer Terminal]]></category>
		<category><![CDATA[Consequences]]></category>
		<category><![CDATA[Input Device]]></category>
		<category><![CDATA[Letter Of The Alphabet]]></category>
		<category><![CDATA[Main Computer]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Storage Computer]]></category>
		<category><![CDATA[Storage Locations]]></category>
		<category><![CDATA[Vintage Computer]]></category>

		<guid isPermaLink="false">http://vintageomputermanuals.com/?p=17</guid>
		<description><![CDATA[When a number, letter of the alphabet or special character is read from an input device into main computer storage or is moved from one location to another, the character is stored using its assigned bit configuration. Once a character or bit configuration has been stored in a location in main computer storage, it will [...]]]></description>
			<content:encoded><![CDATA[<p>When a number, letter of the alphabet or special character is read from an input device into main computer storage or is moved from one location to another, the character is stored using its assigned bit configuration. Once a character or bit configuration has been stored in a location in main computer storage, it will remain in that location until another character is placed in the same location.<br />
This feature of main computer storage has two important consequences. First, once data is placed in a location in storage, it will remain there until changed. This allows the program to reference the data for any processing which might be required while the program is being executed.<br />
Second, since data which is moved to or read into a particular location in storage replaces the data which was stored there, a single set of instructions in a computer program which reference particular locations in main computer storage can be used to process many different records which would each be stored in the same storage locations as they are processed. This ability enables a computer programmer to write one sequence of instructions which can process hundreds or thousands of different records.<br />
Figure 4-10 illustrates the processing that occurs as a series of area codes are entered into computer storage from a computer terminal. The first area code, 212, is entered from the terminal and is stored at storage locations 6000, 6001, and 6002. The field, once in storage, would then be processed as required.<br />
When the second area code, 714, is entered from the terminal, it is also stored in storage locations 6000, 6001, and 6002. It replaces the value 212 which was previously stored in these locations. Area code 714 can then be processed by the same instructions which processed area code 212.</p>
<p><em><br />
</em><br />
<a href="http://vintageomputermanuals.com/">Vintage Computer Manuals</a></p>
<p><em><br />
</em><br />
<a href="http://vintageomputermanuals.com/">http://vintageomputermanuals.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vintageomputermanuals.com/17/main-computer-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Executing Instructions on a computer</title>
		<link>http://vintageomputermanuals.com/14/executing-instructions-computer/</link>
		<comments>http://vintageomputermanuals.com/14/executing-instructions-computer/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 18:32:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Arithmetic Logic Unit]]></category>
		<category><![CDATA[Computer Manuals]]></category>
		<category><![CDATA[Computer Storage]]></category>
		<category><![CDATA[Computer System]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Control Unit]]></category>
		<category><![CDATA[Execution]]></category>
		<category><![CDATA[Main Computer]]></category>
		<category><![CDATA[Registers]]></category>
		<category><![CDATA[Storage Area]]></category>
		<category><![CDATA[Storage Computer]]></category>
		<category><![CDATA[Vintage Computer]]></category>

		<guid isPermaLink="false">http://vintageomputermanuals.com/?p=14</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.<br />
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.<br />
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.<br />
The control unit will then place the answer into main computer storage.</p>
<p><em><br />
</em><br />
<a href="http://vintageomputermanuals.com/">Vintage Computer Manuals</a></p>
<p><em><br />
</em><br />
<a href="http://vintageomputermanuals.com/">http://vintageomputermanuals.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vintageomputermanuals.com/14/executing-instructions-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The central processing unit</title>
		<link>http://vintageomputermanuals.com/9/central-processing-unit/</link>
		<comments>http://vintageomputermanuals.com/9/central-processing-unit/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 20:56:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Addition Subtraction]]></category>
		<category><![CDATA[Arithmetic Logic Unit]]></category>
		<category><![CDATA[Arithmetic Operations]]></category>
		<category><![CDATA[Central Processing Unit]]></category>
		<category><![CDATA[Central Processing Unit Cpu]]></category>
		<category><![CDATA[Computer Manuals]]></category>
		<category><![CDATA[Computer Program]]></category>
		<category><![CDATA[Computer Storage]]></category>
		<category><![CDATA[Computer System]]></category>
		<category><![CDATA[Electronic Circuitry]]></category>
		<category><![CDATA[Input Output]]></category>
		<category><![CDATA[Logic Control]]></category>
		<category><![CDATA[Logical Operations]]></category>
		<category><![CDATA[Main Computer]]></category>
		<category><![CDATA[Major Components]]></category>
		<category><![CDATA[Multiplication And Division]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Output Operations]]></category>
		<category><![CDATA[Processor Unit]]></category>
		<category><![CDATA[Storage Control]]></category>
		<category><![CDATA[Tions]]></category>
		<category><![CDATA[Vintage Computer]]></category>

		<guid isPermaLink="false">http://vintageomputermanuals.com/?p=9</guid>
		<description><![CDATA[Instructions stored in main computer storage control the operations which occur within the central processing unit. The central processing unit (CPU) is the heart of the computer system. It contains the electronic circuitry which actually causes processing to occur. The CPU interprets the instructions in a computer program, performs the calculations and the moving of [...]]]></description>
			<content:encoded><![CDATA[<p>Instructions stored in main computer storage control the operations which occur within the central processing unit. The central processing unit (CPU) is the heart of the computer system. It contains the electronic circuitry which actually causes processing to occur. The CPU interprets the instructions in a computer program, performs the calculations and the moving of data as specified by the program, and controls the input/output operations of the system.</p>
<p>The central processing unit, of course, is a part of the processor unit. The CPU consists of two major components: the arithmetic/logic unit and the control unit.</p>
<p>The arithmetic/logic unit contains the electronic circuitry necessary to perform arithmetic operations such as addition, subtraction, multiplication, and division. It also contains the circuitry required to perform logical operations such as comparing one number to another and indicating the results of that comparison.</p>
<p>The control unit directs and coordinates the entire computer system. Its tasks Include controlling the Input/output units, controlling the opera tions of the arithmetic/logic unit in the CPU, and transferring data to and from main computer storage.</p>
<p>&lt;em&gt;<br />
&lt;/em&gt;<br />
&lt;a href=&#8221;http://vintageomputermanuals.com/&#8221;&gt;Vintage Computer Manuals&lt;/a&gt;</p>
<p>&lt;em&gt;<br />
&lt;/em&gt;<br />
&lt;a href=&#8221;http://vintageomputermanuals.com/&#8221;&gt;http://vintageomputermanuals.com/&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://vintageomputermanuals.com/9/central-processing-unit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computer instructions</title>
		<link>http://vintageomputermanuals.com/5/computer-instructions/</link>
		<comments>http://vintageomputermanuals.com/5/computer-instructions/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 22:42:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Basic Elements]]></category>
		<category><![CDATA[Byte]]></category>
		<category><![CDATA[Computer Electronics]]></category>
		<category><![CDATA[Computer Instruction]]></category>
		<category><![CDATA[Computer Instructions]]></category>
		<category><![CDATA[Computer Manuals]]></category>
		<category><![CDATA[Computer Program]]></category>
		<category><![CDATA[Computer Storage]]></category>
		<category><![CDATA[Computer System]]></category>
		<category><![CDATA[Computer Systems]]></category>
		<category><![CDATA[Different Computer]]></category>
		<category><![CDATA[Digit Field]]></category>
		<category><![CDATA[Digits]]></category>
		<category><![CDATA[Electronic Circuitry]]></category>
		<category><![CDATA[Electronic Circuits]]></category>
		<category><![CDATA[Language Instruction]]></category>
		<category><![CDATA[Letter Of The Alphabet]]></category>
		<category><![CDATA[Machine Language Instructions]]></category>
		<category><![CDATA[Main Computer]]></category>
		<category><![CDATA[Processor Unit]]></category>
		<category><![CDATA[Vintage Computer]]></category>

		<guid isPermaLink="false">http://vintageomputermanuals.com/?p=5</guid>
		<description><![CDATA[The operations performed by a computer are controlled by a computer program. A computer program consists of instructions to the electronics of the computer system to process data in some manner. Program instructions are stored in main computer storage as machine language instructions which the electronic circuits of the computer system can interpret and execute. [...]]]></description>
			<content:encoded><![CDATA[<p>The operations performed by a computer are controlled by a computer program. A computer program consists of instructions to the electronics of the computer system to process data in some manner. Program instructions are stored in main computer storage as machine language instructions which the electronic circuits of the computer system can interpret and execute. A Knowledge of the basic characteristics of machine language instructions is useful in understanding how a computer operates.</p>
<p>A machine language instruction is composed of: 1) An operation code; 2) Values indicating the number of characters to be processed by the instruction; 3) The addresses of the data to be used in the processing.</p>
<p>The operation code is a unique value which is typically stored in a single byte. This unique value indicates to the computer electronics what operation is to occur. For example, the letter of the alphabet “A” stored as the operation code might indicate that an addition operation is to occur. The letter “0” might mean that division is to take place.</p>
<p>The number of characters to be processed must be included in a computer instruction so that the electronic circuitry of the processor unit will reference the proper number of digits in the field to be processed. For example, if a four digit field were to be added to another four digit field, the number of characters specified in the instruction for each field would be four.</p>
<p>The locations of the fields involved in the operation must be specified in the instruction. This enables the circuitry to identify where in storage the data to be processed is located.</p>
<p>Although the formats of computer instructions vary a great deal between different computer systems, the basic elements of operation code, number of characters to process, and the addresses of the data to be processed will almost always be present.</p>
<p>&lt;em&gt;<br />
&lt;/em&gt;<br />
&lt;a href=&#8221;http://vintageomputermanuals.com/&#8221;&gt;Vintage Computer Manuals&lt;/a&gt;</p>
<p>&lt;em&gt;<br />
&lt;/em&gt;<br />
&lt;a href=&#8221;http://vintageomputermanuals.com/&#8221;&gt;http://vintageomputermanuals.com/&lt;/a&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://vintageomputermanuals.com/5/computer-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
