Chapter 2- Final Flashcards
0
Q
What is a toolbox?
A
primary tool you use to place objects such as buttons on the Windows Form object.
1
Q
What does windows application mean?
A
The program will run on a computer or other device that supports the Windows GUI.
2
Q
What are properties?
A
characteristics about the object, including its color, size, name, and position on the screen.
3
Q
What is the program development life cycle?
A
- Gather and Analyze the Program Requirements
- Design the User Interface
- Design the Program Processing Objects
- Code the Program
- Test the Program
- Document the Program/System
- Maintain the Program/System