big idea 1: creative development - ap csp flashcards ੈ✩‧₊˚

5.0(2)
studied byStudied by 34 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

flashcard set

Earn XP

Description and Tags

flashcards on this unit; all info is taken from the barrons book

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

what is hardware

the physical components of a computing device

2
New cards

what is software

instructions in a programming language to the computing device

3
New cards

what is a program

a collection of program statements that performs a specific task when run by a computer

4
New cards

what is a code segment

it refers to a collection of program statements that are part of a program

5
New cards

what is program input

data sent to a computer for processing by a program; determines the output

6
New cards

program output is…

dependent on the program input

7
New cards
8
New cards

what is the development process

investigating/reflecting, designing, prototyping, testing

9
New cards
10
New cards

what is program documentation

a written description of the function of a code segment, event, procedure, or program and how it was developed

11
New cards

do comments affect the program in any way

no!!

12
New cards

what is a logic error

mistakes in the ALGORITHM or PROGRAM that causes mistakes in the output; the program can behave incorrectly or erratically

13
New cards

what is a runtime error

a mistake that occurs DURING the EXECUTION of a program; programming languages define their own types of these errors and programs can crash due to these errors

14
New cards

what is a syntax error

a mistake in the program when the rules of the programming language aren’t followed properly/violated