IST CodeHS Unit 7 Robot Coding Review

Quiz
•
Computers, Mathematics
•
9th - 12th Grade
•
Medium

Jason Bentley
Used 25+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the purpose of IF statement #1?
If there is a ball at the current location, pick it up
If there is no ball at the current location, put one down
If the front is clear, move forward
If there is a ball at the last location, pick it up
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
What is wrong with this Karel command? Select all that apply: Move;
this command is correct
it should have a lower case m
it should have parentheses
it should not have a semi-colon ;
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What is wrong with this code? Select all that apply:
the function name should be Start()
the move() command is undefined
the go() function is undefined
the go() function is called twice in a row
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many tennis balls will Karel put down in this program?
4
5
6
0
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the best way to define a function that turns Karel around at the same location?
function turnAround() { turnLeft(); turnLeft(); }
function turn() {
turnLeft();
turnRight(); }
function turnAround() {
turnRight();
turnRight();
turnRight(); }
turnAround function() {
move();
turnLeft();
move(); }
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to write a single line comment in JavaScript?
//comment
/* this is a multi-
* line comment
* using JS
*/
#comment
this is a comment
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is a valid Karel command?
turnLeft();
turnBack();
goForward();
goLeft();
Create a free account and access millions of resources
Similar Resources on Wayground
21 questions
Java Programming Quiz unit 3

Quiz
•
12th Grade
25 questions
Cybersecurity

Quiz
•
7th - 9th Grade
25 questions
Programming with Karel Quiz

Quiz
•
6th - 9th Grade
25 questions
Unit 1 Karel Programming Quiz (Python)

Quiz
•
10th Grade
25 questions
Unit 1 Intro to Progamming with Karel

Quiz
•
9th - 12th Grade
21 questions
Karel the Robot Test

Quiz
•
10th Grade
20 questions
Intro to Python Turtle Graphics 2.1-2.4 [50 points]

Quiz
•
9th Grade
19 questions
Python and Karel Programming Quiz (50 minutes)

Quiz
•
9th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

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

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade