Javascript Events

Javascript Events

3rd - 4th Grade

10 Qs

quiz-placeholder

Similar activities

Styling CSS

Styling CSS

1st - 3rd Grade

10 Qs

Javascript

Javascript

1st - 3rd Grade

10 Qs

React 2

React 2

1st - 5th Grade

12 Qs

Snake Game

Snake Game

3rd - 8th Grade

15 Qs

Dasar C++

Dasar C++

KG - 3rd Grade

10 Qs

User and Group Management in Linux

User and Group Management in Linux

1st - 5th Grade

11 Qs

linux user and group dfn30053

linux user and group dfn30053

1st Grade - University

10 Qs

Javascript Events

Javascript Events

Assessment

Quiz

Computers

3rd - 4th Grade

Medium

Created by

David Locke

Used 90+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is Javascript?

programming language

HTML tags

CSS

A web page

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Where do the <script></script> tags go in your document

Within <img> tags

In the <p></p> tags

In the <title>

In the <head> or <body>

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Choose the right Javascript event

inmouseout

anmouseout

enmouseout

onmouseout

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

You can change an image's size using Javascript?

True

False

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is being called:


onmouseover="changeText('param')";

function changeText(id) {

document.getElementById(id).innerHTML="This is the new information"; }

function changeText() {

document.getElementById("newParagraph").style.text="This is the new information"; }

function changeText() { document.getElementById("newParagraph").style ="This is the new information"; }

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Javascript can:

Interact with HTML

Check or validate user input

Can make your web pages dynamic

All of the above

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A Javascript function must be preceded with the word function?

True

False

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?