Lists, Loops, and Traversals

Lists, Loops, and Traversals

Assessment

Flashcard

Computers

12th Grade

Practice Problem

Hard

DOK Level 2: Skill/Concept

Standards-aligned

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

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

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?