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