<?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-3051296828524261253</id><updated>2012-02-16T17:35:38.564-08:00</updated><title type='text'>COMPUTER  PROGRAMMING</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://comprogramingsl.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3051296828524261253/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://comprogramingsl.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Pasan Rajitha Weerasekera</name><uri>http://www.blogger.com/profile/07139065269302899651</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>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3051296828524261253.post-6049641312477718283</id><published>2008-06-22T08:43:00.001-07:00</published><updated>2008-06-22T08:43:57.471-07:00</updated><title type='text'>What is Computer Program?</title><content type='html'>A computer program is a sequence of instructions that can be executed by a computer (CPU) that performs a certain task intentioned by the programmer.&lt;br /&gt;&lt;br /&gt;Software&lt;br /&gt;•         Software makes a computer intelligent.&lt;br /&gt;•         Software are also known as programs.&lt;br /&gt;•         Microsoft Word, Microsoft Windows are examples of Software.&lt;br /&gt;•         Software is developed using programming languages.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Generation of Computer Languages&lt;br /&gt;&lt;br /&gt;[1] First Generation Programming Languages&lt;br /&gt;•         Used codes directly understandable by CPU.&lt;br /&gt;•         Machine Language used from 1940&lt;br /&gt;•         Instructions and data are in Binary digits (1s and 0s).&lt;br /&gt;&lt;br /&gt;[2] Second  Generation Programming Languages&lt;br /&gt;&lt;br /&gt;•         Assembly Language from 1950&lt;br /&gt;•         Used simple English words instead of numerical instruction codes.&lt;br /&gt;•         These words were called mnemonics.&lt;br /&gt;•         Instructions given using&lt;br /&gt;            mnemonics were translated&lt;br /&gt;            to machine code using&lt;br /&gt;            assemblers.&lt;br /&gt;&lt;br /&gt; [3] Third  Generation Programming Languages&lt;br /&gt;•           Introduced in the late 1950&lt;br /&gt;•         Closer to English and Mathematics.&lt;br /&gt;•         High Level Programming Languages.&lt;br /&gt;•         Easy to learn and program.&lt;br /&gt;•         Computer cannot understand programs written in High Level Languages.&lt;br /&gt;•         A translator is needed to convert the program into machine code.&lt;br /&gt;•         Most Languages used today are third generation Languages.&lt;br /&gt;[4] Fourth  Generation Programming Languages&lt;br /&gt;•           Programming Languages used in a small and very highly specialized application domain.&lt;br /&gt;•         Non-procedural languages (Ex: SQL)&lt;br /&gt;•         For example, a SCREEN PAINTER, a REPORT GENERATOR and an QUERY LANGUAGE are all examples of "pure" fourth generation languages.&lt;br /&gt;&lt;br /&gt;[5] Fifth Generation Programming Languages&lt;br /&gt;&lt;br /&gt;•         Languages which use syntax like Natural Languages&lt;br /&gt;•         Languages which use Artificial Intelligence (AI)&lt;br /&gt;&lt;br /&gt;Best Programming Languages.&lt;br /&gt;&lt;br /&gt;VB.NET, JAVA, Visual Basic,C++,C#, C++.NET, ASP.NET,PHP,……&lt;br /&gt;&lt;br /&gt;Best Databases&lt;br /&gt;&lt;br /&gt;SQL Server,Oracle,Foxpro,MS Access,….&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3051296828524261253-6049641312477718283?l=comprogramingsl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://comprogramingsl.blogspot.com/feeds/6049641312477718283/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3051296828524261253&amp;postID=6049641312477718283' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3051296828524261253/posts/default/6049641312477718283'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3051296828524261253/posts/default/6049641312477718283'/><link rel='alternate' type='text/html' href='http://comprogramingsl.blogspot.com/2008/06/what-is-computer-program.html' title='What is Computer Program?'/><author><name>Pasan Rajitha Weerasekera</name><uri>http://www.blogger.com/profile/07139065269302899651</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-3051296828524261253.post-1916562272408501274</id><published>2008-06-22T08:42:00.001-07:00</published><updated>2008-06-22T08:42:47.182-07:00</updated><title type='text'>Systems Analysis &amp; Design</title><content type='html'>Refers to the process of examining business situation with the intention of improving it through better methods.&lt;br /&gt;&lt;br /&gt;Systems Development Life Cycle (SDLC)&lt;br /&gt;&lt;br /&gt;Basic Principles of Systems Development&lt;br /&gt;&lt;br /&gt;n      The system is for the end user (EX: ATM)&lt;br /&gt;n      Break the process in to several parts &amp;amp; determine the costs &amp;amp; duration&lt;br /&gt;n      Documentations should be prepared in end of every phase &lt;br /&gt;n      Benefits should be greater than costs&lt;br /&gt;n      Designed system should be able to cope with the changes&lt;br /&gt;n      &lt;br /&gt;Stages of SDLC&lt;br /&gt;&lt;br /&gt;n      Feasibility&lt;br /&gt;n      Analysis&lt;br /&gt;n      Design&lt;br /&gt;n      Implementation&lt;br /&gt;n      Maintenance&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3051296828524261253-1916562272408501274?l=comprogramingsl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://comprogramingsl.blogspot.com/feeds/1916562272408501274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3051296828524261253&amp;postID=1916562272408501274' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3051296828524261253/posts/default/1916562272408501274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3051296828524261253/posts/default/1916562272408501274'/><link rel='alternate' type='text/html' href='http://comprogramingsl.blogspot.com/2008/06/systems-analysis-design.html' title='Systems Analysis &amp; Design'/><author><name>Pasan Rajitha Weerasekera</name><uri>http://www.blogger.com/profile/07139065269302899651</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-3051296828524261253.post-5525846866697831343</id><published>2008-06-22T08:39:00.000-07:00</published><updated>2008-08-01T22:53:28.887-07:00</updated><title type='text'>Testing and Debugging the Program</title><content type='html'>Once the program has been typed in to the computer,&lt;br /&gt;you are ready to see if it really works.&lt;br /&gt;&lt;br /&gt;The process of finding and correcting any errors is called Debugging.&lt;br /&gt;&lt;br /&gt;Program errors&lt;br /&gt;&lt;br /&gt;• Once coding is complete, you will enter the program to the computer.&lt;br /&gt;• Then the computer will convert it to the machine language and then compile it by using any compiler.&lt;br /&gt;• Compilation means converting the source code in to a machine language.&lt;br /&gt;&lt;br /&gt;Types of program errors&lt;br /&gt;&lt;br /&gt;q Syntax errors&lt;br /&gt;q Logical errors&lt;br /&gt;q Runtime errors&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;FACT FINDING TECHNIQUES&lt;br /&gt;&lt;br /&gt;1) Interviewing&lt;br /&gt;2) Observation&lt;br /&gt;3) Questionnaires&lt;br /&gt;4) JAD&lt;br /&gt;&lt;br /&gt;&lt;p style="font-family: verdana;font-size: 12px;color: #333333;text-decoration: none;" &gt;&lt;a alt="Map IP Address" href="http://www.ip2map.com"&gt;&lt;img border="0" alt="Map IP Address" src="http://www.ip2map.com/ip2map.gif"&gt;&lt;/a&gt;&lt;br&gt;Powered by&lt;a alt="IP Address" href="http://www.ip2location.com" style="font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #0066CC;text-decoration: underline;"&gt;IP2Location.com&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3051296828524261253-5525846866697831343?l=comprogramingsl.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://comprogramingsl.blogspot.com/feeds/5525846866697831343/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3051296828524261253&amp;postID=5525846866697831343' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3051296828524261253/posts/default/5525846866697831343'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3051296828524261253/posts/default/5525846866697831343'/><link rel='alternate' type='text/html' href='http://comprogramingsl.blogspot.com/2008/06/testing-and-debugging-program.html' title='Testing and Debugging the Program'/><author><name>Pasan Rajitha Weerasekera</name><uri>http://www.blogger.com/profile/07139065269302899651</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>
