Pregunta 1
Pregunta
Which command will draw a circle?
Respuesta
-
ellipse
-
fill
-
background
-
circle
Pregunta 2
Pregunta
Which command will draw a rectangle?
Respuesta
-
ellipse
-
rectangle
-
rect
-
circle
Pregunta 3
Pregunta
Which command adds color?
Respuesta
-
color
-
brush
-
fill
-
backhand
Pregunta 4
Pregunta
Which command can add color to more than one thing
Pregunta 5
Pregunta
What does the background command do?
Pregunta 6
Pregunta
Which line has an error?
Respuesta
-
ellipse (100,100,100,100);
-
ellipse (100 100,100,100);
-
fill (200,50,120);
Pregunta 7
Pregunta
Which line of code will produce a circle
Respuesta
-
ellipse (200,189,100,100)
-
ellipse (200 189,100,100)
-
ellipse (200,189,100,100);
-
ellipse (100,100,100,100)
Pregunta 8
Pregunta
In the line ellipse (200,300,120,100); which number will determine the width?
Pregunta 9
Pregunta
In the line ellipse (200,300,120,100); which number will determine the height?
Pregunta 10
Pregunta
In the line ellipse (200,300,120,100); which number will determine the the horizontal position?
Pregunta 11
Pregunta
In the line ellipse (200,300,120,100); which number will determine the the vertical position?
Pregunta 12
Pregunta
The minimum number of lines of code for this image would be.....
Pregunta 13
Pregunta
Which color in the image does not require a fill?
Pregunta 14
Pregunta
In the image displayed each object required its own fill command to give it color.
Pregunta 15
Pregunta
khan academy does not allow you to copy lines of code.
Pregunta 16
Pregunta
In javascript if you are missing a ; the command will work anyway.
Pregunta 17
Pregunta
In java script the following command ellipse (200,200,10,10); would produce
Pregunta 18
Pregunta
The following line ellipse (200,200,100,100); would produce
Pregunta 19
Pregunta
The following command ellipse (200,200,1,1); would produce a circle
Pregunta 20
Pregunta
The following line ellipse (50,300,100,100); will produce a circle
Respuesta
-
in the lower right side
-
in the lower left side
-
top right side
-
top left side
Pregunta 21
Pregunta
The following line rect(50,50,85,275); will produce
Respuesta
-
a perfect square
-
a tall rectangle
-
a wide rectangle
Pregunta 22
Pregunta
The following line rect(150,20,50,50); will produce
Respuesta
-
a perfect square
-
a tall rectangle
-
a wide rectangle
Pregunta 23
Pregunta
The following command line(50,10,10,10); will produce
Respuesta
-
nothing
-
a dotted line
-
a solid line
-
a wave