<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh">
		<id>https://www.8beauty.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Logic%3A_The_Idea_of_Computer_Programming</id>
		<title>Logic: The Idea of Computer Programming - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="https://www.8beauty.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Logic%3A_The_Idea_of_Computer_Programming"/>
		<link rel="alternate" type="text/html" href="https://www.8beauty.com/wiki/index.php?title=Logic:_The_Idea_of_Computer_Programming&amp;action=history"/>
		<updated>2026-06-29T16:44:31Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.26.4</generator>

	<entry>
		<id>https://www.8beauty.com/wiki/index.php?title=Logic:_The_Idea_of_Computer_Programming&amp;diff=94787&amp;oldid=prev</id>
		<title>CalderCorse2628：新页面: A computer system, as we have seen, is a set of directions that we matter to a computer for it to carry out a task for us. To be able to tell the computer how to proceed, we need to have ...</title>
		<link rel="alternate" type="text/html" href="https://www.8beauty.com/wiki/index.php?title=Logic:_The_Idea_of_Computer_Programming&amp;diff=94787&amp;oldid=prev"/>
				<updated>2013-07-05T23:00:40Z</updated>
		
		<summary type="html">&lt;p&gt;新页面: A computer system, as we have seen, is a set of directions that we matter to a computer for it to carry out a task for us. To be able to tell the computer how to proceed, we need to have ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A computer system, as we have seen, is a set of directions that we matter to a computer for it to carry out a task for us. To be able to tell the computer how to proceed, we need to have the essential idea or actions involved with our mind that would be required to complete our task.This brings us to the concept of 'reason', which infact is the base and core of each computer program that you write - however simple or however complicated the program might be. The reason, in simple terms may be viewed as the 'secret' behind the solution of an issue. It's that step( training) or set of methods that form the most crucial part of this program and is the base of the situation solving.Consider as an example - choosing the average of 5 numbers insight with a individual. What's the first thought that crosses your mind when you think of the answer of this problem? Simple arithmetic tells you, we need to put the figures and separate them by 5. This very action, which forms the primary to the solution of this challenge is infact the 'logic' behind the solution of this task and what our program will be based upon [http://www.facebook.com/jamesbumanglag http://www.www.facebook.com/jamesbumanglag].When we produce a program for the above task, we will&lt;br /&gt;
Take the 5 numbers from the user&lt;br /&gt;
 &lt;br /&gt;
Increase them&lt;br /&gt;
 &lt;br /&gt;
Partition them by 5&lt;br /&gt;
 &lt;br /&gt;
Even as we can clearly see, supply the result back once again to the userOut of these steps, one of the most relevant steps on which depends our entire production and the motion this program works are 3 &amp;amp; 2 - dividing them by 5 and adding the 5 quantities. If we were to change these steps, the entire function and conduct of the system would change.Consider for a minute that we replace steps 2 and 3 by the following:&lt;br /&gt;
Take the 5 figures from the user&lt;br /&gt;
 &lt;br /&gt;
Take the first number &amp;amp; store it in a variable 'SMALLEST'&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Take next number&lt;br /&gt;
 &lt;br /&gt;
Equate to 'SMALLEST'&lt;br /&gt;
 &lt;br /&gt;
If range &lt;br /&gt;
 &lt;br /&gt;
Repeat step less than six for many outstanding 4 numbers&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Provide the result stored in 'SMALLEST' back to the userWhat would you discover here? The primary and last actions are still the same. What we have changed is the key or the 'logic' of the system i.e. after the user has input the 5 numbers, we have changed what we do with the numbers! And this change today gives the smallest number to us from your 5 numbers feedback while the result. That thus becomes a program to obtain the smallest amount from a list of given numbers!Having now seen the value of logic to publish a program, we would next be looking into the various tools that help us draft out the logic before we formulate it into a ready computer program.&lt;/div&gt;</summary>
		<author><name>CalderCorse2628</name></author>	</entry>

	</feed>