Functions DRILL

Functions DRILL

6th - 8th Grade

5 Qs

quiz-placeholder

Similar activities

CLASS 8 - VIVA 2024-25

CLASS 8 - VIVA 2024-25

8th Grade

10 Qs

Coding Karel 1

Coding Karel 1

KG - University

6 Qs

Gmail Login

Gmail Login

KG - 12th Grade

10 Qs

Functions DRILL

Functions DRILL

8th Grade

3 Qs

Perfect Passwords GW

Perfect Passwords GW

7th Grade

10 Qs

Karel Programming Drill

Karel Programming Drill

8th Grade

7 Qs

Karel Functions Worksheet

Karel Functions Worksheet

6th Grade

10 Qs

Karel's Museum Tasks Drill

Karel's Museum Tasks Drill

8th Grade

5 Qs

Functions DRILL

Functions DRILL

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Jonathan Smith

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_____ allow us to break our program into smaller parts and make the program easier to understand.

Classes

Variables

Functions

Commands

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All functions must start and end with ______

{ }

) ;

; ;

( )

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Defining a function is getting Karel to do the command.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Calling a function is teaching Karel a new word or writing out the instructions for a new action.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a rule when naming functions?

Names should start with uppercase letters and may include spaces

Names should start with action verbs and sound like commands

Names should describe what the function does

Names should start with a letter, no spaces, and each new word should start with an uppercase letter.