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

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;

5 Cards in this Set

  • Front
  • Back

What is a syntax error?

-grammatical mistakes in code


(misspelling, missing elements like brackets)


-they stop programs from running.

What is a logic error?

-a fault in the logic of the algorithm, which cause an unintended output.


(i.e using OR instead of AND)


-can be identified with the help of trace tables

What is a runtime error?

- occur while a program is running as a result of asking a computer to do the impossible


(i.e divide by 0)

What is debugging?

the process of identifying and solving errors

In terms of testing, what is normal data?

-a valid/ in range test


-tests the software under normal/expected working conditions