
CodeHS Lessons 1-5

Quiz
•
Computers
•
10th - 12th Grade
•
Medium

Tamra Davis
Used 12+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is a valid Karel command?
move();
move
move()
MOVE
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the Karel world, a street is a row.
True
False
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the Karel world, a column is an avenue.
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If Karel starts at Street 1 and Avenue 3 facing East, what street (row) and avenue (column) will Karel be on after this code runs?
move();
move();
move();
turnLeft();
move();
Street 1 Avenue 3
Street 3 Avenue 1
Street 6 Avenue 2
Street 2 Avenue 6
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If Karel is facing North and the code
turnLeft();
turnLeft();
runs; which direction is Karel facing now?
West
East
South
North
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times should Karel turn left in order to turn right?
4
3
2
1
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will teach Karel how to spin in a circle one time?
private void spin()
{
move();
move();
move();
move();
}
private void spin()
{
turnLeft();
turnLeft();
}
private void spin()
{
turnLeft();
turnLeft();
turnLeft();
turnLeft();
}
private void spin()
{
turnRight();
}
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
CodeHS Javascript Unit 1 Quiz Review

Quiz
•
9th - 12th Grade
20 questions
Understanding Functions in Programming

Quiz
•
9th Grade - University
21 questions
AP COMPUTER SCIENCE FINAL

Quiz
•
11th Grade
20 questions
Cycle 4 VR Vex Final Review

Quiz
•
7th - 10th Grade
21 questions
Swift playground Quiz 3

Quiz
•
11th - 12th Grade
25 questions
Code.org Summative

Quiz
•
9th - 12th Grade
15 questions
Microsoft Word Vocabulary Quiz

Quiz
•
9th - 12th Grade
19 questions
Computer basics

Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade