Javascript

Javascript

University

6 Qs

quiz-placeholder

Similar activities

Sintaxis Básica de JavaScript

Sintaxis Básica de JavaScript

University

10 Qs

REACT-JS 01

REACT-JS 01

University

6 Qs

Simple Quiz on Web Systems

Simple Quiz on Web Systems

University

10 Qs

Launchpad programming - day 5 morning (JS)

Launchpad programming - day 5 morning (JS)

University

10 Qs

SS2425 WMAD S6+L17 Quiz Time

SS2425 WMAD S6+L17 Quiz Time

University

10 Qs

Capacitacion React desde 0

Capacitacion React desde 0

University

9 Qs

Quiz 10 Perancangan dan Pemrograman Web 2022-1

Quiz 10 Perancangan dan Pemrograman Web 2022-1

University

10 Qs

Quiz 11 Perancangan dan Pemrograman Web 2023-1

Quiz 11 Perancangan dan Pemrograman Web 2023-1

University

10 Qs

Javascript

Javascript

Assessment

Quiz

Computers

University

Medium

Created by

Senthi Prakash

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not JavaScript Data Types?

Undefined

Number

Boolean

Float

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Inside which HTML element do we put the JavaScript?

<script>

<head>

<meta>

<style>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct about features of JavaScript?

It can not Handling dates and time.

JavaScript is a object-based scripting language.

JavaScript is not interpreter based scripting language.

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to display “Welcome to RMKCET” in an alert box using JavaScript?

alert-box(“Welcome to RMKCET”);

confirm("Welcome to RMKCET");

msgbox(“Welcome to RMKCET”);

alert(“Welcome to RMKCET”);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for referring to an external script called “LFC.js”?

<script src=“LFC.js”>

<script source=“LFC.js”>

<script ref=“LFC.js”>

<script type=“LFC.js”>

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a disadvantage of using JavaScript?

Client-side JavaScript does not allow the reading or writing of files.

JavaScript can not be used for Networking applications because there is no such support available.

JavaScript doesn't have any multithreading or multiprocess capabilities.

All of the above.