Web Design: intro to Javascript

Web Design: intro to Javascript

10th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Java p5

Java p5

10th Grade

12 Qs

Quiziz Bab IV DMI

Quiziz Bab IV DMI

12th Grade

10 Qs

HTML test

HTML test

9th - 12th Grade

15 Qs

ICT QUIZ Q3 MOD 1-5

ICT QUIZ Q3 MOD 1-5

10th Grade

10 Qs

Javascript Pretest

Javascript Pretest

10th Grade

15 Qs

Входной тест

Входной тест

4th - 11th Grade

11 Qs

atividades assincronas 02 de maio

atividades assincronas 02 de maio

12th Grade

7 Qs

Javascript  DOM Parte 1

Javascript DOM Parte 1

10th Grade

10 Qs

Web Design: intro to Javascript

Web Design: intro to Javascript

Assessment

Quiz

Other

10th - 12th Grade

Medium

Created by

Leng Kai Ooi

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A JavaScript file has an extension name of

.jp

.css

.html

.js

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<jscript>

<script>

<javascript>

<scripting>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the correct place to insert a JavaScript?

The <head> section

Both the <head> section and the <body> section are correct

The <body> section

after the <body> section

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for referring to an external script called "script.js"?

<script name="script.js">

<script href="script.js">

<script style="script.js">

<script src="script.js">

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main characteristic of a programming language that distinguishes it from a scripting language?

Only languages developed by Microsoft can be called "programming languages."

Programming languages are developed by private organizations whereas scripting languages are open-source.

Programming languages are object-based, whereas scripting languages are object-oriented.

Programming languages are compiled whereas scripting languages are interpreted.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript is an example of which language model?

procedural

linear

object-oriented

event-driven

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What step should you take to ensure your JavaScript code runs as expected?

Make sure all users access your code from a specific browser.

Test your code in different browsers.

Test your code in Google Chrome.

Implement a function to download the latest Java runtime environment when necessary.

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?