JavaScript Karel Unit 1 Quiz Study Guide

JavaScript Karel Unit 1 Quiz Study Guide

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Google Sheets

Google Sheets

10th - 12th Grade

20 Qs

Excel 2016

Excel 2016

6th Grade - Professional Development

20 Qs

Control Structure Codehs Karel

Control Structure Codehs Karel

7th - 12th Grade

25 Qs

Spreadsheets Pre-Quiz

Spreadsheets Pre-Quiz

7th - 9th Grade

24 Qs

Karel's Programming Quiz

Karel's Programming Quiz

9th - 11th Grade

21 Qs

Codehs

Codehs

10th - 12th Grade

20 Qs

Programming with Karel Quiz

Programming with Karel Quiz

10th Grade

25 Qs

HTML (Tables &  Frames)

HTML (Tables & Frames)

9th Grade

20 Qs

JavaScript Karel Unit 1 Quiz Study Guide

JavaScript Karel Unit 1 Quiz Study Guide

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Adam Schwaninger

Used 20+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following commands is a valid Karel command?

move

move;

move();

move()

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why is the following command an invalid Karel command?

turnleft();

  1. It should end in a colon rather than a semicolon

  1. The l should be a capital L

  1. It should start with a capital T

  1. This command is correct

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the correct way to define a turnRight function in Karel?

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Why do we use functions in Karel programs?

  1. Break down our program into smaller parts

  1. Avoid repeating code

  1. Make our program more readable

  1. All of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

If Karel starts at Row 1 and Column 1, facing East, where will Karel be, and what direction will Karel be facing after running the following code? (Assume the world is 10x10 in size)

**Click the image**

  1. Row 3, Column 1, Facing North

  1. Row 1, Column 4, Facing North

  1. Row 1, Column 3, Facing South

  1. Row 1, Column 3, Facing North

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Karel starts at Row 1 and Column 1, facing East. After calling the stairStep function twice, where will Karel be and what direction will Karel be facing? (assume this is a SuperKarel program and the world is 10x10 in size)

**Click the image**

  1. Row 2, Column 2, Facing North

  1. Row 3, Column 3, Facing East

  1. Row 3, Column 3, Facing West

  1. Row 4, Column 4, Facing East

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

In this code, how many times is the dance function called and how many times is it defined?

**Click the picture**

  1. Called 1 time, defined 1 time

  1. Called 1 time, defined 3 times

  1. Called 3 times, defined 1 time

  1. Called 3 times, defined 3 times

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?