Functions DRILL

Functions DRILL

8th Grade

5 Qs

quiz-placeholder

Similar activities

Brainpop Functions

Brainpop Functions

5th - 8th Grade

10 Qs

Y8 Java (Karel the dog)

Y8 Java (Karel the dog)

8th - 9th Grade

10 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Intro to Computer Programming Midterm

Intro to Computer Programming Midterm

7th - 9th Grade

10 Qs

Scratch 2

Scratch 2

5th - 9th Grade

9 Qs

Python Plus : Turtle Race

Python Plus : Turtle Race

6th - 8th Grade

10 Qs

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Block Coding

Block Coding

3rd - 9th Grade

9 Qs

Functions DRILL

Functions DRILL

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Jonathan Smith

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, you should include a semi-colon at the end of each statement.
yes
no

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword do we need to define a function?
function
method
onclick
functionName()

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the name of this function?

function

spin()

3 turnLeft();

spin();

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This code:

putBall();

move();

putBall();

put 2 balls in the same place and then move one place?

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes what a function is used for?
they create new variable commands
they are used for difficult math formulas
they are reusable pieces of code that can be called any time in the program
they allow for the use of mathematical operators