js-DOM

js-DOM

5th Grade

8 Qs

quiz-placeholder

Similar activities

Bài thực hành 7 lớp 12

Bài thực hành 7 lớp 12

1st - 12th Grade

5 Qs

Code.org Course E: Sprites

Code.org Course E: Sprites

3rd - 5th Grade

10 Qs

PowerPoint

PowerPoint

5th - 6th Grade

10 Qs

Windows Quick Keys

Windows Quick Keys

2nd - 8th Grade

10 Qs

SPM - Pós

SPM - Pós

1st - 5th Grade

7 Qs

Google Search Queries

Google Search Queries

4th - 6th Grade

8 Qs

Shortcut KEYS

Shortcut KEYS

5th - 8th Grade

10 Qs

Technology Test

Technology Test

3rd Grade - Professional Development

9 Qs

js-DOM

js-DOM

Assessment

Quiz

Instructional Technology

5th Grade

Hard

Created by

Leon Cooper

Used 11+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

The DOM in js-DOM stand for what?

Dogs Or Mice

Document Object Model

Document Options Methods

Direction Of Methods

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

To access a property of an object we can use...?

Dot Notation

Methods

The Document

Object Notation

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Document is the global object representing the entire page

true

false

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Media Image

Using the Dom, what could we use to select the H1 element?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

The 'addEventListener()' method has 2 required parameters, what are they?

element, function

event, function

click object, event

"click", element

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

which is the correct use of 'querySelector()'

document.querySelector(h1)

document.querySelector("heading")

document.querySelector("#heading")

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which piece of code will change the heading content to whatever the user type in the input element, after a click event?

Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE SELECT QUESTION

1 min • 1 pt

which is the correct syntax to change the text to upper case for the listItem that the cursor is over, then back to lower when the cursor has left?

Media Image
Media Image
Media Image
Media Image