• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

BMS Processing Class

A Course23.com Production

"Stop, Pause, and Think..." -- Ms. Elwell
"Take your time, it isn't a race" -- Mr. Helmke

  • Home
  • Graphing and Color
    • Graphing Shapes
      • Activity 1
      • Activity 2
    • Color (R,G,B) and Grey Scale
      • Activity 3
      • Activity 4
  • Code and Sketches
    • Parts of Code
      • Activity 5
    • Your Code & OpenProcessing Sketches
      • Activity 6
      • Activity 7
  • Variables, etc
    • Variables
      • Activity pre8 and 8
      • Activity 8.1
      • Activity 9
      • Activity 10
      • Activity 11
      • Activity 11.1
    • Operator Precedence
      • Activity 12
      • Activity 13
    • Random
      • Activity 14
      • Activity 15
  • Conditionals – If, Else, Else If
  • Resources

Activity 1

Use Graph Paper.

Take the graph paper provided and draw the shapes that would be drawn by this code:

1
2
3
4
5
6
7
8
9
10
1. line(220, 390, 240, 370);
2. line(260, 390, 280, 370);
3. rect(100, 150, 200, 200);
4. triangle(100, 150, 300, 150, 200, 50);
5. ellipse(200, 230, 100, 50);
6. point(280, 320);
7. rect(250, 280, 30, 70);
8. point(350, 50);
9. ellipse(50, 50, 60, 60);
10. line(320, 20, 380, 80);

Go back to:  Graphing Shapes

Primary Sidebar

Required Reading:

Course Coding Standards

Copyright © 2016–2021 Chris Elwell/Michael Helmke · This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License · Log in