Search Header Logo

AP CSP Vocab

Authored by Kaitlyn Ross

Computers

11th Grade

Used 48+ times

AP CSP Vocab
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MATCH QUESTION

10 mins • 4 pts

Match the following

NOT 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

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

AND 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.

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

2.

MATCH QUESTION

10 mins • 5 pts

Match the following

compilation

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

constant

any symbol that requires one byte of storage.

character

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

chip

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

boolean

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

3.

MATCH QUESTION

10 mins • 4 pts

Match the following

computer bug

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

computer

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

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

4.

MATCH QUESTION

10 mins • 5 pts

Match the following

RAM

houses the computer's main electronic components.

CPU

consists of the programs that control the computer.

motherboard

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

software

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

hardware

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

5.

MATCH QUESTION

10 mins • 5 pts

Match the following

assignment

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

local variables

input variables for a procedure.

expression

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

variable

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

parameters

sets a variable to a value or a mathematical expression.

6.

MATCH QUESTION

10 mins • 5 pts

Match the following

input

Inserts x at end of the list

REMOVE(list, x)

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

INSERT(list, i, value)

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

control structure

removes the element in the given list at the given index

APPEND(list, x)

inserts an element into a list at the index given

7.

MATCH QUESTION

10 mins • 5 pts

Match the following

If/Else

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.

For loop

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

conditional statement

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

Infinite loop

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?