Home
Explore
Exams
Search for anything
Login
Get started
Home
u1: creative development
u1: creative development
0.0
(0)
Rate it
Studied by 0 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/9
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
10 Terms
View all (10)
Star these 10
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.