Intro To Computer Science Quiz #3

8 Questions | Attempts: 85
Please wait...
Question 1 / 9
🏆 Rank #--
Score 0/100

1. What does the following code create:forward(50);right(90);forward(100);right(90);forward(50);right(90);forward(100);

Submit
Please wait...
About This Quiz
Intro To Computer Science Quiz #3 - Quiz

Basic java terms, concepts, etc.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. What comes at the end of a statement?

Submit

3. What is missing from the following code?
for int i=0; i<45; i++{forward(20);left(45);}

Submit

4. Which of the following are the basic drawing commands?

Submit

5. Which of the following is correct?

Submit

6. PenUp();forward(100);right(90);forward(50);right(90);forward(100);right(90);forward(50)

Submit

7. What will happen?
for(int i=0; i<4; i++) { forward(50); right(90); }
setDisplayColor(Color.blue);

Submit

8. What will happen?
The turtle starts at it's original position. A setPosition command is used and nothing else. 

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (8)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What does the following code...
What comes at the end of a statement?
What is missing from the following code?for int i=0; i<45;...
Which of the following are the basic drawing commands?
Which of the following is correct?
PenUp();forward(100);right(90);forward(50);right(90);forward(100);right(90);forward(50)...
What will happen?for(int i=0; i<4;...
What will happen?The turtle starts at it's original position. A...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!