Programming Errors and Concepts

Programming Errors and Concepts

Assessment

Flashcard

Created by

Thomas Harris

Computers

9th Grade

Hard

Student preview

quiz-placeholder

50 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

Bit

Back

A binary digit, either 0 or 1.

6.

FLASHCARD QUESTION

Front

Byte

Back

A sequence of 8 bits.

7.

FLASHCARD QUESTION

Front

Roundoff

Back

Error that results when the number of bits is not enough to represent the number with full precision (like using 3 digits to represent π as 3.14).

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?