unit 3 karel code hs

unit 3 karel code hs

12th Grade

15 Qs

quiz-placeholder

Similar activities

Karel Quizzes 1-5 (Command - Start)

Karel Quizzes 1-5 (Command - Start)

9th - 12th Grade

10 Qs

CS: Quiz/Test 2.1-2.10

CS: Quiz/Test 2.1-2.10

9th - 12th Grade

15 Qs

Python - Karel the Dog

Python - Karel the Dog

9th - 12th Grade

16 Qs

Codehs

Codehs

10th - 12th Grade

20 Qs

Karel Commands

Karel Commands

9th - 12th Grade

10 Qs

CodeHS Concepts of Programming JavaScript

CodeHS Concepts of Programming JavaScript

9th - 12th Grade

15 Qs

IST CodeHS Unit 2 Robot Coding Review

IST CodeHS Unit 2 Robot Coding Review

9th - 12th Grade

20 Qs

unit 3 karel code hs

unit 3 karel code hs

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Robert Taylor

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Media Image

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

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 CHOICE QUESTION

30 sec • 1 pt

What is an avenue in a Karel world?

A column

A row

A single point

Karel’s position

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Assuming turnRight has already been defined, Karel starts at Street 1, Avenue 1, facing East in a 5x5 world. What will happen after this code runs?

move()

move()

turn_right()

move()

Karel ends on street 1, avenue 3

Karel will crash into a wall

Karel ends on Street 2, avenue 3

This code won’t run because of a syntax error

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does a Karel run method look like?

public run() { //code }

public run(){ //code }

public void run { //code }

public void run() { //code }

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Non-executing program statements that provide documentation are ___________.  

Comments

Commands

Classes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Karel begins at Street 2, Avenue 3 facing North. What is her ending location and direction after running the code?

Street 4, Avenue 4, Facing East

Street 2, Avenue 4, Facing West

Street 4, Avenue 2, Facing West

Karel crashes into a wall

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?