Jump to content

Help with assignment - Pseudocode and Structured program

- - - - -

  • Please log in to reply
6 replies to this topic

#1
markafar

markafar

    Newbie

  • Members
  • Pip
  • 5 posts
Hi, i am new to the programming world. i have an assignment which involves Pseudocode and JSP (Jackson Structured Program), can anyone help me out please?

thanks

Mark

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Not without knowing the assignment or what you've got so far.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
markafar

markafar

    Newbie

  • Members
  • Pip
  • 5 posts
hi, tks for your reply.

Edited by markafar, 02 December 2010 - 09:54 PM.


#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
OK, you've listed what you need to do, but not what you're having issues with, or what you've come up with so far.

Also, this is a sequence of questions where you need the solution to Task 1 before you can begin with Task 2. With that in mind, what do you have so far for Task 1? What part of Task 1 is unclear or confusing?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
markafar

markafar

    Newbie

  • Members
  • Pip
  • 5 posts
mainly my problem is Task 1. i am having a problem in breaking down the request. basically i do not know from where to start :(

#6
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
I'm going to ignore JSP/JSD for now (mainly because I've never heard of it).

Quote

The club secretary would like the following report on a regular basis:
Report 1. A list of all the paid-up member names and contact telephone numbers, ordered by
membership level, with total members for each level.
To do this report, you will need the following information about each member:
1) name
2) contact phone
3) payment status
4) membership level in an orderable way
5) ability to count (for total members per level)

Quote

Report 2. A list of all fixtures played by each team in any year (September – August) listing the
result of each fixture (matches won, matches lost) plus totals for the number of matches
won and number of matches lost.

Quote

For this you need
1) a list of all matches, by game year
For each match you need
1) team1
2) team2
3) who won
4) scores
5) ability to count (for totals)
Using JSP techniques and methodology analyse the requirements for all three reports. Produce diagrams
for each report showing the step-wise progression. Diagrams should include:
 logical data structure diagrams (DSDs)
 preliminary program structures (PSDs)
 the detailed program specification for each report
It helps to get out a piece of paper and jot down roughly what you think these would look like.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#7
markafar

markafar

    Newbie

  • Members
  • Pip
  • 5 posts
Thanks once again for your help. i will start jotting some ideas and will let you know where i ca get to.

thanks once again :)




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users