AP CSP Vocab

AP CSP Vocab

11th Grade

14 Qs

quiz-placeholder

Similar activities

8525 AQA GCSE  3.1.3 Searching and 3.1.4 Sorting Algorithms

8525 AQA GCSE 3.1.3 Searching and 3.1.4 Sorting Algorithms

10th - 11th Grade

18 Qs

CSPUnit6AssessmentReview

CSPUnit6AssessmentReview

9th - 12th Grade

12 Qs

Coding review

Coding review

7th - 12th Grade

16 Qs

Abstraction in Computer Science

Abstraction in Computer Science

9th - 11th Grade

15 Qs

Computing Creative Design Quiz

Computing Creative Design Quiz

2nd Grade - University

11 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

J808 LO4.1.2 Malware

J808 LO4.1.2 Malware

10th - 11th Grade

12 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

AP CSP Vocab

AP CSP Vocab

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Kaitlyn Ross

Used 41+ times

FREE Resource

14 questions

Show all answers

1.

MATCH QUESTION

10 mins • 4 pts

Match the following

NOT gate

a circuit with one input and one output defined such that its output is TRUE (or ON) when its input is FALSE (or OFF) and vice versa.

AND gate

a circuit with two inputs and one output defined such that its output is TRUE (or ON) only when both of its inputs are TRUE (or ON).

logic gate

a circuit with two inputs and one output defined such that its output is TRUE (or ON) when either or both of its inputs are TRUE (or ON).

OR gate

an elementary building block of a digital circuit. Examples would be AND, OR, and NOT gates that perform basic digital operations.

2.

MATCH QUESTION

10 mins • 5 pts

Match the following

compilation

condition is a true/false condition. It is named after George Boole (1815-1864) an English mathematician.

constant

any symbol that requires one byte of storage.

chip

The process of translating the entire source code into a single binary file.

boolean

an informal way of describing an integrated circuit (IC) consisting of millions of tiny circuits.

character

such as the numeral '5', is an abstraction that represents a single thing, e.g., the value 5.

3.

MATCH QUESTION

10 mins • 4 pts

Match the following

general purpose computer

can run many different programs (e.g. a smartphone).

special purpose computer

a machine that processes information under the control of a program.

computer

has a fixed program (e.g. a simple calculator, a digital watch, a car's anti-lock braking system).

computer bug

An informal term for error in computer hardware or software -- the term was coined by Grace Hopper.

4.

MATCH QUESTION

10 mins • 5 pts

Match the following

CPU

the part of the computer's hardware that interprets and runs the computer program.

software

houses the computer's main electronic components.

RAM

consists of the programs that control the computer.

motherboard

includes its electronic and mechanical components that carries out the instructions of a computer program.

hardware

stores the computer's programs and data temporarily while power is on.

5.

MATCH QUESTION

10 mins • 5 pts

Match the following

parameters

involves values, variables, and operators for example (a+b)/2

assignment

names a memory location to hold different values in your program.

local variables

sets a variable to a value or a mathematical expression.

variable

Variables that are declared and exist only inside a procedure or function (this is called their scope).

expression

input variables for a procedure.

6.

MATCH QUESTION

10 mins • 5 pts

Match the following

INSERT(list, i, value)

a block of programming statements that controls the flow or behavior of an algorithm.

APPEND(list, x)

Inserts x at end of the list

control structure

removes the element in the given list at the given index

REMOVE(list, x)

inserts an element into a list at the index given

input

data sent to a computer for processing by a program and can be tactile, audible, visual, or text

7.

MATCH QUESTION

10 mins • 5 pts

Match the following

conditional statement

a programming construct used to repeat a set of commands (loop) as long as (while) a boolean condition is true

While loop

Loops that have a predetermined beginning, end, and increment (step interval).

If/Else

occurs when the ending condition will never evaluate to true.

Infinite loop

Selection or conditional algorithm that allows a program to choose between different actions.

For loop

a statement that will evaluate to true or false and run code based on the answer

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?