Javascript

Javascript

University

11 Qs

quiz-placeholder

Similar activities

Pseudocódigo Condiciones,Bucles

Pseudocódigo Condiciones,Bucles

University

11 Qs

ТехноТест

ТехноТест

University

10 Qs

Lourdes Amaranta Ayala Gracia

Lourdes Amaranta Ayala Gracia

8th Grade - University

10 Qs

Sec. 8: Scripting Basics

Sec. 8: Scripting Basics

University

10 Qs

Robotics/Coding Pop Quiz

Robotics/Coding Pop Quiz

4th Grade - Professional Development

10 Qs

Diseño de programas

Diseño de programas

University

10 Qs

Comenzando HTML

Comenzando HTML

University

10 Qs

Quiz 7 Perancangan dan Pemrograman Web 2021-1

Quiz 7 Perancangan dan Pemrograman Web 2021-1

University

10 Qs

Javascript

Javascript

Assessment

Quiz

Instructional Technology

University

Medium

Created by

Fatihah Bistamam

Used 2+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Indicates the beginning and the end of a JavaScript section.

<html> </html>

<article> </article>

<style> </style>

<script> </script>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A JavaScript file has an extension name of

.jscp

.css

.js

.Jp

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which 1 of the following symbols is used for JavaScript comments?

\\

?

^

//

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is

var typeOfApples="Fuji";

Int

Boolean

Float

String

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can a developer show a pop-up message to the user?

alert

console.log

prompt

<p> tag

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which message will the user see?

"Hello user"

No message

"Goodbye user"

"message + user"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What attribute/value do we use to make a button execute JavaScript when clicked?

onclick="doSomething;"

onclick="doSomething();"

on-click="doSomething;"

onclick=doSomething();

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?