BJC AP CSP Vocabulary Review 1

BJC AP CSP Vocabulary Review 1

12th Grade

8 Qs

quiz-placeholder

Similar activities

2.2.1 (d) Variables

2.2.1 (d) Variables

12th Grade

10 Qs

Game Lab - Variables

Game Lab - Variables

7th - 12th Grade

6 Qs

Exceptions and Definitions

Exceptions and Definitions

9th - 12th Grade

12 Qs

Business Essentials Review

Business Essentials Review

9th - 12th Grade

10 Qs

Functions and Parameters Summative preview

Functions and Parameters Summative preview

9th - 12th Grade

10 Qs

P1.3 - Solution planning

P1.3 - Solution planning

10th Grade - University

11 Qs

Lessons 19 - 21 Apple Swift Coding I

Lessons 19 - 21 Apple Swift Coding I

9th - 12th Grade

11 Qs

Unit 3 If statements Quiz

Unit 3 If statements Quiz

9th - 12th Grade

13 Qs

BJC AP CSP Vocabulary Review 1

BJC AP CSP Vocabulary Review 1

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Lauren Wise-Moore

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MATCH QUESTION

2 mins • 4 pts

Match the following

collection of program statements

event

a series of steps

code segment

repetition

algorithm

an action that triggers code to run

iteration

2.

MATCH QUESTION

2 mins • 5 pts

Match the following

what a program does and how

abstraction

data going into a program

input

data coming out of a program

functionality

why a program is made

output

detail removal and generalization

purpose

3.

MATCH QUESTION

1 min • 1 pt

Match the following

division that evaluates to the remainder

design phase

brainstorming/pseudocode/ideas

modulus

code/prototype

testing phase

debug/get feedback

implement phase

4.

MATCH QUESTION

2 mins • 5 pts

Match the following

collection of procedures

selection

true or false value

variable

documentation within program code

comments

program branching/if statement

Boolean

container that holds a value

library

5.

MATCH QUESTION

2 mins • 4 pts

Match the following

variable accessed in limited code script

local variable

built-in data type

primitive data type

custom data types

global variable

variable accessed by all code scripts

abstract data type

6.

MATCH QUESTION

2 mins • 3 pts

Match the following

the piece of data contained in a list

index

A collection of data

list

the position of an element in a list

element

7.

MATCH QUESTION

2 mins • 4 pts

Match the following

building a draft of the program

design

plan the app's appearance & how to code

test

figuring out program requirements

prototype/implement

try program, get feedback, fix bugs

investigate

8.

MATCH QUESTION

2 mins • 4 pts

Match the following

what a program does and how it does it

purpose

many cycles of develop, test, feedback

function

why a program is being made

incremental

build & test small pieces of code

iterative