Intro to Programming with Karel

Intro to Programming with Karel

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

HTML/JS quizziz 2 (Two)

HTML/JS quizziz 2 (Two)

6th Grade - Professional Development

20 Qs

Programming Basics

Programming Basics

9th - 12th Grade

21 Qs

Code.org simple coding

Code.org simple coding

5th - 9th Grade

21 Qs

Parameters and Return Review

Parameters and Return Review

9th - 12th Grade

19 Qs

C++ PROGRAMMING

C++ PROGRAMMING

12th Grade

23 Qs

GCSE Programming Constructs

GCSE Programming Constructs

9th Grade

20 Qs

Computer Science Quiz 02

Computer Science Quiz 02

10th Grade - University

19 Qs

Python Loops Quiz

Python Loops Quiz

10th Grade

20 Qs

Intro to Programming with Karel

Intro to Programming with Karel

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jennifer Trost

Used 45+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the correct Karel command syntax

putball();

putBall()

PutBall();

putBall();

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A set of steps or rules to follow to solve a particular problem.

algorithm

Decomposition

Function

control structures

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The process of breaking down your code into smaller parts (more functions)

Decomposition

Indentation

lowerCamelCase

Start Function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The visual structure of how your code is laid out. Using tabs to organize code into a hierarchy.

JavaScript

Indentation

Start Function

Algorithm

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the function that is called when you click run.

Start Function

Functions

Decomposition

While Loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Teaching the computer a new command. Used to explain what a program should do when receiving that command.

Defining a Function

Calling a Function

Start Function

Readability

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_______ a function actually gives the command, so the computer will run the code for that function.

Debugging

Indenting

Defining

Calling

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?