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