Im currently studying pseudo code in SD and i really need help !!! is there an easy way to study it?!
Hi there

Pseudocode is probably the toughest aspect of any assignment. After all, it IS the algorithm that you will be implementing to solve a specific problem. So naturally it is a bit of a challenge. When trying to write any algorithm, try to think how to solve one step of the problem at a time. Eat the dragon in small bits. Example lines in pseudocode include programming constructs (if/loops/assignment), or a procedure call.
Mark Kelly (creator of VCEIT.com) has a quick overview here:
http://vceit.com/p/design-pseudocode.htmIn addition, please check out my attachments on this page as they contain some sample pseudocode:
Data Dictionary & Desk Checking GuidesYou asked how to study these so I have dug up some resources (questions and solutions from past exams, thanks to Mark Kelly):
http://www.mediafire.com/?x1q49buaci5pjmqHopefully these references provide you with the knowledge to tackle your SACs / case studies. Remember, always break the large problem into smaller problems.