Javascript

Javascript

University

11 Qs

quiz-placeholder

Similar activities

Parcial 4to Sistemas IB - 2021

Parcial 4to Sistemas IB - 2021

12th Grade - University

10 Qs

React-Routing

React-Routing

University

10 Qs

Robotics/Coding Pop Quiz

Robotics/Coding Pop Quiz

4th Grade - Professional Development

10 Qs

PHP BASIC

PHP BASIC

University

10 Qs

Diseño de programas

Diseño de programas

University

10 Qs

Comenzando HTML

Comenzando HTML

University

10 Qs

ALGORITMOS CONCEPTOS

ALGORITMOS CONCEPTOS

University

8 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 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?