1/7
Flashcards covering key vocabulary and concepts from a lecture on creative development collaboration in programming.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Programming
A collaborative and creative process that brings ideas to life through the development of software.
Computing innovation
Uses a computer program to take in data, transform data, and output data.
Peer instruction
Involves students working in pairs or small groups to discuss concepts to find solutions to problems.
Syntax Error
A mistake in which the rules of the programming language are not followed.
Runtime Error
A mistake that occurs during the execution of a program that ceases the execution.
Logic Error
A mistake in the algorithm or program that causes it to behave incorrectly or unexpectedly.
Overflow Error
A mistake that occurs when a computer attempts to handle a number that is outside of the defined range of values.
Debugging
The process of finding and fixing errors.