AP CSP Vocab

AP CSP Vocab

11th Grade

14 Qs

quiz-placeholder

Similar activities

BTEC DIT C3 LAA - Platforms and Services

BTEC DIT C3 LAA - Platforms and Services

10th - 11th Grade

10 Qs

IT Security Threats

IT Security Threats

10th - 12th Grade

11 Qs

Security and Ethics

Security and Ethics

9th - 12th Grade

17 Qs

DGAI - Strand 6 General Computer Function

DGAI - Strand 6 General Computer Function

9th - 12th Grade

18 Qs

Computer Terminology

Computer Terminology

3rd - 12th Grade

18 Qs

Computers 101

Computers 101

KG - 12th Grade

10 Qs

1 OCR GCSE Computer Science - System Architecture

1 OCR GCSE Computer Science - System Architecture

10th - 11th Grade

13 Qs

Intro to Comp Science: U2L7

Intro to Comp Science: U2L7

8th - 12th Grade

10 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

OR 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).

NOT 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).

logic 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

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

any symbol that requires one byte of storage.

constant

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

character

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

boolean

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

chip

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

3.

MATCH QUESTION

10 mins • 4 pts

Match the following

computer

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

computer bug

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

general purpose computer

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

special purpose computer

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

4.

MATCH QUESTION

10 mins • 5 pts

Match the following

motherboard

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

CPU

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

hardware

houses the computer's main electronic components.

software

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

RAM

consists of the programs that control the computer.

5.

MATCH QUESTION

10 mins • 5 pts

Match the following

local variables

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

variable

input variables for a procedure.

expression

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

assignment

sets a variable to a value or a mathematical expression.

parameters

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

6.

MATCH QUESTION

10 mins • 5 pts

Match the following

control structure

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

input

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

REMOVE(list, x)

Inserts x at end of the list

APPEND(list, x)

removes the element in the given list at the given index

INSERT(list, i, value)

inserts an element into a list at the index given

7.

MATCH QUESTION

10 mins • 5 pts

Match the following

If/Else

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

conditional statement

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

While loop

occurs when the ending condition will never evaluate to true.

Infinite loop

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

For loop

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

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?