4CSM1-HTML

4CSM1-HTML

University

10 Qs

quiz-placeholder

Similar activities

CPP/C

CPP/C

University

10 Qs

ระบบปฏิบัติการ ชุดที่ 1

ระบบปฏิบัติการ ชุดที่ 1

University

15 Qs

Web Designing Quiz-2

Web Designing Quiz-2

University

10 Qs

HTML

HTML

University

13 Qs

Teste python- Unesp-Jaboticabal

Teste python- Unesp-Jaboticabal

University

10 Qs

07 - Map

07 - Map

University

15 Qs

PSSI Chp 1 dan 2

PSSI Chp 1 dan 2

University

12 Qs

TES AWAL MODUL 2

TES AWAL MODUL 2

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

Create a free account and access millions of resources

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?