
Lists, Loops, and Traversals

Flashcard
•
Computers
•
12th Grade
•
Hard
Standards-aligned
Quizizz Content
FREE Resource
Student preview

30 questions
Show all answers
1.
FLASHCARD QUESTION
Front
In code.org, what does it mean to call a function?
Back
To execute the series of instructions defined within a function.
Tags
DOK Level 2: Skill/Concept
2.
FLASHCARD QUESTION
Front
Which of the following is a correct example of a function definition in code.org? Options: `function myFunction() { console.log("Hello World"); }`, `call myFunction()`, `myFunction() { console.log("Hello World"); }`, `define myFunction()`
Back
`function myFunction() { console.log("Hello World"); }`
Tags
DOK Level 2: Skill/Concept
3.
FLASHCARD QUESTION
Front
What is the role of parameters in a function in code.org?
Back
They allow passing different data into functions each time they are called.
Tags
DOK Level 2: Skill/Concept
4.
FLASHCARD QUESTION
Front
What does the `return` statement do in the function `function add(x, y) { return x + y; }`?
Back
It stops the function and sends the value of `x + y` back to where the function was called.
Tags
DOK Level 2: Skill/Concept
5.
FLASHCARD QUESTION
Front
How does using functions in code.org help in reusing code?
Back
Functions can be called multiple times with different arguments to perform a task.
Tags
DOK Level 2: Skill/Concept
6.
FLASHCARD QUESTION
Front
Which of the following is an example of a function call in code.org? Options: `function callMe() { console.log("Called"); }`, `callMe();`, `function callMe();`, `call function callMe();`
Back
`callMe();`
Tags
DOK Level 2: Skill/Concept
7.
FLASHCARD QUESTION
Front
If a function in code.org has a parameter named `age`, which of the following is a correct way to call this function? Options: `function(age);`, `function call(age);`, `functionName(age);`, `call functionName with age;`
Back
`functionName(age);`
Tags
DOK Level 2: Skill/Concept
Create a free account and access millions of resources
Similar Resources on Wayground
22 questions
CodeHS AP CSP Unit 3 Review

Flashcard
•
11th - 12th Grade
21 questions
AP CSP Unit 7 Review

Flashcard
•
11th Grade
27 questions
APCSP Unit 4 Retake

Flashcard
•
12th Grade
23 questions
CSP Unit 6 Review

Flashcard
•
12th Grade
21 questions
AP CSP Unit 3 Review

Flashcard
•
11th Grade
20 questions
Monolith

Flashcard
•
University
21 questions
Python Functions

Flashcard
•
12th Grade
20 questions
APCSP Unit 5 Review - Loops & Lists (code.org)

Flashcard
•
9th - 12th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade