Programming: Putting Together the Pieces
Overview
In this module you will explore how to put together different kinds of program code to make a program do what you want it to do. These pieces include:
- instruction: A statement that executes to make objects perform a certain action
- control structure: a statement that controls the execution of a block of instructions
- function: asks a question about a condition or computes a value
- expression: a math operation on numbers or other kinds of values
.
- Lesson 1:Built-in functions and Expression
- Lesson 2:Simple Control Structures
- Lesson 3:Camera and Animation Controls