Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Visual Basic (https://www.askmehelpdesk.com/forumdisplay.php?f=469)
-   -   Pseudo Codes. (https://www.askmehelpdesk.com/showthread.php?t=139766)

  • Oct 11, 2007, 06:22 PM
    megacharge2
    Pseudo Codes.
    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.
  • Oct 11, 2007, 07:05 PM
    KISS
    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.
  • Oct 22, 2007, 05:44 AM
    Duane in Japan
    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.