Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

STARS Exploring CS

Week 3

Prep Work

  • Review the comments you received on your Digitize assignment and update your code to address the comments if time allows
  • Review and be prepared to talk with others about your Digitize assignment

Learning Objectives

  • Understand programming flow of static and dynamic programs in Processing
  • Understand how programming flow changes when using functions
  • Understand and be able to use functions and parameters
  • Understand how the animation loop works in Processing
  • Be able to create and use variables in your code
  • Be able to increment (add a value), and decrement (subtract a value) from a variable
  • Understand and be able to use the max and min methods

Warm up

  • Digitize style review
  • Add methods to your Digitize

Lessons

  • Methods and Parameters

Exercise

Debrief

  • What new things did you learn today?
  • What topics are you still struggling with?
  • What did you especially enjoy about today's class?
  • What can be improved for future classes?

Resources

Homework