Karel/input-output in Python – Multiple Choice Test

Karel/input-output in Python – Multiple Choice Test

10th Grade

27 Qs

quiz-placeholder

Similar activities

Animation and Games Review

Animation and Games Review

9th - 12th Grade

24 Qs

Computer Programming in Python Review

Computer Programming in Python Review

9th - 12th Grade

25 Qs

Programming with Karel Quiz

Programming with Karel Quiz

10th Grade

31 Qs

Week 2 Stations

Week 2 Stations

9th - 12th Grade

23 Qs

Animation and Games Code

Animation and Games Code

9th - 12th Grade

24 Qs

Computer Science Final Review Part II

Computer Science Final Review Part II

9th - 12th Grade

24 Qs

Code HS 3.19 Intro to Programming w/Karel

Code HS 3.19 Intro to Programming w/Karel

9th - 12th Grade

25 Qs

Programming with Karel

Programming with Karel

10th Grade

25 Qs

Karel/input-output in Python – Multiple Choice Test

Karel/input-output in Python – Multiple Choice Test

Assessment

Quiz

Computers

10th Grade

Easy

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?