Java Games: Flashcards, matching, concentration, and word search.

Computer Programming - End of Semester Review

General Definitions

AB
ShapeThe property that will allow you to change the specific shape of a VB shape control.
ModReturns the remainder of Integer division.
Integer DivisionReturns the whole number portion only - uses "\"!
ScopeThis refers to the procedures that can "See" a variable. (Form, Local, or Global)
PsetMethod used to change the color of a specified Pixel.
PointMethod used to return the current color of a specified pixel.
Logical OperatorsUsed to combine 2 or more comparisons.
Conditional OperatorsUsed to compare 2 values.
Multi-Way Decision Structure CodeSelect Case....Case....End Select
One-Way Decision Structure CodeIf....Then....End If
Two-Way Decision Structure CodeIf.....Then....Else.....End If
Cancel PropertyCan be used to set up a command button to be executed if the ESC key is pressed.
Default PropertyIs used to make a command button execute if the "Enter" button is pressed.
FocusThe object on a form that is currently selected is said to have this....

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities