CSP Unit 3 Terminology

0.0(0)
Studied by 1 person
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

flashcard set

Earn XP

Description and Tags

Unit terms

Last updated 10:32 PM on 8/31/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards
**Pair Programming:**
A collaborative programming style in which two programmers switch between the roles of writing code and tracking or planning high level progress
2
New cards
Event Driven Programming
Program statements that run when triggered by an event, like a mouse click or a key press
3
New cards
Sequential Programming
Program statements run in order, from top to bottom.
4
New cards
Program Statement
A command or instruction. Sometimes also referred to as a code statement. 
5
New cards
Program
A collection of program statements. Programs run (or “execute”) one command at a time.
6
New cards
User Interface
The inputs and outputs that allow a user to interact with a piece of software. User interfaces can include a variety of forms such as buttons, menus, images, text, and graphics.
7
New cards
Input
Data that are sent to a computer for processing by a program. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.
8
New cards
Output
Any data that are sent from a program to a device. Can come in a variety of forms, such as tactile interaction, audio, visuals, or text.