Karel Programming - Grade 9 - Quiz 1

Karel Programming - Grade 9 - Quiz 1

9th Grade

20 Qs

quiz-placeholder

Similar activities

CodeHS Test

CodeHS Test

7th - 9th Grade

20 Qs

Karel 2.10, 2.11

Karel 2.10, 2.11

6th - 9th Grade

25 Qs

Karel Commands

Karel Commands

6th - 9th Grade

25 Qs

Karel Adventures

Karel Adventures

9th - 12th Grade

25 Qs

CodeHS - Unit 5 - Into to Programming with Karel

CodeHS - Unit 5 - Into to Programming with Karel

9th Grade

18 Qs

CodeHS Javascript Unit 1 Quiz Review

CodeHS Javascript Unit 1 Quiz Review

9th - 12th Grade

25 Qs

Computer basics

Computer basics

KG - Professional Development

19 Qs

Cycle 4 VR Vex Final Review

Cycle 4 VR Vex Final Review

7th - 10th Grade

20 Qs

Karel Programming - Grade 9 - Quiz 1

Karel Programming - Grade 9 - Quiz 1

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Raizal Antony

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is written correctly?

Move

move

move()

move();

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is written incorrectly?

putball();

putBall();

pickBall();

turnLeft();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


Read the code given below:

putBall();

move();

putBall();

Output of the code - put 2 balls in the same place and then move one place

Is the output true or false?

true

false

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Does the code in the picture will move Karel in a square?

Pick True or False

true

false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code among the following below will put Karel in the position shown in second world?

move(); putBall(); move(); putBall();

putBall(); move(); putBall(); move();

move(); putBall(); putBall(); move();

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code below will put Karel in the position shown in picture?

move(); Move(); turnLeft(); move();

move(); move(); turnLeft(); move();

move(); move(); TurnLeft(); Move();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statement - A code should NOT read like English.

Is the statement above true or false?

True

False

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?