JS DOM

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Полина Шестакова
Used 4+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод используется для получения элемента по его идентификатору (ID) в DOM?
getElementById()
querySelector()
getElementByClassName()
getElementsByTagName()
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод используется для создания нового элемента в DOM?
createNewElement()
document.createElement()
addElement()
makeElement()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как добавить новый элемент в конец существующий элемент?
prepend
after
append
before
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой метод удаляет элемент из DOM?
deleteElement()
removeChild()
remove()
clear()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как изменить текстовое содержимое элемента (информация выводиться полностью строкой с HTML содержимым)?
element.textContent = "новый текст"
element.innerText = "новый текст"
element.setText("новый текст")
element.updateText("новый текст")
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Как установить обработчик события для элемента?
addEventListener()
setEventListener()
onEvent()
attachEvent()
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Как получить все элементы с определённым классом? (несколько вариантов ответа)
getElementsByClassName()
getClassElements()
querySelectorAll()
Create a free account and access millions of resources
Similar Resources on Wayground
13 questions
Безопасность в сети Интернет

Quiz
•
10th - 11th Grade
20 questions
Язык программирования Python

Quiz
•
1st - 10th Grade
14 questions
Массивы

Quiz
•
10th Grade
17 questions
Информационные модели

Quiz
•
10th Grade
18 questions
Python (Objects)

Quiz
•
6th - 12th Grade
15 questions
HTML CSS

Quiz
•
10th - 12th Grade
12 questions
Матрицы и генераторы списков

Quiz
•
10th Grade
13 questions
CSS Selector Practice

Quiz
•
10th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade