WMAD-Unit2-2023-24

WMAD-Unit2-2023-24

University

12 Qs

quiz-placeholder

Similar activities

Demo 11 - Javascript

Demo 11 - Javascript

University

11 Qs

HTML Concepts Worksheet

HTML Concepts Worksheet

12th Grade - University

15 Qs

AJAXploration

AJAXploration

University

10 Qs

client side processing

client side processing

University

17 Qs

TWT2231 Quiz 2

TWT2231 Quiz 2

University

8 Qs

Lesson 1 - Webdev

Lesson 1 - Webdev

10th Grade - University

9 Qs

JS - Knowledge Check

JS - Knowledge Check

University

16 Qs

Computer Quiz

Computer Quiz

7th Grade - University

15 Qs

WMAD-Unit2-2023-24

WMAD-Unit2-2023-24

Assessment

Quiz

Computers

University

Medium

Created by

CHIDAMBARANATHAN C.M

Used 9+ 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?