Programming Basic Terms 4.

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

1/19

flashcard set

Earn XP

Description and Tags

Basic programming terms and definitions including development tools, error types, and object-oriented programming concepts.

Last updated 7:08 AM on 8/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

A program that translates code into machine language is called a __________.

Compiler

2
New cards

A program that executes code line by line is an __________.

Interpreter

3
New cards

An error that occurs while the program is running is a __________ __________.

Runtime Error

4
New cards

A mistake in the code that breaks the rules is a __________ __________.

Syntax Error

5
New cards

A mistake in logic that gives wrong results is a __________ __________.

Logical Error

6
New cards

The process of finding and fixing errors is __________.

Debugging

7
New cards

A software used to write and test code is an __________.

IDE

8
New cards

A block of code that performs a specific task is a __________.

Function

9
New cards

A value passed to a function is known as a __________.

Parameter

10
New cards

The actual value passed to a function is an __________.

Argument

11
New cards

The value sent back from a function is a __________.

Return

12
New cards

A blueprint for creating objects is a __________.

Class

13
New cards

An instance of a class is an __________.

Object

14
New cards

A way to reuse code from another class is __________.

Inheritance

15
New cards

The ability of objects to take many forms is __________.

Polymorphism

16
New cards

Hiding data and showing only necessary parts is __________.

Encapsulation

17
New cards

Showing only important features and hiding details is __________.

Abstraction

18
New cards

A named collection of data stored on disk is a __________.

File

19
New cards

An organized collection of data is a __________.

Database

20
New cards

A set of rules that allows different programs to talk is an __________.

API