Apcomp vocab #1: creative development

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

1/10

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.

11 Terms

1
New cards

programming

process of turning ideas into programs by the development of software (collab or solo)

2
New cards

computing innovation

uses computer program to input and output data

3
New cards

algorithm

step by step process to solve a problem

4
New cards

sequencing

running a code in order

5
New cards

iteration

the looping of code “repeat (#)” “forever” “repeat until (operation)

6
New cards

selections

code making decisions (“if”, “when”)

7
New cards

variable

data w/ name assigned to it

8
New cards

boolean

true or false

9
New cards

conditonals

code that only runs when a condition is met

10
New cards

function/procedure

custom block (may take input and output)

11
New cards

abstraction

simplifying complexity by generalizing in the code