
Lists, Loops, and Traversals

Flashcard
•
Computers
•
12th Grade
•
Hard
Standards-aligned
Wayground 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
28 questions
AP CSP Unit 3 Review - Intro to App Lab

Flashcard
•
10th - 12th Grade
20 questions
Strings, Lists & Tuples

Flashcard
•
9th - 12th Grade
28 questions
AP Computer Science Principles Units 1-3

Flashcard
•
9th - 12th Grade
18 questions
Code.org CSP Unit 4 Review (23-24)

Flashcard
•
9th - 12th Grade
25 questions
Video Game History

Flashcard
•
9th - 12th Grade
26 questions
Python Functions Overview

Flashcard
•
12th Grade
20 questions
Python - List and Tuples

Flashcard
•
11th - 12th Grade
20 questions
Cisco Configuration Commands Flashcards

Flashcard
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade