Intro to Programming with Karel

Intro to Programming with Karel

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

Code.org Discoveries Conditional Blocks

Code.org Discoveries Conditional Blocks

6th - 9th Grade

20 Qs

Scratch

Scratch

7th - 9th Grade

19 Qs

CodeHS Programming with Karel

CodeHS Programming with Karel

9th - 12th Grade

20 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

Karel Quiz

Karel Quiz

8th - 12th Grade

22 Qs

Control Statements in Python

Control Statements in Python

11th Grade

20 Qs

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

AQA GCSE Computer Science - 3.1.1 Representing Algorithms

8th - 10th Grade

19 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?