Programming Concepts and Errors

Programming Concepts and Errors

Assessment

Flashcard

Computers

9th - 12th Grade

Easy

Created by

Kelly Challand

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

syntax error

Back

A mistake in typed code that violates the rules of the programming language. Typically, code with syntax errors will not run.

2.

FLASHCARD QUESTION

Front

logic error

Back

A mistake in an algorithm or program that causes it to behave unexpectedly or return the incorrect value.

3.

FLASHCARD QUESTION

Front

run-time error

Back

A mistake in a program that happens only when the program is actually run, such as a program attempting to access memory that does not exist.

4.

FLASHCARD QUESTION

Front

overflow error

Back

Error that results when the number of bits is not enough to represent the number (like a car’s odometer “rolling over”).

5.

FLASHCARD QUESTION

Front

Program

Back

A set of instructions that a computer follows in order to perform a particular task.

6.

FLASHCARD QUESTION

Front

Algorithm

Back

A set of commands that must be followed for a computer to perform calculations or other problem-solving operations.