

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Guide Assignment 2 for FPT University
Typology: Study Guides, Projects, Research
1 / 3
This page cannot be seen from the preview
Don't miss anything!


In this part, you will have to present the list of user requirements of your application before designing the solution. Then, you will give a brief explanation how your application could solve the problem. The application has to allow user to enter inputs and perform specific CRUD (Create / Read / Update / Delete) actions. Some topics you can consider are:
Next, you will need to explain what procedural, object-oriented (Class and Object) and event-driven paradigms are with their characteristics. Source code with explanations need to be included to justify these paradigms. Then, you will explain why and how your program use these (or some of) paradigms. (Word limit: 700 – 1200 words)
Before jumping to the implementation phase, you will present the chosen IDE to develop the application. You will the common features of an IDE should have and evidence (e.g., screenshots) of how the IDE was used to manage the development of your code. Then, you will give:
Next, you will give the design of your application by using suitable diagrams such as: Flowchart, Activity diagram to describe its behaviours before implementing it. When your application is finally implemented, you will need to include evidences (source code, result images) to show how it is implemented and works properly with explanations. Finally, you have to explain and evaluate coding standards used in your program and the benefits to organisations of using them. ( Word limit: 500 – 700 words)
1.1 Introduce the Overview/ Context of the problem 1.2 List out application’s requirements
2.1 Explain what is Procedural Programming with source code and illustrations 2 .2 Explain what is Object-Oriented Programming with source code and illustrations 2.3 Explain what is Event-Driven Programming with source code and illustrations 2.4 Conclude which paradigms will be used to develop the application with explanation
3.1 Introduce what is IDE 3.2 Introduce features of IDE with illustrations 3.3 An explanation and evaluation of the debugging process in the IDE used and how it helped with development. 3.4 Evidences that you have used debugging during the implementation 3.5 An evaluation of developing applications using an IDE versus developing an application without using an IDE.