Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Programming Labs Set B

mrseidel edited this page Sep 5, 2022 · 2 revisions

๐Ÿ“˜ Labs Set (B)

See replit.com for the labs associated with this portion of the course. It is highly suggested that you complete these labs prior to attempting Processing - Assignment 2

There might be quizzes and tests involved with this portion of the course. See your teacher for details.

Learning Goals and Success Criteria

This is a verbal-feedback-only section of the course.

The Overarching Learning Goal for this is Programming Concepts. The specific Learning Goal(s) for this include:

  • We are learning to explain programming concepts and constructs.
  • We are learning to plan, write, and maintain simple programs.

You will be assessed on the following success criteria.

Success Criteria for
We are learning to explain programming concepts and constructs
Look Fors
I can identify situations in which looping structures are required. * proper location of loops,
* loops used are for 3 or more items
Success Criteria for
We are learning to plan, write, and maintain simple programs
Look Fors
I can write a program that includes looping structures. * correct formatting of loops,
* able to use multiple loops for different areas of the sketch,
* used appropriately named variables for loops,
* able to use both for and while loops