Q3 MODULES 1-4

Q3 MODULES 1-4

10th Grade

10 Qs

quiz-placeholder

Similar activities

Evaluasi Javascript 1

Evaluasi Javascript 1

10th Grade

10 Qs

Diagramas+Javascript

Diagramas+Javascript

10th Grade

10 Qs

Web 1 Certification Prep 2 Quiz

Web 1 Certification Prep 2 Quiz

7th - 12th Grade

13 Qs

HTML vs CSS

HTML vs CSS

9th - 12th Grade

8 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

BJC Unit 2 Concepts Review

BJC Unit 2 Concepts Review

10th Grade - University

12 Qs

10 -Quiz#3: JavaScript Introduction

10 -Quiz#3: JavaScript Introduction

10th Grade

14 Qs

Web программирование, повторение

Web программирование, повторение

10th Grade

10 Qs

Q3 MODULES 1-4

Q3 MODULES 1-4

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Raven Araojo

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<js>

<script>

<body>

<javascript

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the correct place to insert a JavaScript?

The <body> section

The <head> section

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

The <script> section

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

<scipt src="xxx.js">

<script href="xxx.js">

<script name="xx.js">

<script>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you call a function named "myFunction"?

Call myFunction()

<MYFUNCTION>

myFunction()

call function myFunction()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you add a comment in a JavaScript?

<!--This is a comment-->

"This is a comment

<This is a comment>

//This is a comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to insert a comment that has more than one line?

<this is a comment>

"this is a comment"

/*This is a comment*/

none of the choices.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you detect the clients browsers name?

Browser.name

client.navName

navigator.appName

NONE

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?