u1: creative development

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards
computing innovation
innovation that uses a program as a key part of their function
2
New cards
pair programming
when two people share a computer and take turns coding
3
New cards
logic errors
unexpected behavior in program’s output
4
New cards
syntax errors
the code does not work properly because it is typed or written incorrectly
5
New cards
run-time errors
error occurs while code runs
6
New cards
overflow errors
the numbers are too big for the computer
7
New cards
iterative development process
develop working prototypes of a program and go back through the cycle to redevelop the program (drawing)
8
New cards
incremental development process
break a problem into small parts and then reassemble the solution when each party is fixed (puzzle)
9
New cards
waterfall developmental model
a step-by-step process where each step flows into another
10
New cards
round-off
error that results when computer doesn’t have enough bits to represent a number, so it rounds.