Purchase Solution

Development Lifecycle

Not what you're looking for?

Ask Custom Question

The Course Project is comprised of several steps which will result in a completed, tested solution. Complete all steps of the development life cycle for a small project of your choosing. Create any documentation or deliverables that would normally occur during the development cycle for any type of project, including flow charts, pseudocode, screen designs, report designs, and user documentation.

1. Write a few paragraphs describing the project and its purpose
2. The project should have at least 3 screens, at least one being modal and one being modeless.
3. Use 8 of the following in the project and note in the description of the project (#1 above) which ones were used and where:
? If...Then...Else
? Nested If...Then...Else
? Case Select Statement
? Array
? Menus
? Input Validation
? Do While Loop
? Do Until Loop
? Multiple Data Types
? Local and Global Variables
? Message Box
? String Manipulation
4. Use 5 different types of controls on the forms
5. Place breakpoints in the code at appropriate places for testing.
6. Create a setup program for the project

Purchase this Solution

Solution Summary

Create a Development Lifecycle

Solution Preview

Please find the solution attached in Setup.zip file.

On unzipping the setup zip , there will be many files. One of the ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

C# variables and classes

This quiz contains questions about C# classes and variables.

C++ Operators

This quiz tests a student's knowledge about C++ operators.