Quizzes
Search
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Create a Quiz
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Search
Create A Quiz
Take Quizzes
Animal
Nutrition
Love
Relationship
Computer
Sports
Society
Business
Geography
Language
Personality
Harry Potter
Movie
Television
Music
Online Exam
Health
Country
Art
Entertainment
Celebrity
Math
Game
Book
Fun
Science
Food
History
Education
All Topics
Products
Quiz Maker
Training Maker
Survey Maker
Flashcards
Brain Games
See All
ProProfs.com
Quizzes
Quizzes
Intro To Computer Science Quiz #3
8 Questions
|
By Kmckenzie29 | Updated: Mar 21, 2022
| Attempts: 85
Share
Start
Share on Facebook
Share on Twitter
Share on Whatsapp
Share on Pinterest
Share on Email
Copy to Clipboard
Embed on your website
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
Start Quiz
About This Quiz
Basic java terms, concepts, etc.
2.
What's your name?
We’ll put your name on your report, certificate, and leaderboard.
2.
What comes at the end of a statement?
Semi-colon
Colon
Curly brace
Parentheses
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?
SetPenWidth(); forward(); backward(); right();
Forward(); backward(); setHeading(); setPostion();
Forward(); backward(); left(); right();
SetPenColor(); backward(); right(); forward();
Submit
5.
Which of the following is correct?
SetpenColor(Color.blue)
SetDisplay(Color.orange);
SetDisplayColor(blue);
SetPenColor(Color.pink);
Submit
6.
PenUp();forward(100);right(90);forward(50);right(90);forward(100);right(90);forward(50)
A rectangle
A square
Some lines
Nothing
Submit
7.
What will happen?
for(int i=0; i<4; i++) { forward(50); right(90); }
setDisplayColor(Color.blue);
You will see a square with blue background.
You will see four squares on a blue background.
You will only see a blue background.
Nothing will happen.
Submit
8.
What will happen?
The turtle starts at it's original position. A setPosition command is used and nothing else.
The turtle will do nothing
The turtle will move to the new position
The turtle will draw a line to the new position
Submit
View My Results
Related Quizzes
Intro To Computer Science Quiz #1
Intro To Computer Science Quiz #1
Intro To Area Studies
Intro To Area Studies
Intro To German 1st Quiz - Basic Conversation
Intro To German 1st Quiz - Basic Conversation
Thank you for your feedback!
Would you like to edit this question to improve it?
No thanks
Name:
Email:
Oops! Give us more information:
Incorrect Question
Incorrect Answer
Typos
I have a feedback
Submit
Please provide name and email to proceed.
Please provide correct email to proceed.
Please provide feedback.
Please select the option.
All (8)
Unanswered (
)
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...
X
OK
X
OK
Cancel
X
OK
Cancel
Back to top
Back to top
Advertisement