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