Logo

Crash Course Computer Science | Programming Basics: Statements & Functions: Crash Course Computer Science #12 | PBS

By Owner - Crash Course Computer Science - Powered By PBSFrom Pbs OrgSeptember 9, 2025

Today, Carrie Anne is going to start our overview of the fundamental building blocks of programming languages. We’ll start by creating small programs for our very own video game to show how statements and functions work. We aren’t going to code in a specific language, but we’ll show you how conditional statements like IF and ELSE statements, WHILE loops, and FOR loops control the flow of programs

#Variable
#Loop
#Function
#Condition
#Input
#Output
#Syntax
#Debug
#Compile
#Code