![]() |
Gyumri Information Technologies Center |
![]() |
| Home | About | Internships | Java | Linux | Oracle | PM | Systems | Thesis | VB | Extras |
![]() |
Systems Home | Introduction | Needs Assessment | Requirements Specification | Requirements Analysis | Preliminary Design | Detailed Design | Implementation | Testing Systems Development: Requirements, Design, Implementation, TestingImplementationWe know what system to build. We know how to build it. Eventually we will determine if the system was built correctly. What task remains? Build the system! While previous units had both practice and theory, this unit is almost all practice. It is a true work of synthesis, not analysis. We have spent our time up to this point in analysis, or breaking down a theoretical system into smaller pieces. We now must shift to synthesis, or taking these theoretical pieces and building a practical system. Process ActivitiesWhen we finished detailed design, we ended with a blueprint for the system components: forms, logic, and tables. Now we take those blueprints and "cut metal," or convert from specification to product. While building, we need to worry about elements of style. With natural languages, there are a number of conventions that do not influence meaning, but do make a work easier to read. These include punctuation and usage that appear only on the printed page, not in verbal speech. Likewise with computer code, there are conventions that do not impact the meaning interpreted by the compiler, but do make code easier for people to understand. These conventions are called coding standards. Before we start building, we will adopt a set of standards specifically for this project. ExerciseOur assignment is rather simple: build the system. Coding ExampleMost Access development is done through the user interface: point and click to design forms and reports. But sometimes we must write Visual Basic code associated with form controls to accomplish specific tasks. Here is a sample application that demonstrates how to attach code to control events: Study GuidesThere is no study guide for this unit. No quiz, either! Lecture SlidesHere are copies of the lecture slides presented during class: ReadingsEach of the listed links will open a new browser window:
Systems Home | Introduction | Needs Assessment | Requirements Specification | Requirements Analysis | Preliminary Design | Detailed Design | Implementation | Testing |
| Home | About | Internships | Java | Linux | Oracle | PM | Systems | Thesis | VB | Extras |
Copyright ©2006-2009, Jason Paul Kazarian. All Rights Reserved. License for reproduction, derivative works, internal commercial, and external non-commercial use granted to GITC faculty, staff, and students.