Writing in the language of a computer (Coding)
What is Programming?
Instructions that are repeated until a given condition is false.
What are Loops?
BONUS: What are the two types of common loops?
If/Else Statements
If a comparison is True, then the if- block will be executed. And, if a comparison is False, then the else- block will be executed.
Computer systems that are able to learn and adapt without following explicit instructions
What is Machine Learning?
A computer system modeled on the human brain and nervous system
What is a neural network?
Example of Data Structures
What is an Array?
or
What is a Linked List?
These hold various values - you can declare, assign, or change their values.
What are Variables?
|| operator function
What is the OR operator that returns either true or false?
Supervised Learning
What are algorithms learning from labeled datasets?
Computer Vision
What is a computer system deriving meaningful information from digital images, videos, and other visual inputs?
Computer Science
What is the creation and adaptation of technology?
Iteration
What is the act of repeating a process?
A set of instructions that cause the computer to begin an execution of a different instruction sequence.
What is Branching?
Using algorithms to find patterns in data without guidance.
What is Unsupervised Learning?
Human-Robot Interaction
What is the name for the field of robotics that focuses on making robots that can interact with humans?
Generating ideas into broader categories/ideas. (simplifying problems)
What is Abstraction?
Function
What are a small set of instructions that defines how to complete a specific task?
Comparator
What compares two or more variables?
BONUS: List at least 3 Comparators.
What are image recognition, speech recognition, medical diagnosis, statistical arbitrage, predictive analytics, extraction3, and show recommendations?
A type of robot that is designed to perform a specific task
What is an Industrial Robot?
Thinking like a computer
What is Computational Thinking?
or
What is The Title?
A process to follow to solve a problem; a set of instructions.
What is an Algorithm?
== operator function
What compares two values and checks if they are equal?
Decision Tree
What is a supervised learning algorithm that is used for classification and regression modeling?
Mobile Robot
What is a type of robot that is designed to move around on wheels or on tracks?