4CSM1-HTML

4CSM1-HTML

University

10 Qs

quiz-placeholder

Similar activities

Microsoft Office Power Point

Microsoft Office Power Point

University

10 Qs

GK Quiz

GK Quiz

University

15 Qs

Python Week 1 & 2

Python Week 1 & 2

University

10 Qs

Java Quiz 4

Java Quiz 4

University

15 Qs

DSA quiz 3 set 1

DSA quiz 3 set 1

University

10 Qs

Creating tables in HTML

Creating tables in HTML

University

10 Qs

Avaliação ECS - Word 2016

Avaliação ECS - Word 2016

University

10 Qs

INFORMÁTICA II

INFORMÁTICA II

University

15 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