Code.org Functions

Code.org Functions

8th Grade

5 Qs

quiz-placeholder

Similar activities

Python with Minecraft: Quiz 2

Python with Minecraft: Quiz 2

8th Grade

10 Qs

Arduino Quiz

Arduino Quiz

8th Grade

9 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

Functions

Functions

8th Grade - University

10 Qs

Banana Tales Part I (1-40)

Banana Tales Part I (1-40)

6th - 8th Grade

10 Qs

2.1 Procedures

2.1 Procedures

8th - 10th Grade

9 Qs

Vocabulary Quizz

Vocabulary Quizz

5th - 12th Grade

9 Qs

OCR Computer Science 2.3 Testing

OCR Computer Science 2.3 Testing

8th - 11th Grade

7 Qs

Code.org Functions

Code.org Functions

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Deirdre Carlino

Used 35+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image

When you name a function and list the commands that it will execute you are:

naming the function

calling the function

defining the function

determining the function

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A function is

a line of code that will evalute to true or false

the same thing as conditionals

a line of code in the draw funtion

a piece of code that you can easily call over and over again

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

When you "call" a function, you

define the commands that you want the program to run

use the name of the function in your code to instruct the computer to run that code

evaluate the statement as true or false

place it within a conditional

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

A function can contain another function.

true

false

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Function names should

be numbers and letters only

be letters only

be "myFunction"

be unique and make sense given what the function does