uCertify JavaScript Chapter 9 and 10

uCertify JavaScript Chapter 9 and 10

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

CSS 10 - QUIZ

CSS 10 - QUIZ

10th Grade

20 Qs

Trò chơi ôn tập GKI tin 12  lần 2

Trò chơi ôn tập GKI tin 12 lần 2

12th Grade

20 Qs

CHỦ ĐỀ A. MÁY TÍNH VÀ XÃ HỘI TRÍ THỨC P1

CHỦ ĐỀ A. MÁY TÍNH VÀ XÃ HỘI TRÍ THỨC P1

10th Grade

20 Qs

CSS GRADE 9 - QUIZ PECs and EM

CSS GRADE 9 - QUIZ PECs and EM

9th Grade

20 Qs

Written Works 4 (ICT A)

Written Works 4 (ICT A)

11th Grade

20 Qs

Excel quis kls3 sem 2

Excel quis kls3 sem 2

9th Grade

16 Qs

Y9 Creative iMedia RO81 Quiz Part 1

Y9 Creative iMedia RO81 Quiz Part 1

9th Grade

21 Qs

Primary storage

Primary storage

9th - 11th Grade

20 Qs

uCertify JavaScript Chapter 9 and 10

uCertify JavaScript Chapter 9 and 10

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Greg Baker

Used 12+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods returns an array of all the elements in a Webpage, with a specified class name?

getElementsByName

getElementsByTagName

getElementsByClassName

getElementByClassName

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method allows you to delete entire HTML attributes from an element?

getElementById

setAttribute

innerHTML

removeAttribute

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method retrieves the corresponding value of an attribute?

getAttribute

setAttribute

removeAttribute

innerHTML

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods will access all occurrences in the page of an element with a specified name value and return them in an array?

getElementsByTagName

getElementById

innerHTML

getElementsByName

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code will center <div id="mydiv"> on the page?

document.getElementsByName("mydiv").setAttribute("align", "center");

document.getElementById("mydiv").getAttribute("align", "center");

document.getElementsByName("mydiv").getAttribute("align", "center");

document.getElementById("mydiv").setAttribute("align", "center");

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods lets you access all occurrences of an HTML tag in a Webpage?

getElementByID

getElementsByName

getElementsByTagName

innerHTML

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method will return only the first occurrence of a specified element in a script, rather than finding all occurrences of a specified element and returning them in an array?

getElementsByTagName

getElementById

innerHTML

getElementsByName

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers