Try to answer the following questions:
1. What does the following command mean?
size(100,100);
Choose an answer The size is 100 thousand Make a window at point 100 100 Make a window 100 pixels wide and 100 pixels tall Make a window 100 pixels tall and 100 pixels wide
2. What does the following command mean?
backround(0,0,0);
Choose an answer The background is empty Make the background colour black Make the background colour white Nothing--'backround' is not a word processing knows
3. What are the three colours we use to make all of our other colours?
Choose an answer Red Blue Yellow Red Green Purple Red Yellow Green Red Green Blue
4. What does the following command mean?
stroke(255,0,0);
Choose an answer Make a stroke 255 pixels wide Make a stroke 255 pixels tall Set the stroke colour to green Set the stroke colour to red
5. What is a 'stroke' (in Processing)?
Choose an answer A way to move your arms and legs when swimming A type of brain injury A line A circle A rectangle
6. What does the following command mean?
point(50,200);
Choose an answer Make a point 50 pixels over and 200 pixels down Make a point 50 pixels down and 200 pixels over Make a point 50 pixels wide and 200 pixels tall Make a point 50 pixels tall and 200 pixels wide Make 50 points that are coloured blue Point at the sky and do the hokeypokey
7. Don't forget the __________.
Choose an answer . , : ` ' ;
Go back to the home page.