
Karel/input-output in Python – Multiple Choice Test

Quiz
•
Computers
•
10th Grade
•
Easy

Ashutosh Kumar
Used 2+ times
FREE Resource
27 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command makes Karel move forward one step?
step()
walk()
move()
go()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command makes Karel turn 90° to the left?
turnRight()
turnLeft()
rotateLeft()
spin()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which command puts a ball on the current square?
putBall()
dropBall()
placeBall()
ballDown()
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If Karel is facing a wall and we call move(), what happens?
Karel moves through the wall
Karel stops silently
An error occurs
Karel jumps the wall
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do we define a new function in Python Karel?
function turnRight();
def turnRight():
make turnRight()
create turnRight:
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which definition correctly makes Karel turn right?
def turnRight(): turnLeft()
def turnRight(): turnLeft(); turnLeft(); turnLeft()
def turnRight(): turnRight(); turnRight(); turnRight()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will this code do?
def turnAround():
turnLeft()
turnLeft()
Karel faces the same direction again
Karel turns around 180°
Karel moves two steps
Karel does nothing
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
CodeHS Tracy the Turtle Final Test

Quiz
•
6th - 10th Grade
23 questions
Основы C#. часть3 (Циклы)

Quiz
•
7th Grade - University
27 questions
Bandsaw Safety

Quiz
•
9th - 10th Grade
28 questions
Video Game Design: Microsoft MakeCode Test

Quiz
•
9th - 12th Grade
22 questions
Grade 7AG Exam V1 -Term 3 2025/2025

Quiz
•
10th Grade - University
24 questions
Finch Robot and Scratch

Quiz
•
9th - 10th Grade
32 questions
Unit 2: Properties

Quiz
•
9th - 12th Grade
22 questions
Premiere Pro Tools

Quiz
•
9th - 12th 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
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
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade