Parameters/Returns/Libraries

Parameters/Returns/Libraries

9th Grade

15 Qs

quiz-placeholder

Similar activities

Начала программирования на языке Паскаль

Начала программирования на языке Паскаль

8th - 11th Grade

15 Qs

Quiz 9 (15.09.2021)

Quiz 9 (15.09.2021)

1st - 12th Grade

10 Qs

Technology Week HTG Quiz - Monday

Technology Week HTG Quiz - Monday

7th - 12th Grade

10 Qs

Thinglink

Thinglink

9th - 12th Grade

10 Qs

Working with tables

Working with tables

5th - 12th Grade

10 Qs

Cascading Style Sheets

Cascading Style Sheets

8th - 12th Grade

11 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?