4CSM1-HTML

4CSM1-HTML

University

10 Qs

quiz-placeholder

Similar activities

Unit 28 - Quiz #1

Unit 28 - Quiz #1

University

15 Qs

Què has après sobre el web ?

Què has après sobre el web ?

University

10 Qs

PROBLEM SOLVING USING R  UNIT I  MCQS

PROBLEM SOLVING USING R UNIT I MCQS

University

15 Qs

C#. Знакомство с ООП и WindowsForms

C#. Знакомство с ООП и WindowsForms

1st Grade - Professional Development

11 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

Javascript

Javascript

University

12 Qs

Quiz Pem Mobile

Quiz Pem Mobile

University

10 Qs

4CSM1-HTML

4CSM1-HTML

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

RAVIKANTH K

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Javascript is an _______ language?

Object-Oriented

Object-Based

Procedural

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


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

getElementbyId()

getElementsByClassName()

getElementByXpath()

All of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following code snippet?

<script type="text/javascript">

a = 5 + "9";

document.write(a);

</script>

Error

14

RuntimError

59

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<script type="text/javascript" language="javascript">

var a = "Scaler";

var result = a.substring(2, 4);

document.write(result);

</script>

al

ale

cal

caler

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<script type="text/javascript" language="javascript">

var x=12; var y=8;

var res=eval("x+y");

document.write(res);

</script>

20

x+y

128

None of the Above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to check whether a given property is valid or not?

in

is in

exists

lies

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(function(){

setTimeout(()=> console.log(1),2000);

console.log(2);

setTimeout(()=> console.log(3),0);

console.log(4); })();

1 2 3 4

2 3 4 1

2 4 3 1

4 3 2 1

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers