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

Tutorial 2C Word Review

Coding, Testig, Debugging, and Documenting the Application

AB
codeprogram instructions
codingthe process of writing programming instructions
pseudocodea tool programmers use to help them plan the steps that an object needs to take in order to perform its assigned tasks
assignment statementa Visual Basic programming instruction used to attach a value to the property of an object
periodcalled the dot member selection operator
methodpredefined Visual Basic procedure
PrintForma method name for printing
SetFocusa method which allows you to move the focus to a specified control or form
internal documentationcomments in the Code
apostrophe (')placed at the beginning of a line of code makes the line of code act as a comment
lblTboards = ""a line of code used to clear the caption property of the specified object
/regular division
\integer division
^exponentiation (raises a number to a powe)r)
Moddivision operator which gives you the remainder
parenthesesoperations within are always performed before operations outside the parentheses
functionlike a method, a predefined procedure that performs a specific task
Vala function which tells Visual Basic to treat a character string as a numberic value
format functionused to improve the appearance of the numbers in your application
currency formatdisplays a dollar sign
fixed formatdisplays a number with at least one digit to the left and two digits to the rght of the decimal point
standard formatdisplays a number with at least one digit to the left and two digits to the right of the deciaml point
percent formatmultiplies a number by 100 and displays the number with a percent sign (%)
BorderStylea property which determines the border style of an object
valid datadata the application is expecting
invalid datadata that the application is not expecting
syntax errorscaused when you enter an instruction incorrectly
logic errorcaused when you enter an instruction that won't give you the results for which you are looking


Mr. EAK

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