ap csp terms

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

1/12

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

User Interface

The space where user interactions with a computer program occur

2
New cards

Input

Data provided to a program for processing

3
New cards

Output

The result produced by a program after processing input

4
New cards

Program Statement

A single instruction in a program that performs a specific action

5
New cards

Program

A set of instructions that a computer follows to perform a task

6
New cards

Sequential Programming

A programming paradigm where statements are executed in a linear order

7
New cards

Event Driven Programming

A programming paradigm where the flow of the program is determined by events

8
New cards

Documentation

Written text that explains how a program or system works

9
New cards

Comment

A note in the code that is not executed but explained the code to the reader

10
New cards

Debugging

The process of identifying and fixing errors in a program

11
New cards

Pair Programming

A software development technique where two programmers work together at one workstation

12
New cards

Event

An action or occurrence recognized by a software that may trigger a response

13
New cards

Development Process

The series of steps taken to create and maintain a software application