Wednesday, February 26, 2014

Introduction to App Development

     
 In this session, you will learn to:
Identify the fundamentals of application development
Identify the various phases of the application development life cycle
Identify the various application development models

You need to identify the technology that you will use to develop the application.
There is a variety of programming and scripting languages, which can be used for developing an application.
Some of these languages are C#, Java, C++, and PHP.
For developing an application for a particular hardware or software platform, you need a Software Development Kit (SDK).
An SDK is a collection of development tools that allows you to create applications for a particular platform. 
SDLC phases need to be adapted to different types of requirements.
Various development models exist that can be implemented based on the nature of the application.
Mostly used application development models:
Waterfall model
Prototype model
Incremental model
Agile model

Which one of the following types of prototyping involves creating a prototype that will not be used to create the final system?
1.Throwaway
2.Evolutionary
3.Incremental

No comments:

Post a Comment