1/19
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Code segment
A specific part of a program
Collaboration
Working together to solve problems or build software
Comments
Notes in code to explain what it does
Debugging
Finding and fixing errors in code
Event-driven programming
Code that runs when triggered by an event
Incremental development process
Building a program step-by-step with testing
Iterative development process
Repeating steps to improve the program
Logic error
Code runs but the result is incorrect
Overflow error
Number too large for the system to store
Program
A set of instructions for a computer
Program behavior
What a program does when it runs
Program documentation
Written details that explain how a program works
Program input
Data given to a program
Program output
The result a program gives back
Prototype
A basic version of a program used for testing
Requirements
What a program must do
Runtime error
Error that happens when the program is running
Syntax error
Mistake in code that breaks the rules
Testing
Checking if the program works as expected
User interface
How users interact with a program