Functions and Parameters Summative preview

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Kelly Hart
Used 28+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following program?
5
15
15
5
nothing will print
5
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed by the following program?
-7
7
=13
13
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed to the screen when the following program is run?
function start(){
println(doubleNumber(doubleNumber(10)));
}
function doubleNumber(x){
var doubledX = 2 * x;
return doubledX;
}
20
100
40
x
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the following function printThreeTimes:
function printThreeTimes(word){
println(word);
println(word);
println(word);
}
What is the parameter of the function?
word
word
word
word
no parameter
println
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the minimum number of parameters that must be given when calling the ‘drawCircle’ function?
function drawCircle(radius, x, y, color) {
var circle = new Circle(radius);
circle.setPosition(x, y);
circle.setColor(color);
add(circle);
}
1
2
0
4
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
// This function prints out the area of a rectangle given its base and height function rectangleArea(base, height){
var area = base * height;
println(area);
}
What are the names of the parameters?
base and height
length and width
var area
println(area)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed by the program?
2
1
0
two
one
zero
nothing will print
0
1
2
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
GDScript Quiz - Lesson 2 - Variables & Functions

Quiz
•
12th Grade
15 questions
CodeHS Functions and Control Variables

Quiz
•
9th - 12th Grade
15 questions
User Defined Method - 01

Quiz
•
10th Grade
15 questions
PHP - Quiz#1

Quiz
•
12th Grade
11 questions
Understanding JavaScript Functions and Parameters

Quiz
•
10th Grade
13 questions
Week 8

Quiz
•
12th Grade
8 questions
String Handling in Java

Quiz
•
10th Grade
15 questions
Functions and Parameters Quiz

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade