Codekids Quiz 3

See how much you remember!

Try to answer the following questions:

1. How do you say 'circle' in Processing?

2. 'X' means what?

3. What does the following command mean?

noStroke();

4. What does the following command mean?

smooth();

5. What will happen if you tell processing the following?

size(400,400);

background(0);

point(200,200);

stroke(255,0,0);

strokeWeight(100);

 

Go back to the home page.