Parameters/Returns/Libraries

Parameters/Returns/Libraries

9th Grade

15 Qs

quiz-placeholder

Similar activities

Revision Gr2-2025

Revision Gr2-2025

3rd Grade - University

12 Qs

Cyber Security

Cyber Security

1st - 10th Grade

10 Qs

Acceptable Use Policy

Acceptable Use Policy

6th - 9th Grade

16 Qs

9.1 Homework #3

9.1 Homework #3

9th Grade

20 Qs

B Words GCSE Computer Science

B Words GCSE Computer Science

1st - 10th Grade

15 Qs

Google Aptitude Test

Google Aptitude Test

KG - University

10 Qs

computer Lab Manners

computer Lab Manners

5th - 10th Grade

19 Qs

Parameters/Returns/Libraries

Parameters/Returns/Libraries

Assessment

Quiz

Computers

9th Grade

Practice Problem

Hard

Created by

Darrin Patterson

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code segment results in "true" being returned if a number is even? Replace "MISSING CONDITION" with the correct code segment.

num % 2 == 0

num % 0 == 2

num % 1 == 0

num % 1 == 2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code segment will guarantee that the robot makes it to the gray square without hitting a wall or a barrier (black square)?

moveForward(); rotateLeft(); moveForward();

rotateRight(); moveForward(); moveForward();

moveForward(); moveForward(); rotateRight();

rotateLeft(); moveForward(); rotateLeft();

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed to the console after this program runs?

[2, 5, 3, 1, 6]

[0, 3, 6, -1, 9]

[-1, 2, 6, -2, 8]

[5, 2, 6, 3, 9]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which function calls would provide the most helpful test of this function?

findMin(-1, 0), findMin(2,4), findMin(5,10)

findMin(5,3), findMin(7,2), findMin(5,1)

findMin(1,1), findMin(-2,2), findMin(0,3)

findMin(-1,1), findMin(1,-1), findMin(1,1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have imported a library with the birthMonth() function. Based on the API, how many strings are input to calculate the birth month?

1

4

0

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is printed to the console?

console.log(15%4);

2

3

4

1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which term refers to a solution to a large problem that is based on the solutions of smaller subproblems?

Procedural abstraction

API

Parameter

Library

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

Already have an account?