Ask your own question, for FREE!
Computer Science 17 Online
OpenStudy (lgbasallote):

How to write a pseudocode?

OpenStudy (anonymous):

lol, the comments are xplanations of the pseudocode

OpenStudy (lgbasallote):

but the way it was showed to me...it looks so much like an actual code

OpenStudy (lgbasallote):

are pseudocodes "program codes" or words?

OpenStudy (anonymous):

exactly

OpenStudy (lgbasallote):

exactly what?

OpenStudy (anonymous):

outline of a program, written in a form that can easily be converted into real programming statements

OpenStudy (anonymous):

ya it will resemble like a actual code but pseudocode cannot be compiled nor executed, and there are no real formatting or syntax rules. It is simply one step - an important one - in producing the final code. it generally enables the programmer to concentrate on the algorithms without worrying about all the syntactic details of a particular programming language. In fact, you can write pseudocode without even knowing what programming language you will use for the final implementation.

OpenStudy (anonymous):

Pseudocode is a good way to write down your logic to solving a problem in a mix of basic english and code. It helps when it comes time to write the code. Sometimes after writing the code you realize it did not quite work as expected and you can go back to your pseudocode to see where your logic is flawed.

OpenStudy (anonymous):

u use ur own words to write it .It is just the matter of do u understand the program using ur ordinary language

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!