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.
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?
Computer Science
What is the creation and adaptation of technology?
Iteration
What is the act of repeating a process?
Makes machines to learn by themselves and perform human task
What is Artificial Intelligence?
what is a variable
a symbol or name that can represent a value.
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.
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?