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

Câu hỏi về PowerPoint

Câu hỏi về PowerPoint

4th Grade - University

20 Qs

ICT Quiz 1

ICT Quiz 1

9th - 12th Grade

20 Qs

SQL Basics Worksheet

SQL Basics Worksheet

8th Grade - University

20 Qs

ICT G 7 Chapter 2.1 Input and Output Devices

ICT G 7 Chapter 2.1 Input and Output Devices

7th Grade - University

20 Qs

12A and C version 1 Final Semester 1 Exam

12A and C version 1 Final Semester 1 Exam

12th Grade

20 Qs

Types of Artificial Intelligence (AI)

Types of Artificial Intelligence (AI)

9th - 12th Grade

20 Qs

Quiz Week 5: 211 and 304

Quiz Week 5: 211 and 304

12th Grade

20 Qs

Digital Citizenship Test

Digital Citizenship Test

7th Grade - University

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

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?