JavaScript Programming Quiz

JavaScript Programming Quiz

8th Grade

15 Qs

quiz-placeholder

Similar activities

G & M codes

G & M codes

8th - 12th Grade

12 Qs

JavasCript

JavasCript

1st Grade - University

10 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

JavaScript Test 1: Shapes and Printing

JavaScript Test 1: Shapes and Printing

2nd - 9th Grade

10 Qs

Pipeline Explorer

Pipeline Explorer

8th - 11th Grade

20 Qs

Lesson 6.1 - 6.5

Lesson 6.1 - 6.5

8th Grade - University

20 Qs

CLI and GUI

CLI and GUI

7th - 11th Grade

20 Qs

Computer History Quiz

Computer History Quiz

8th Grade

20 Qs

JavaScript Programming Quiz

JavaScript Programming Quiz

Assessment

Quiz

Instructional Technology

8th Grade

Medium

Created by

Katie Lee

Used 6+ times

FREE Resource

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()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?