HTML, Javascript, CSS Week 4 Homework

HTML, Javascript, CSS Week 4 Homework

11th Grade

10 Qs

quiz-placeholder

Similar activities

Semester Test

Semester Test

9th - 12th Grade

15 Qs

Python. GuiZero

Python. GuiZero

7th - 12th Grade

15 Qs

Final Exam Review - Circuit Boards

Final Exam Review - Circuit Boards

9th - 12th Grade

7 Qs

Scratch Project Editor

Scratch Project Editor

7th - 12th Grade

12 Qs

U4L2_3

U4L2_3

10th - 12th Grade

11 Qs

Thunkable Practice

Thunkable Practice

11th Grade

8 Qs

Forms & Data Acquisition Quiz

Forms & Data Acquisition Quiz

9th - 12th Grade

15 Qs

Code.org Quiz2

Code.org Quiz2

7th Grade - University

15 Qs

HTML, Javascript, CSS Week 4 Homework

HTML, Javascript, CSS Week 4 Homework

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Bayden Schellein

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does .textContent do in JavaScript?

Sets or gets the HTML inside an element

Sets or gets the text inside an element

Changes the background color of an element

Creates a new HTML element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the .onclick property in JavaScript?

Adds a new element to the page

Changes an element’s text automatically

Attaches a function to execute when the element is clicked

Removes an element from the page

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen when the button is clicked in the following program?

An error will occur because lastPlanet is not defined.

The text inside the lastPlanet id will change to "Neptune is the last planet" when the button is clicked.

The text inside the button will change to "Neptune is the last planet" when clicked.

Nothing will happen because the function clickAction() is never called.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will happen when the button is clicked?

An error will occur because fruit is not defined.

The text inside the will change to "Banana" when the button is clicked.

Nothing

Nothing will happen because updateFruit() is not called manually.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will happen when the button is clicked?

The text inside the message id will change to "Welcome, user!" when the button is clicked.

An error will occur because message is not properly declared.

The button text will change to "Welcome, user!".

Nothing will happen because loginUser() is not executed.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Complete the JavaScript code to change the heading text when the button is clicked from 'Sydney' to 'Melbourne'. use single quotations (' ').

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Complete the JavaScript code to change the heading text when the button is clicked from 'Cat' to 'Dog'. Use single quotations (' ').

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?