Unit 14 - Intro to JS in HTML

Unit 14 - Intro to JS in HTML

9th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Unit 5 Lists, Loops, & Traversals

Unit 5 Lists, Loops, & Traversals

10th - 12th Grade

12 Qs

HTML CSS - Missing Symbols

HTML CSS - Missing Symbols

9th - 12th Grade

11 Qs

Yr9 - Java Script - Lesson 2

Yr9 - Java Script - Lesson 2

8th - 9th Grade

11 Qs

AIB 9: HTML-Quiz

AIB 9: HTML-Quiz

9th Grade - University

13 Qs

Introduction to PHP: Hypertext Preprocessor

Introduction to PHP: Hypertext Preprocessor

11th - 12th Grade

10 Qs

Программирование C#

Программирование C#

1st - 10th Grade

10 Qs

Inputs & Outputs JS

Inputs & Outputs JS

10th Grade

10 Qs

Recuperação 1ºTrim Téc Introd.a.Program

Recuperação 1ºTrim Téc Introd.a.Program

10th Grade

10 Qs

Unit 14 - Intro to JS in HTML

Unit 14 - Intro to JS in HTML

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jocelyn Hall

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which variable stores the user input?

name

yourName

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a programmer wants to display a pop up message, which function is most appropriate to use?

console.log()

alert()

<script>

prompt()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which variable stores an HTML element?

name

yourName

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the console?

A type of web browser

A debugging tool that is build into a web browser

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which line of code alters an HTML element?

11

12

13

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a programmer wants to get user input, which function is most appropriate to use?

console.log()

alert()

<script>

prompt()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What gets printed to the console?

<h3 id="welcome">Welcome Ms. Hall</h3>

Welcome Ms. Hall

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best practice for implementing a script tag?

<script>

</script>

<body>

<h2></h2>

</body>

<body>

<script>

</script>

<h2></h2>

</body>

<body>

<h2></h2>

<script>

</script>

</body>

<body>

<h2></h2>

</body>

<script>

</script>

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What gets printed to the console?

<h3 id="welcome">Welcome Ms. Hall</h3>

Welcome Ms. Hall