0% found this document useful (0 votes)
38 views6 pages

Creating Simple Application

The document outlines the steps to develop a simple application, including: defining the program purpose and needs, designing the user interface, writing code using the BASIC programming language, incorporating properties, methods and events, testing the program through alpha and beta stages, and fixing any errors through maintenance.

Uploaded by

Avin Manzano
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views6 pages

Creating Simple Application

The document outlines the steps to develop a simple application, including: defining the program purpose and needs, designing the user interface, writing code using the BASIC programming language, incorporating properties, methods and events, testing the program through alpha and beta stages, and fixing any errors through maintenance.

Uploaded by

Avin Manzano
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

CREATING SIMPLE APPLICATION

STEPS ON HOW TO DEVELOP PROGRAM

DESIGN
Define what you want the computer do.
Example: Purpose: Compute the AREA Data needed: LENGTH & WIDTH

Decide how your program will look on the screen:


Design what you planned. Enhanced your design.

CODING
Write instructions in BASIC to make each part of

your program do something. Your BASIC instructions are commands or code.

PROPERTIES, METHODS and EVENTS


Put simply, properties describe

objects. Methods cause an object to do something. A sub or function you call, as needed, to perform an action: Form1.Move, Form1.Refresh, etc Events are what happens when an object does something.

TESTING
Run program to see if it works Alpha testing occurs before beta testing Alpha testing clears out most of the major

bugs in a program while beta testing is more like polishing the program
Alpha testing is often not open to the public

while beta testing can often involve the public

MAINTENANCE
Fix any errors (or bugs) in your program.

You might also like