Search Header Logo

JavaScript Programming Quiz

Authored by Katie Lee

Instructional Technology

8th Grade

Used 6+ times

JavaScript Programming Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of using functions in programming?

To make code easier to understand

To avoid code repetition

To make code reusable

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you correctly call a function named calculateTotal()?

calculateTotal;

function calculateTotal();

calculateTotal();

function calculateTotal;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement describes the difference between calling and defining a function?

Defining creates the function's contents, calling executes it

Calling creates the function, defining executes it

They are different names for the same process

Defining names the function, calling writes its code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is required to declare a variable in JavaScript?

variable

int

let

x

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you declare a variable and assign it the value 10?

variable number = 10;

let number = 10;

int number = 10;

number := 10;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code output? console.log(5 + 3);

5 + 3

8

Nothing

5 + 3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to get text input from a user?

readText()

readLine()

getText()

inputText()

Access all questions and much more by creating a free account

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?

Discover more resources for Instructional Technology