Errors, Strings, APIs, and Abstraction Save Groups

0.0(0)
studied byStudied by 0 people
0.0(0)
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 3:27 AM on 1/28/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

logic error

A mistake in an algorithm or program that causes it to behave incorrectly or unexpectedly.

2
New cards

syntax error

A mistake in the program where the rules of the programming language are not followed.

3
New cards

run-time error

A mistake in the program that occurs during the execution of a program.

4
New cards

overflow error

An error that occurs when a computer attempts to handle a number that is outside of the defined range of values.

5
New cards

string

An ordered sequence of characters.

6
New cards

substring

A part of an existing string.

7
New cards

string concatenation

The process of joining two or more strings together end-to-end.

8
New cards

application program interface (API)

A set of routines, protocols, and tools for building software applications; it specifies how software components should interact.

9
New cards

data abstraction

A process that manages complexity in a program by giving a name to a set of data that can be referenced as a whole.

10
New cards

procedural abstraction

A process that allows a procedure to be used only by knowing what it does, not how it does it.

11
New cards

modularity

The subdivision of a computer program into separate subprograms.