Big Idea 1

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Code segment

A specific part of a program

2
New cards

Collaboration

Working together to solve problems or build software

3
New cards

Comments

Notes in code to explain what it does

4
New cards

Debugging

Finding and fixing errors in code

5
New cards

Event-driven programming

Code that runs when triggered by an event

6
New cards

Incremental development process

Building a program step-by-step with testing

7
New cards

Iterative development process

Repeating steps to improve the program

8
New cards

Logic error

Code runs but the result is incorrect

9
New cards

Overflow error

Number too large for the system to store

10
New cards

Program

A set of instructions for a computer

11
New cards

Program behavior

What a program does when it runs

12
New cards

Program documentation

Written details that explain how a program works

13
New cards

Program input

Data given to a program

14
New cards

Program output

The result a program gives back

15
New cards

Prototype

A basic version of a program used for testing

16
New cards

Requirements

What a program must do

17
New cards

Runtime error

Error that happens when the program is running

18
New cards

Syntax error

Mistake in code that breaks the rules

19
New cards

Testing

Checking if the program works as expected

20
New cards

User interface

How users interact with a program