4CSM1-HTML

4CSM1-HTML

University

10 Qs

quiz-placeholder

Similar activities

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

2025 python class first quiz

2025 python class first quiz

9th Grade - University

10 Qs

GIT COURSE

GIT COURSE

University

13 Qs

basic computer design

basic computer design

University

10 Qs

Midterm Quiz # 1 - GEC 9

Midterm Quiz # 1 - GEC 9

University

15 Qs

ความรู้เบื้องต้นเกี่ยวกับ Flash

ความรู้เบื้องต้นเกี่ยวกับ Flash

12th Grade - University

10 Qs

html

html

12th Grade - University

10 Qs

LATIHAN SOAL PEMROGRAMAN

LATIHAN SOAL PEMROGRAMAN

9th Grade - 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