Which command will draw a circle?
ellipse
fill
background
circle
Which command will draw a rectangle?
rectangle
rect
Which command adds color?
color
brush
backhand
Which command can add color to more than one thing
What does the background command do?
adds a clear background
changes the size of the backgound
adds color to the backgound
Which line has an error?
ellipse (100,100,100,100);
ellipse (100 100,100,100);
fill (200,50,120);
Which line of code will produce a circle
ellipse (200,189,100,100)
ellipse (200 189,100,100)
ellipse (200,189,100,100);
ellipse (100,100,100,100)
In the line ellipse (200,300,120,100); which number will determine the width?
100
120
200
300
In the line ellipse (200,300,120,100); which number will determine the height?
In the line ellipse (200,300,120,100); which number will determine the the horizontal position?
In the line ellipse (200,300,120,100); which number will determine the the vertical position?
The minimum number of lines of code for this image would be.....
20
25
11
3
Which color in the image does not require a fill?
red
brown
yellow
white
In the image displayed each object required its own fill command to give it color.
khan academy does not allow you to copy lines of code.
In javascript if you are missing a ; the command will work anyway.
In java script the following command ellipse (200,200,10,10); would produce
a large circle
a circle in the middle of the screen
A circle that is 200 by 200
A rectangle
The following line ellipse (200,200,100,100); would produce
an oval
a circle
nothing
The following command ellipse (200,200,1,1); would produce a circle
at the top left side
at the top right side
in the center
in the lower left side corner
The following line ellipse (50,300,100,100); will produce a circle
in the lower right side
in the lower left side
top right side
top left side
The following line rect(50,50,85,275); will produce
a perfect square
a tall rectangle
a wide rectangle
The following line rect(150,20,50,50); will produce
The following command line(50,10,10,10); will produce
a dotted line
a solid line
a wave