Data with Variables & Operators
This module introduces learners to working with data in PictoBlox using variables and operators. Over six lessons, students will learn how to store and manipulate information, capture user input, and perform arithmetic operations. The module emphasizes hands-on practice through projects like calculators and interactive drawing tools, helping learners understand the practical use of data in programming. By the end of this module, students will be able to build interactive applications that respond to user input and perform calculations.
Decisions with Conditionals & Logic
This module introduces learners to the concept of conditional statements and logical operators in PictoBlox. Through interactive lessons, students will learn how to make decisions in their programs using relational operators, conditional blocks, and logical operators like AND, OR, and NOT. By the end of this module, learners will create programs that involve decision-making, such as a grading system and an advanced calculator. This module builds upon prior knowledge of variables and arithmetic operations.