Programming Concepts with Karel

Programming Concepts with Karel

9th Grade

13 Qs

quiz-placeholder

Similar activities

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Five Nights At Freddy's: Security Breach Quiz

Five Nights At Freddy's: Security Breach Quiz

KG - Professional Development

13 Qs

Access - Lesson 14

Access - Lesson 14

9th - 12th Grade

10 Qs

BTEC Theory quiz 1: Networks and Internet

BTEC Theory quiz 1: Networks and Internet

8th - 11th Grade

16 Qs

Activity 1: How well do you know Java?

Activity 1: How well do you know Java?

9th Grade

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Basic Python Bug Squashing

Basic Python Bug Squashing

9th Grade

11 Qs

Abhyudaya coding class -  Grade 7

Abhyudaya coding class - Grade 7

6th Grade - University

10 Qs

Programming Concepts with Karel

Programming Concepts with Karel

Assessment

Quiz

Computers

9th Grade

Practice Problem

Medium

Created by

Wayground Content

Used 22+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The keyword else cannot be used without ___________ keyword

if
default
switch
for

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete the code: 'function turnAround() { ___; turnLeft(); }'.

A) turnRight()

B) move()

C) turnLeft()

D) stop()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What surrounds an if/else statement?

Quotations " "

Curly Brackets { }

Parenthesis ( )

Square Brackets [ ]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a benefit of using preconditions in programming?

They make the code harder to understand

They ensure the program starts in a known state

They slow down the program

They are unnecessary.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. Like Karel but already knows how to turnRight() and turnAround()

Curly Bracket
World
Super Karel
Define A Function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the corrected version of the loop: 'for (var i = 0, i < 4, i++) { move(); }'?

for (var i = 0; i < 4; i++) { move(); }

for (var i = 0; i < 4; i--) { move(); }

for (var i = 0; i <= 4; i++) { move(); }

for (var i = 0; i < 3; i++) { move(); }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: The _______ command is used to rotate Karel 90 degrees clockwise.

move()

putBall()

turnLeft()

turnRight()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?