conditionals

In computer science conditionals are statements that handle decisions. They perform actions based upon whether a condition is true or false. TechnoKids projects teach students how to build scripts that trigger actions using if-then, if-else, and if-elif-else statements.

Python Variables and Offline Coding Exercise

Young programmers need to understand the purpose of Python variables. In a program, variables store values that can change. They are very powerful. They can be used to count, create lists, store user input, report information, personalize the user experience, trigger an action, calculate amounts, and more! One of the best ways to learn about […]

Python Variables and Offline Coding Exercise Read More »

Teaching If Then Statements, Make Real World Connections

Make real world connections when teaching if then statements to beginners. If then statements are conditionals. A conditional is an action that occurs if something specific happens. If then statements are used in programming to trigger a set of instructions. If then statements can be a difficult concept for young children to understand. To help

Teaching If Then Statements, Make Real World Connections Read More »

Scroll to Top