• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/15

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

15 Cards in this Set

  • Front
  • Back
Assignment Statement
assigns a value to a variable or property using an assignment operator
Buttons
control used to activate a procedure
Camle Casing
begin the name with a lowercase character and capitalize each additional word in the name
Debugging
finding and eliminating computer program errors
Event
an action that may be caused by the user, such as a click, drag, key press or scroll
Form
an object that acts as a container for the controls in a graphical interface
Label
a control that displays text; cannot be altered by the user
Logic Error
an error in a project that does not halt execution but causes erroneous results in the output
Properties
characteristics or attributes of an object; control properties may be set at design time or run time depending on the specific property
Remark
a Basic statement used for documentation; not interpreted by the compiler; also called a comment
Run-Time Error
an error that occurs as a program executes; causes execution to break
.sln
the solution file is the primary file for the solution – the one you open to work on or run your project
Solution Explorer
an IDE windows that holds the filenames for the files included in your project and list of the classes it references
Syntax Error
an error caused by failure to follow the syntax rules of the language; often caused by typographical errors
ToolBox
a window that holds icons for tools; used to create controls and components on a form