<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6074786342457249530</id><updated>2012-02-16T14:44:01.861-08:00</updated><title type='text'>myX.O.candy</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://xo-candy.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6074786342457249530/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://xo-candy.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>shiela serrano...physics poh ni...</name><uri>http://www.blogger.com/profile/12122668431425833406</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6074786342457249530.post-8792936149000943594</id><published>2009-06-30T03:52:00.000-07:00</published><updated>2009-06-30T04:40:35.155-07:00</updated><title type='text'>Learnings in program development cycle</title><content type='html'>&lt;span style="font-family:lucida grande;font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;&lt;span style="font-family:times new roman;"&gt;In program development cycle, there are certain steps that you must follow in making a computer program which are the following:&lt;br /&gt;a. Review of the programming specifications&lt;br /&gt;b. Program design&lt;br /&gt;c. program coding&lt;br /&gt;d. program testing&lt;br /&gt;e. program documentation&lt;br /&gt;&lt;br /&gt;There are crtain steps followed also in program coding:&lt;br /&gt;a. saving or compiling the program&lt;br /&gt;b. entering the program&lt;br /&gt;c. executing the program&lt;br /&gt;d. review of the program&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;&lt;p&gt;MEANING OF A FLOWCHART&lt;/p&gt; &lt;/b&gt;&lt;/span&gt;  &lt;p&gt;&lt;span style="font-size:100%;"&gt;A flowchart is a diagrammatic representation that illustrates the sequence of operations to be performed to get the solution of a problem. Flowcharts are generally drawn in the early stages of formulating computer solutions. Flowcharts facilitate communication between programmers and business people. These flowcharts play a vital role in the programming of a problem and are quite helpful in understanding the logic of complicated and lengthy problems. Once the flowchart is drawn, it becomes easy to write the program in any high level language. Often we see how flowcharts are helpful in explaining the program to others. Hence, it is correct to say that a flowchart is a must for the better documentation of a complex program.&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:lucida grande;font-size:100%;"&gt;&lt;span style="font-family:times new roman;"&gt;&lt;span style="font-family:times new roman;"&gt;I have learnt that in flowcharting you uses symbols in making a program design unlike in algorithm, we don't use symbols instead we make a well-defined procedure by words only, just like in making a recipe. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In flowcharting, we uses symbols in making a program design which are the following:&lt;br /&gt;&lt;br /&gt;TERMINAL SYMBOL-used for the beggining and at the ending.&lt;br /&gt;&lt;br /&gt;INITIALIZATION SYMBOL-used in introducing something that is not known to the computer meaning it is not  recognized by the program.&lt;br /&gt;&lt;br /&gt;PROCESS SYMBOL-used for manipulating data.&lt;br /&gt;&lt;br /&gt;OUTPUT/INPUT SYMBOL-used for closing and opening of the program.&lt;br /&gt;&lt;br /&gt;DESCISION SYMBOL-used for a conditional statements.&lt;br /&gt;&lt;br /&gt;FLOW SYMBOL-used for directing the flow of the design.&lt;br /&gt;&lt;br /&gt;flowcharting has 3 main purposes:&lt;br /&gt;1. to serve as an efficient means of communication&lt;br /&gt;2. to serve as an analytical tool&lt;br /&gt;3.to seerve as a consice form of documentation&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;p&gt;&lt;span style="font-size:100%;"&gt;Draw a flowchart for computing factorial N (N!) &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:100%;"&gt;Where N! = 1 ´ 2 ´ 3 ´ …… N . &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:100%;"&gt;The required flowchart has been shown in fig 25.4&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-size:100%;"&gt;Answer:&lt;/span&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;span style="font-size:100%;"&gt;&lt;img src="http://www.nos.org/htm/b12.gif" alt="b12.gif (3604 bytes)" width="340" height="480" /&gt;&lt;/span&gt;&lt;/p&gt;&lt;span style="font-size:100%;"&gt;&lt;b&gt;&lt;p&gt;ADVANTAGES OF USING FLOWCHARTS&lt;/p&gt; &lt;/b&gt;&lt;/span&gt;  &lt;p&gt;&lt;span style="font-size:100%;"&gt;The benefits of flowcharts are as follows:   &lt;/span&gt;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Communication: Flowcharts are better way of communicating the logic of a system to all     concerned.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Effective analysis: With the help of flowchart, problem can be analysed in more     effective way.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Proper documentation: Program flowcharts serve as a good program documentation, which is     needed for various purposes.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Efficient Coding: The flowcharts act as a guide or blueprint during the systems analysis     and program development phase.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Proper Debugging: The flowchart helps in debugging process.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:100%;"&gt;Efficient Program Maintenance: The maintenance of operating program becomes easy with     the help of flowchart. It helps the programmer to put efforts more efficiently on that     part &lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6074786342457249530-8792936149000943594?l=xo-candy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xo-candy.blogspot.com/feeds/8792936149000943594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xo-candy.blogspot.com/2009/06/learnings-in-program-development-cycle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6074786342457249530/posts/default/8792936149000943594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6074786342457249530/posts/default/8792936149000943594'/><link rel='alternate' type='text/html' href='http://xo-candy.blogspot.com/2009/06/learnings-in-program-development-cycle.html' title='Learnings in program development cycle'/><author><name>shiela serrano...physics poh ni...</name><uri>http://www.blogger.com/profile/12122668431425833406</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6074786342457249530.post-2797503766479912808</id><published>2009-06-29T17:07:00.000-07:00</published><updated>2009-06-29T17:15:35.259-07:00</updated><title type='text'>learnings in flowcharting</title><content type='html'>In flowcharting, i have learnt that you uses symbols in making an instructions unlike&lt;br /&gt;in algorithm, you uses words in making a well-defined instructions.&lt;br /&gt;In flowcharting, there are certain symbols you use to make a design because like making a blueprint, flowcharting is the design in computer programming. &lt;br /&gt;These are the following:&lt;br /&gt;Terminal symbol-use for&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6074786342457249530-2797503766479912808?l=xo-candy.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://xo-candy.blogspot.com/feeds/2797503766479912808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://xo-candy.blogspot.com/2009/06/learnings-in-flowcharting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6074786342457249530/posts/default/2797503766479912808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6074786342457249530/posts/default/2797503766479912808'/><link rel='alternate' type='text/html' href='http://xo-candy.blogspot.com/2009/06/learnings-in-flowcharting.html' title='learnings in flowcharting'/><author><name>shiela serrano...physics poh ni...</name><uri>http://www.blogger.com/profile/12122668431425833406</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
