Hello.
A friend of mine drew me into visual basic classes for my school, and I am currently stuck on doing pseudo codes.
Does anyone have good insights and tips on how to make one?
And does anyone have examples?
Thank you.
![]() |
Hello.
A friend of mine drew me into visual basic classes for my school, and I am currently stuck on doing pseudo codes.
Does anyone have good insights and tips on how to make one?
And does anyone have examples?
Thank you.
Pseudo code is just a verbal description of what you might code without any structure.
An example:
Wait until the busy bit is clear.
You might be able to code in C or VB. In order to code there is a lot more stuff that's necessary, but it's left out.
Another.
Add the item into a linked list. Or even "Add the item to the list."
Select the item using a binary search technique. Or "Search for the item"
The pseudo code can be at any level of abstraction.
Beginner Developer Learning Center: Code Rules
Download the course, it takes about 6 minutes, I know how hard it is for a bigginer, I was one last year, but Visual Studio took care of that.
In the above student folder (PDF) read section 3, pseudo code, I don't mind posting to a student like yourself because it does not do the work for you, it will just help you to understand the meaning of pseudo, a pseudo geek thinks he is a geek, but he really isn't, not even close.
All times are GMT -7. The time now is 12:12 AM. |