BJC AP CSP Vocabulary Review 1

BJC AP CSP Vocabulary Review 1

12th Grade

8 Qs

quiz-placeholder

Similar activities

Stepwise Refinement

Stepwise Refinement

11th - 12th Grade

13 Qs

MEDIA AND INFORMATION LITERACY

MEDIA AND INFORMATION LITERACY

12th Grade

10 Qs

To Change or Not to Change?

To Change or Not to Change?

12th Grade

10 Qs

Quiz Lec2

Quiz Lec2

KG - University

10 Qs

OS Essentials Chp11: Windows Configuration Quiz on 11.5 to 11.7

OS Essentials Chp11: Windows Configuration Quiz on 11.5 to 11.7

11th - 12th Grade

10 Qs

Threats to Data

Threats to Data

9th - 12th Grade

11 Qs

COMPUTER PROGRAMMING Q2_FLOWCHART (2 points each)

COMPUTER PROGRAMMING Q2_FLOWCHART (2 points each)

11th - 12th Grade

10 Qs

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

BJC AP CSP Vocabulary Review 1

BJC AP CSP Vocabulary Review 1

Assessment

Quiz

Computers

12th Grade

Practice Problem

Easy

Created by

Lauren Wise-Moore

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MATCH QUESTION

2 mins • 4 pts

Match the following

a series of steps

code segment

collection of program statements

iteration

an action that triggers code to run

algorithm

repetition

event

2.

MATCH QUESTION

2 mins • 5 pts

Match the following

why a program is made

output

what a program does and how

purpose

data coming out of a program

input

data going into a program

abstraction

detail removal and generalization

functionality

3.

MATCH QUESTION

1 min • 1 pt

Match the following

brainstorming/pseudocode/ideas

testing phase

division that evaluates to the remainder

modulus

code/prototype

implement phase

debug/get feedback

design phase

4.

MATCH QUESTION

2 mins • 5 pts

Match the following

collection of procedures

Boolean

true or false value

variable

container that holds a value

selection

program branching/if statement

library

documentation within program code

comments

5.

MATCH QUESTION

2 mins • 4 pts

Match the following

variable accessed by all code scripts

primitive data type

variable accessed in limited code script

local variable

custom data types

abstract data type

built-in data type

global variable

6.

MATCH QUESTION

2 mins • 3 pts

Match the following

the position of an element in a list

index

A collection of data

list

the piece of data contained in a list

element

7.

MATCH QUESTION

2 mins • 4 pts

Match the following

figuring out program requirements

design

try program, get feedback, fix bugs

investigate

plan the app's appearance & how to code

test

building a draft of the program

prototype/implement

8.

MATCH QUESTION

2 mins • 4 pts

Match the following

build & test small pieces of code

incremental

many cycles of develop, test, feedback

function

what a program does and how it does it

purpose

why a program is being made

iterative