What is a Function?
A reusable block of code that performs one job
What is Iteration (For Loop)?
Repeats code a specific number of times
What is Hardware?
Any physical part of your computer that has a physical structure
What is a Microphone?
Device that allows users to input audio into a computer
What is a Mouse?
A handheld input device that controls a cursor in a graphical interface
What is a Variable?
A placeholder for a piece of information that can change
What is Iteration (While Loop) ?
Repeats code as long as a condition is true
What is Software?
Any set of instructions that tells hardware what to do and how to do it
What is a Speaker?
Hardware output device that generates sound
What is a USB?
A plug-and-play interface that allows a computer to communicate with other devices
What is an Integer?
Whole numbers
What is Conditional Branching (If-Else)?
Chooses between two actions depending on the condition
What is programming?
The process of defining a problem, planning a solution, writing code, testing it, and documenting it
What is a Monitor?
Output device that displays video, images, and text
What is a Port?
A hole or connection on a computer allowing external devices to attach
What is Variable Creation (Declaration)?
Making a new variable so the program can store information
What is Conditional Branching (If)?
Runs code only when a condition is true
What is Debugging?
The process of finding, isolating, and resolving errors in a program
What is Memory?
Any physical device capable of storing information
What is a Printer?
External output device that generates a hard copy of electronic data
What is Variable Assignment?
Giving a variable a value or updating it with a new value
What is Conditional Branching (Else If / Multi-Branch)?
Tests multiple conditions in order
What is Sequencing?
Instructions in a program executed in a specific order
What is a Processor?
The brain of the computer that handles instructions from hardware or software
What is a Trackpad?
Input device on laptops that allows the user to move the cursor using a finger