BJC AP CSP Vocabulary Review 1

BJC AP CSP Vocabulary Review 1

12th Grade

8 Qs

quiz-placeholder

Similar activities

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Global and local variables

Global and local variables

10th - 12th Grade

10 Qs

Software Development Terms

Software Development Terms

9th - 12th Grade

10 Qs

Python Review 2023-01-12

Python Review 2023-01-12

9th - 12th Grade

10 Qs

CSAwesome 5.4 - 5.6

CSAwesome 5.4 - 5.6

10th - 12th Grade

8 Qs

2.5 Social Engineering -2

2.5 Social Engineering -2

12th Grade

11 Qs

Y6 - Programming A - Variables in games

Y6 - Programming A - Variables in games

6th Grade - University

10 Qs

CompTIA Chapter 15 - Developing and Implementing Software

CompTIA Chapter 15 - Developing and Implementing Software

10th - 12th Grade

10 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

a series of steps

event

collection of program statements

iteration

an action that triggers code to run

algorithm

repetition

code segment

2.

MATCH QUESTION

2 mins • 5 pts

Match the following

detail removal and generalization

output

data coming out of a program

input

data going into a program

functionality

why a program is made

abstraction

what a program does and how

purpose

3.

MATCH QUESTION

1 min • 1 pt

Match the following

code/prototype

testing phase

division that evaluates to the remainder

modulus

brainstorming/pseudocode/ideas

implement phase

debug/get feedback

design phase

4.

MATCH QUESTION

2 mins • 5 pts

Match the following

collection of procedures

Boolean

documentation within program code

library

container that holds a value

selection

program branching/if statement

comments

true or false value

variable

5.

MATCH QUESTION

2 mins • 4 pts

Match the following

variable accessed by all code scripts

primitive data type

built-in data type

abstract data type

custom data types

local variable

variable accessed in limited code script

global variable

6.

MATCH QUESTION

2 mins • 3 pts

Match the following

A collection of data

list

the position of an element in a list

index

the piece of data contained in a list

element

7.

MATCH QUESTION

2 mins • 4 pts

Match the following

figuring out program requirements

investigate

building a draft of the program

design

plan the app's appearance & how to code

test

try program, get feedback, fix bugs

prototype/implement

8.

MATCH QUESTION

2 mins • 4 pts

Match the following

build & test small pieces of code

function

many cycles of develop, test, feedback

purpose

what a program does and how it does it

iterative

why a program is being made

incremental