1.4 - Identifying and Correcting Errors Vocabulary

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/10

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:50 PM on 4/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

11 Terms

1
New cards

An error or flaw in a program that causes it to behave unexpectedly

Bug

2
New cards

The set of rules that define how code must be written in a given language

Syntax

3
New cards

The reasoning behind a program's steps and decisions

Logic

4
New cards

An error that violates the rules of the programming language due to incorrect syntax; always caught before running

Syntax Error

5
New cards

An error where the program runs but produces incorrect output due to coder mistake

Logic Error

6
New cards

An error where the program crashes or stops unexpectedly while running

Runtime Error

7
New cards

Occurs when a number is too large to fit in its allotted memory space

Overflow Error

8
New cards

Manually simulating code execution to track values and find errors

Trace/Hand Trace

9
New cards

A repeated cycle of writing, testing, and improving code

Iterative Process

10
New cards

A specific input used to verify a program produces the expected output

Test Case

11
New cards

An unusual or extreme input that tests the boundaries of a program

Edge Case