• 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/10

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;

10 Cards in this Set

  • Front
  • Back
logic error
an error that is syntactilly correct but makes an unexpected result
syntax error
an error casused by a statment that violates the rules of visual basic
Function
a procedure that preforms a task and returns the value
boolean
evalutes eather true or false
algorithm
a set of steps that outline how to solve a proble
logical operators
operator (and, or, and not) that may be used to form a boolean expression
pseudocode
an algorithm written in both english and programming code
infinite loop
a loop that gose on for ever
input box
a predefined dialoge box that accepts input from the user
flag
a condition used to signify that a loop should stop executing