Unit 2 Module 3

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

.