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
Help with assignment - Pseudocode and Structured program
Started by markafar, Nov 17 2010 10:45 AM
6 replies to this topic
#1
Posted 17 November 2010 - 10:45 AM
|
|
|
#2
Posted 17 November 2010 - 06:16 PM
Not without knowing the assignment or what you've got so far.
#3
Posted 17 November 2010 - 11:58 PM
hi, tks for your reply.
Edited by markafar, 02 December 2010 - 09:54 PM.
#4
Posted 18 November 2010 - 04:01 AM
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?
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?
#5
Posted 18 November 2010 - 11:37 PM
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
Posted 19 November 2010 - 04:21 AM
I'm going to ignore JSP/JSD for now (mainly because I've never heard of it).
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)
It helps to get out a piece of paper and jot down roughly what you think these would look like.
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.
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.
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.
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
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)
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)
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
#7
Posted 19 November 2010 - 08:05 AM
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 :)
thanks once again :)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









