Intro to Programming with Karel

Intro to Programming with Karel

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

Scratch Pre-Assessment

Scratch Pre-Assessment

5th - 9th Grade

20 Qs

CodeMonkey

CodeMonkey

1st Grade - Professional Development

20 Qs

for loop

for loop

9th Grade

22 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

GCSE Programming Constructs

GCSE Programming Constructs

9th Grade

20 Qs

Python 14/12/16

Python 14/12/16

9th - 11th Grade

20 Qs

MP3: Practice Test 1

MP3: Practice Test 1

9th - 12th 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?