Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / October 2005

Tip: Looking for answers? Try searching our database.

what is a pseudo code?

Thread view: 
corejavagroups - 26 Oct 2005 06:17 GMT
Hi!
Can u please explain me what is a pseudo code?
Thanks...
saurabh.chakote@gmail.com - 26 Oct 2005 06:26 GMT
Pseudocode is a generic way of describing an algorithm using the
conventions of programming languages, without using language-specific
syntax.

>> To explain the functional flow of the perticular application
>> Does not actually use the syntax of any particular language
>> No systematic standards to maintain
>> Flowcharts can be thought of as a graphical form of pseudocode.

regards
Saurabh Chakote
Roedy Green - 26 Oct 2005 07:02 GMT
On 25 Oct 2005 22:17:16 -0700, "corejavagroups"
<sankar_battula@yahoo.co.in> wrote, quoted or indirectly quoted
someone who said :

>Can u please explain me what is a pseudo code?

An outline of a computer program without much detail.  It often
sufficient to give to an experienced programmer to turn into code
without any other help.

Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.

Joshie Surber - 26 Oct 2005 07:51 GMT
> An outline of a computer program without much detail.  It often
> sufficient to give to an experienced programmer to turn into code
> without any other help.

an example would be (note that I am most fluent in PHP and use this,
but it doesn't really matter)

set $file to uploaded file
copy each line into an item in an array
with each line in the array
   extract certain info
   put the info into a database
etc...

<opinion type="personal" correct="true">
I have found that when you first start working on code, if create the
entire application in pseudo-code before you start working on any real
code, you have multiple benifits.
1. You can see where you can streamline (ie move something into a
function/method)
2. You can get a better idea of how you are going to do something, and
waste less time if you find you cannot.
3. Pseudo-code makes good comment documentation, with a little cleanup.

IMHO every app should begin in pseudo-code.
</opinion>
Joshie Surber - 26 Oct 2005 07:52 GMT
> An outline of a computer program without much detail.  It often
> sufficient to give to an experienced programmer to turn into code
> without any other help.

an example would be (note that I am most fluent in PHP and use this,
but it doesn't really matter)

set $file to uploaded file
copy each line into an item in an array
with each line in the array
   extract certain info
   put the info into a database
etc...

<opinion type="personal" correct="true">
I have found that when you first start working on code, if create the
entire application in pseudo-code before you start working on any real
code, you have multiple benifits.
1. You can see where you can streamline (ie move something into a
function/method)
2. You can get a better idea of how you are going to do something, and
waste less time if you find you cannot.
3. Pseudo-code makes good comment documentation, with a little cleanup.

IMHO every app should begin in pseudo-code.
</opinion>


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.