Intro To Computer Science Quiz #3

8 Questions | Attempts: 85
Share
Please wait...
Question 1 / 8
0 %
0/100
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
Computer Science Quizzes & Trivia

Basic java terms, concepts, etc.

Personalize your quiz and earn a certificate with your name on it!
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
View My Results

Quiz Review Timeline (Updated): Mar 21, 2022 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 01, 2009
    Quiz Created by
    Kmckenzie29
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...
Alert!

Advertisement