Please enable JavaScript to use CodeHS

Mix and Match Middle School Course Glossary

Flashcards

Course:

Module:

Lesson:

Search:

While Loop General

Lets us repeat code as long as something is true.

While Loop

If Statement General

An if statement lets you ask a question to the program and only run code if the answer is true.

If Statement

If Else Statement General

Control structure that lets us run either one section of code or another depending on a test.

If Else Statement

Syntax General

The rules for writing code in a specific programming language

Bug General

A bug is a problem in your code.

Bug

Debugging General

Debugging is fixing a problem in your code.

Debugging