WMAD-Unit2-2023-24

WMAD-Unit2-2023-24

University

12 Qs

quiz-placeholder

Similar activities

IWP Digital Assignment 3

IWP Digital Assignment 3

University

15 Qs

Single Page Applications (SPA)

Single Page Applications (SPA)

University

15 Qs

code trivia

code trivia

University

15 Qs

Javascript Array dan Object

Javascript Array dan Object

University

15 Qs

JavaScript Quiz | For Beginners

JavaScript Quiz | For Beginners

1st Grade - University

10 Qs

Review Javascript DOM

Review Javascript DOM

University - Professional Development

10 Qs

Lecture 02

Lecture 02

University

10 Qs

Java Script. Parte 1.

Java Script. Parte 1.

University

10 Qs

WMAD-Unit2-2023-24

WMAD-Unit2-2023-24

Assessment

Quiz

Computers

University

Medium

Created by

CHIDAMBARANATHAN C.M

Used 10+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct about JavaScript?

JavaScript is an Object-Based language

JavaScript is Assembly-language

JavaScript is Assembly-language

JavaScript is a High-level language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following JavaScript code snippet?

<p id="demo"></p>

var txt1 = "Welcometo_";

var txt2 = "Javascriptmcq";

document.getElementById("demo").innerHTML = txt1 + txt2;

error

Welcometo_ Javascriptmcq

undefined

Javascriptmcq

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not javascript data types?

Null type

Undefined type

Number type

All of the mentioned

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following JavaScript code?

<p id="demo"></p>

<script> var js = 10;

js *= 5;

document.getElementById("demo").innerHTML = js;

</script>

10

50

5

error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can be used to call a JavaScript Code Snippet?

Function/Method

Preprocessor

Triggering Event

RMI

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


Which of the following methods is used to access HTML elements using Javascript?

getElementById()

getElementsByClassName()

Both A and B

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

jQuery is a ______

  1. JavaScript Library


  1. JSON Library

  1. Java Library

  1. JSON and CSS Library

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?