MISC.
Iterations/Conditionals
Basics
Hardware
Hardware Cont.
100

What is a Function?

A reusable block of code that performs one job

100

What is Iteration (For Loop)?

Repeats code a specific number of times

100

What is Hardware?

Any physical part of your computer that has a physical structure

100

What is a Microphone?

Device that allows users to input audio into a computer

100

What is a Mouse?

A handheld input device that controls a cursor in a graphical interface

200

What is a Variable?

A placeholder for a piece of information that can change

200

What is Iteration (While Loop) ?

Repeats code as long as a condition is true

200

What is Software?

Any set of instructions that tells hardware what to do and how to do it

200

What is a Speaker?

Hardware output device that generates sound

200

What is a USB?

A plug-and-play interface that allows a computer to communicate with other devices

300

What is an Integer?

Whole numbers

300

What is Conditional Branching (If-Else)?

Chooses between two actions depending on the condition

300

What is programming?

The process of defining a problem, planning a solution, writing code, testing it, and documenting it

300

What is a Monitor?

Output device that displays video, images, and text

300

What is a Port?

A hole or connection on a computer allowing external devices to attach

400

What is Variable Creation (Declaration)?

Making a new variable so the program can store information

400

What is Conditional Branching (If)?

Runs code only when a condition is true

400

What is Debugging?

The process of finding, isolating, and resolving errors in a program

400

What is Memory?

Any physical device capable of storing information

400

What is a Printer?

External output device that generates a hard copy of electronic data

500

What is Variable Assignment?

Giving a variable a value or updating it with a new value

500

What is Conditional Branching (Else If / Multi-Branch)?

Tests multiple conditions in order

500

What is Sequencing?

Instructions in a program executed in a specific order

500

What is a Processor?

The brain of the computer that handles instructions from hardware or software

500

What is a Trackpad?

Input device on laptops that allows the user to move the cursor using a finger

M
e
n
u