CS Vocab
Loops and Logic
Branching Out
100

Writing in the language of a computer (Coding)

What is Programming?

100

Instructions that are repeated until a given condition is false.

What are Loops?


BONUS: What are the two types of common loops?

100

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.

200

Example of Data Structures

What is an Array?

or

What is a Linked List? 

200

These hold various values - you can declare, assign, or change their values.

What are Variables?

200

|| operator function

What is the OR operator that returns either true or false?

300

Computer Science

What is the creation and adaptation of technology?

300

Iteration

What is the act of repeating a process?

300

Makes machines to learn by themselves and perform human task

What is Artificial Intelligence?

400

what is a variable

a symbol or name that can represent a value.

400

Function

What are a small set of instructions that defines how to complete a specific task?

400

Comparator

What compares two or more variables?


BONUS: List at least 3 Comparators.


500

Thinking like a computer

What is Computational Thinking?

or

What is The Title?

500

A process to follow to solve a problem; a set of instructions.

What is an Algorithm?

500

== operator function

What compares two values and checks if they are equal?

M
e
n
u