|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hey,, Everyone
i am a beginner at this~ i have a group project and we not sure where to begin? What kind of project would be a good topic to wokr with and if possible, can anyone give an example of one? It would be deeply appreacitaed.... so, i was wondering do you anoyne know any ideas? *sigh*~ |
|
#2
|
|||
|
|||
|
Re: from scratch..Software Engineering./Design
Quote:
Beginner at what ? Programming in general ? Programming in python ? Object Oriented programming ? Application development ? |
|
#3
|
|||
|
|||
|
well i am at a beginner at developing /desigiing some project in Software Engeeering....
any ideas/ are there any suggested topics to work with in this area? |
|
#4
|
|||
|
|||
|
This was a question posed to me ........... maybe it will serve as a good place for you to start too!
Introduction to Software Development Scenario a painter requires a computer program that estimates the amount of paint required to decorate the walls of a plain rectangular room. The program should ask the user for the rooms dimensions and the paint coverage per litre, then calculate the amount of paint required for a single coat of paint. Allow a yes/no question to ask the user if the ceiling is to be included in calculations. Assume a plain rectangular room and make no allowances for windows or doors. Tasks State the requirements for the paint estimator program Specify data needs Design user interface Write pseudocode/algorithm and draw structure diagram Write your program using a Pascal IDE Submit source code which is clearly laid out and appropriately commented Produce a user guide Produce suitable test data Last edited by heiditrap : February 7th, 2004 at 04:04 PM. |
|
#5
|
|||
|
|||
|
thanks, i may use that topic.. for the past 2 weeks, me and my group had started on the topic of Phramacist.
so far, we stated the requirements in the paper and then we drew a structure diagram. , thanks for the heads up..hmm |
|
#6
|
|||
|
|||
|
Best of luck.................. :-)
|
|
#7
|
|||
|
|||
|
questions....for the topic on Pharmacist. I already designed the structure diagram.
for the pseudocode and algorithim? I am just not sure where to start with that. It is quite confusing. i already stated the requirements for the project,.... change, add, delete patient's files and with their insurance, when the patient goes to buy a prescription, the software program would show if they are under insurance or not,,..... some things to consider....hmmmm |
|
#8
|
|||
|
|||
|
you need to start with the database structure and try get that quite good before going on. Because everytime you go back and change the database, all the code that uses it must be changed. So spend time getting that right before doing any coding.
And not only that, alot of the db tables and their relationships can be converted straight into classes later. You will probably need atleast some of the following tables: - patient - medication - patient_medication (for representing each item of mediction a patient purchases) |
|
#9
|
|||
|
|||
|
i am the manager of my group, and so i was wonderng can you give me the steps in detail?
So after the database project, with the 3 tables. - patient - medication - patient_medication(for representing each itms of medication of a patient purchase), what steps comes after that, we all are beginners and i am managing my group., we all the help we can get, step by step... thanks for your time... |
|
#10
|
||
|
At the risk of offending you, I would say that the purpose of these exercises is to teach you to think; you already know how to post forum questions. Essentially, you take a large problem and decompose it into obvious smaller bits. You continue this recursively until you have defined and understood all the elements, then you solve them individually and put them back together into a whole.
|
|
#11
|
|||
|
|||
|
your reply a little heavy
I posed a question that I have already answered and been marked for since I thought I could then input into the answering of the problem.
I thought this forum was for us all to learn. If you are too smart to take part and just jibe at users instead of either trying to answer nicely or pose questions that you need answers on then maybe this is not the forum for you.. ![]() |
|
#12
|
||
|
I don't believe this was your post, unless you're using two user names. Therefore my comment was not addressed to you. Have you tried that new Japanese dish, Sosumi?
|
|
#13
|
|||
|
|||
|
Quote:
You learn best by example. Why re-invent the wheel. Following a correct way to solve the problem (ie from someone who has done it and knows how to do it correctly) teaches you a better method than try do it and get it functional but not necessarily any where near the ideal approach. I'm in full agreement of getting help and following ideal methodology if you can get it, raher than doing it alone - which will rarely be the best method. |
|
#14
|
|||
|
At the risk of offending you all again, I will stand by my statement. It was also a suggestion for an approach and it was triggered by this statement, and I quote:
Quote:
If you think I'm against offereing help, then obviously you have reached that conclusion without reading any of my posts but these. I am against doing the entire job for one who is trying to learn, for that would be a disservice. I am all for helping with problems encountered by the person who has put his or her own effort into the project and presents that work for suggestions and help. There was nothing wrong with my previous comment; it is something I teach, practice, and stand by, whether it is a software program, fixing an appliance, or a multi-year project requiring millions of dollars and dozens of people. |
|
#15
|
|||
|
|||
|
Quote:
ringsamh thanks for the information, yea, i recently got something going... |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Software Design > from scratch..Software Engineering./Design |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|