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

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;

9 Cards in this Set

  • Front
  • Back
A misspelled word will produce what type of error?
syntax error
When the system crashes because you instruct it to do something wrong (like divide a number by zero), this produces what kind of error?
run-time error
An otherwise good program that contains an improperly coded algorithm creates what type of error?
logic (or semantic) error
What is it called when a program can get stuck in a loop forever with no way to exit the loop?
infinite (or endless) loop
A _____ is a program that lets you step through your code one line at a time
debugger
Standard keyboard characters are called _____ characters
ASCII
ASCII is pronounced "_____"
ask-ee
ASCII stands for
American Standard Code for Information Interchange
A _____ _____ is a diagram that shows a series of steps as a number of boxes connected with arrows
flow chart