Try to answer the following questions:
1. How do you say 'circle' in Processing?
Choose an answer elipse Ellippse ellipsse Ellipse ellipse Eel Lips
2. 'X' means what?
Choose an answer Cross it off, dude. How far over How far down Short for X-ray
3. What does the following command mean?
noStroke();
Choose an answer No touchie! Don't make lines Don't fill circles Don't go swimming
4. What does the following command mean?
smooth();
Choose an answer Draw shapes real smooth like, with no ugly jaggies Don't freak out Make the picture blurry Spread the peanut butter nicely
5. What will happen if you tell processing the following?
size(400,400); background(0); point(200,200); stroke(255,0,0); strokeWeight(100);
size(400,400);
background(0);
point(200,200);
stroke(255,0,0);
strokeWeight(100);
Choose an answer Processing will make a 200 pixel round red dot in the upper-right corner Processing will make a 100 pixel round red dot in the middle Processing will make a 255 pixel long line Processing will make a black 400 by 400 window
Go back to the home page.