Please enable JavaScript to use CodeHS

SC Intermediate Programming Glossary

Flashcards

Course:

Module:

Lesson:

Search:

If Statement General

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

else statement Python

Executes code only if all conditions are false

Sequential Programming General

sequential programming refers to programs that are executed sequentially – once through, from start to finish, without other processing executing.

Non-sequential Programming General

Non-sequential Programming refers to a programming paradigm where programs can have multiple tasks being completed at once or out of sequential order.