Skip to content

Quiz 1

———————————————————-

Key Vocabulary terms for the first week:

1. what does the following code do?

2. Size (400, 400) =

3. Background( 192, 64, 0); =

4. stroke(255) =

5. How many times does the setup() block run? =

6. How many time does the draw() block run? =

7. Where must the size() function always be? =

8. Where best used to initialize, setup() or draw() ? =

9. Is electronica music dead? Yes or No? =

10. what is an ellipse? And what are the numbers after the ellipse?

Ellipse(56, 46, 55, 58)  —–the answers to the four numbers after ellipse are: (height, y, x, width) –

——– ORDER THE ANSWERS TO THE NUMBERS BELOW ————

56 = 46 = 55 = 58 =

11. what are the number after line(30, 20, 85, 75);

int or float: x-coordinate to the first point = a

int or float: y-coordinate to the first point = b

int or float: x-coordinate to the second point = c

int or float: y-coordinate to the second point = d

——– ORDER THE ANSWERS TO THE NUMBERS BELOW ————

30 = 20 = 85 = 75=

12. What is the domain (website) name for processing? =