JavaScript Functions and Events Quiz

JavaScript Functions and Events Quiz

8th Grade

8 Qs

quiz-placeholder

Similar activities

Uji Pengetahuan Microsoft Office

Uji Pengetahuan Microsoft Office

8th Grade

10 Qs

Kuis Mini PBI - Web Development #3

Kuis Mini PBI - Web Development #3

8th Grade

10 Qs

Mastering Scratch Chatbots

Mastering Scratch Chatbots

8th Grade

10 Qs

MITL1

MITL1

6th - 8th Grade

10 Qs

Intro to ICT

Intro to ICT

6th - 8th Grade

10 Qs

JS Quiz

JS Quiz

6th Grade - University

10 Qs

Tello EDU

Tello EDU

8th Grade

10 Qs

Bab 4 Sistem Komputer Kelas 8

Bab 4 Sistem Komputer Kelas 8

8th Grade

13 Qs

JavaScript Functions and Events Quiz

JavaScript Functions and Events Quiz

Assessment

Quiz

Information Technology (IT)

8th Grade

Hard

Created by

Jay Guivencan

FREE Resource

8 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Describe the use of functions and events in Java Scripting

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Explain how functions work in JavaScript

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Identify the different events that JavaScript can handle

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'add' function in the example?

To add two numbers

To subtract two numbers

To multiply two numbers

To divide two numbers

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'escape' function do?

Encodes an ASCII string to ISO Latin-1

Converts an ISO8859-1 character set to ASCII

Evaluates if value is not a number

Determines the type of a value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'isNaN' function evaluate?

If value is a number

If value is not a number

If value is a string

If value is an object

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'alert' function do?

Displays an alert box with a message

Asks whether the user would continue or cancel

Asks for an input from the user

None of the above

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What event does 'onClick' handle?

User clicked on the object

User has lost focus of an object

User has changed the object

User submitted a form