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

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;

3 Cards in this Set

  • Front
  • Back

Syntax errors


An error in the code that breaks the rules of the language, for example missing semi-colon

Logic errors


The program will run but not work as expected, for example if you use < instead of >.

Test Data


You should always use three types of test data.


Valid: Normal input


Invalid: Data you know is wrong


Borderline: Data that is write on the edge of being valid