Programming Flashcards
1
Q
Application
A
A program which makes the computer a useful tool.
2
Q
Assignment statement
A
Uses the equal sign to give the object property on the left of the equal sign the value on the right of the equal sign.
3
Q
Body
A
The statements in a procedure.
4
Q
Class
A
A data type that can store data and includes methods.
5
Q
Click event procedure
A
A procedure that executes in response to a mouse Click event.
6
Q
Code conventions
A
A set of guidelines for writing an application.