Codekids Quiz 2

See how much you remember!

Try to answer the following questions:

1. What does the following command mean?

size(100,100);

 

2. What does the following command mean?

backround(0,0,0);

 

3. What are the three colours we use to make all of our other colours?

 

4. What does the following command mean?

stroke(255,0,0);

 

5. What is a 'stroke' (in Processing)?

 

6. What does the following command mean?

point(50,200);

 

7. Don't forget the __________.

 

 

Go back to the home page.