New Activity
Play Matching Game
1. algorithm
2. bugs
3. code window
4. controls
5. debugging
6. declarations
7. design time
8. developer
9. events
10. form
11. handle
12. input

part of a programming project where the program is designed and coded

a window

small squares on a selected control that allows resizing

input

developer

mistakes and errors in a program

user-initiated activities - a program can initiate an event

handle

events

code window

a plan of action for solving a problem

bugs

process of removing errors from a program

declarations

person who writes and develops a computer program

form

data that goes into the program so that the computer can produce results

objects used to create a user interface; ex- textboxes, labels, buttons

algorithm

where the developer writes and edits code for a program

design time

controls

variables created at the start of a procedure; used to set aside memory for storing data

debugging