APCSP unit 3

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

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.

12 Terms

1
New cards

debugging

finding/fixing problems in a program

2
New cards

development process

steps/phases to create a software; includes investigating, designing, prototyping, and testing

3
New cards

event

associated with an action from the suer input and puts input data into program

4
New cards

incremental development process

design approach that breaks program into small pieces before making a whole

5
New cards

iterative development process

design approach centered around feedback or reflection during the development process

6
New cards

design specifications

describing requirements for how a program will work/how users will interact with it

7
New cards

strings

arbitrary-length sequence of characters usually using quotation marks

8
New cards

user interface

inputs/outputs that allow for user to interact with a program; can include buttons, menus, images, text, and graphics

9
New cards

documentation

written description of how command/piece. of code works or was developed

10
New cards

comment

form of documentation written into the program to be read by people

11
New cards

program statement

command or instruction/aka code statement

12
New cards

program

collection of program statements