Fundamentals of Computer Science with Karel Unit 2 Exam

Fundamentals of Computer Science with Karel Unit 2 Exam

12th Grade

25 Qs

quiz-placeholder

Similar activities

PROGRAMMING-REVIEW DAY

PROGRAMMING-REVIEW DAY

12th Grade

20 Qs

Advanced Drone Regulations Quiz

Advanced Drone Regulations Quiz

5th Grade - University

20 Qs

YEAR 7 MID-TERM  ASSESSMENT

YEAR 7 MID-TERM ASSESSMENT

7th Grade - University

20 Qs

Assessment Knowledge Quiz

Assessment Knowledge Quiz

6th Grade - University

20 Qs

Introduction to Engineering Vocabulary

Introduction to Engineering Vocabulary

9th Grade - University

21 Qs

12 TJL-Ulangan 1 STS

12 TJL-Ulangan 1 STS

12th Grade - University

20 Qs

Unit 3: Basic Python & Console Interaction

Unit 3: Basic Python & Console Interaction

9th - 12th Grade

21 Qs

EMP TECH 4th Quarter Review Quiz

EMP TECH 4th Quarter Review Quiz

9th - 12th Grade

20 Qs

Fundamentals of Computer Science with Karel Unit 2 Exam

Fundamentals of Computer Science with Karel Unit 2 Exam

Assessment

Quiz

Information Technology (IT)

12th Grade

Practice Problem

Medium

Created by

Moyin Yusuf

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

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

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command makes Karel move forward one space?

move();

turnLeft();

pickBeeper();

putBeeper();

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command places a ball in Karel’s current square?

putBall();

move();

turnLeft();

pickBall();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If Karel tries to move into a wall, what happens?

Karel stops and does not move.

Karel moves through the wall.

Karel jumps over the wall.

Karel turns around automatically.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which loop is best when repeating a fixed number of times?

for loop

while loop

do-while loop

foreach loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which condition checks that there is no wall in front of Karel?

frontIsClear()

leftIsBlocked()

rightIsClear()

frontIsBlocked()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which condition checks if Karel is standing on a ball?

ballsPresent()

noBallsPresent()

frontIsClear()

facingNorth()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We use functions in Karel programs to:

organize code and avoid repetition

make the program run slower

increase the number of errors

limit the program's capabilities

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?