Top Down Design (1 Viewer)

Jem00

DARTH NADER
Joined
Oct 5, 2007
Messages
7
Gender
Male
HSC
2009
Hey Guys,

I'm having quite a bit of touble with top-down-design.

Its for a project. We had to followed the structured approach and create an alarm clock in Visual Basic.

I've done the Definition, Planning, Implementation and the psuedocode for the Design phase but we also have to do a Top-down design diagram which I have no Idea how to do.

Could someone please advise?

Thanks,

Jem00
 

ratcher0071

Member
Joined
Feb 17, 2008
Messages
617
Location
In Space
Gender
Male
HSC
2009
Jem00 said:
Hey Guys,

I'm having quite a bit of touble with top-down-design.

Its for a project. We had to followed the structured approach and create an alarm clock in Visual Basic.

I've done the Definition, Planning, Implementation and the psuedocode for the Design phase but we also have to do a Top-down design diagram which I have no Idea how to do.

Could someone please advise?

Thanks,

Jem00
Top Down design is where you break the Main Program into Modules. (Modularation or something ...) The lowest level modules are by themselves and only give outputs, the 2nd lowest level takes the inputs from the low level modules and gives outputs, .... this happens until the main program is reached.
 

Jem00

DARTH NADER
Joined
Oct 5, 2007
Messages
7
Gender
Male
HSC
2009
Thanks,

This thread is a bit old...but thanks anyway
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top