APCSP

Vocabulary:

  1. Programming: Collaborative and creative process that brings ideas to life through the development of software.
  2. Software Development Processes: Used in the industry often require students to work together in teams.
  3. Computing Innovation: A computer program to take in data, transform data and output data.
  4. Collaboration: Occur in the planning, designing, or testing (debugging) part of the development process.
  5. Collaborative Learning: Occur peer-to-peer or in larger groups.
  6. Debugging: The process of finding and fixing errors.

Programming Errors:

  1. Syntax Error: A mistake in which the rules of programing language are not followed.
  2. Runtime Error: A mistake that occurs during the execution of a program that ceases the execution.
  3. Logic Error: A mistake in the algorithm or program that causes it to behave incorrectly or unexpectedly.
  4. Overflow Error: A mistake that occurs when a computer attempts to handle a number that is outside of the defined range of values.