Javascript-2

Javascript-2

Professional Development

18 Qs

quiz-placeholder

Similar activities

Basic CSS

Basic CSS

Professional Development

15 Qs

Tech Talk - Study Jam Frontend Development

Tech Talk - Study Jam Frontend Development

Professional Development

15 Qs

ELIMINASI RISE OF CHAMPION

ELIMINASI RISE OF CHAMPION

Professional Development

15 Qs

C Programming

C Programming

Professional Development

15 Qs

OJET

OJET

Professional Development

20 Qs

HTML Basics

HTML Basics

Professional Development

15 Qs

SOAL PSIKOTES 1

SOAL PSIKOTES 1

Professional Development

20 Qs

JS Module Quizz

JS Module Quizz

Professional Development

15 Qs

Javascript-2

Javascript-2

Assessment

Quiz

Other

Professional Development

Hard

Created by

ANANDKUMAR CSE

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Java script can be used for Storing the form's contents to a database file on the server

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the below is used in Java script to insert special characters?

&

\

-

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid JavaScript variable name?

2java

_java_and_$java _names

javaandjava

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is negative infinity in Java script?

Any of below

number in JavaScript, derived by dividing number by a negative number.

number in JavaScript, derived by dividing number by zero.

number in JavaScript, derived by dividing negative number by zero

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of the following JavaScript Code.

<script type="text/javascript">

a = 8 + "8";

document.write(a);

</script>

16

Compilation Error

88

Run Time Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of the following JavaScript Code.

<script type="text/javascript">

var a="GeeksforGeeks";

var x=a.lastIndexOf("G");

document.write(x);

</script>

8

0

9

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the output of the following JavaScript Code.

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


var a = "GeeksforGeeks";

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

document.write(result);


</script>

sf

ks

s

k

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?