Various tools which may be of use in your project. As your projects will all be different types of solution, you will need to select the most appropriate modelling tools for your particular project.
Using MS Excel to create a Gannt chart
(Link to Video)
To work out dependency of project tasks on each other.
A technique to design modularised code
There is a difference between getting a program to work and getting it right.
A program may work, but may be wrong:
it may be difficult to read,
may not model the problem to be solved,
may be difficult to maintain.
Link to Tutorial on JSP
Technique to break down systems into smaller tasks and examine how the data moves into around and then out of the system
A tool to design and describe how data fits together into logical entities
and how these relate to each other in a Relational Database system
3 Parts of an ERD
Entitties: Things of relevance to the system which we need to store information about
(e.g. For Post16 system: Students, Courses etc)
Attributes : Individual pieces of information which relate to that attribute
(e.g. For Studnts: First_Name, Surname, DateOfBirth, Post_Code etc)
Relationships: How entities are logically connected to each other
(e.g. One Student has many courses, each course has many students M:M
One Dog has one Owner, One Owner may have Many dogs)
EMU8086 - Assembly language programming environment.
Why not open the 'Hello World' file,
Read the code,
Try to explain (line-by-line) how it works
Link to hotpotatoes >>>> Quiz and question generator