JavaScript

JavaScript

University

15 Qs

quiz-placeholder

Similar activities

Mastering JavaScript Basics

Mastering JavaScript Basics

University

16 Qs

JAVA QUIZ-1

JAVA QUIZ-1

University

10 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

JavaScript Variables, Data Types, and Operators Quiz

JavaScript Variables, Data Types, and Operators Quiz

University

18 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

Basic Java

Basic Java

University

15 Qs

Online Test-3 ( Wipro Talent Next )- 30th July 2020

Online Test-3 ( Wipro Talent Next )- 30th July 2020

University

20 Qs

ISTE TECHNICAL

ISTE TECHNICAL

University

20 Qs

JavaScript

JavaScript

Assessment

Quiz

Computers

University

Hard

Created by

Veena Gadad

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a server-side Java Script object?

Function

File

FileUpload

Date

2.

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

&

\

-

%

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does Java Script store dates in objects of Date type?

The number of days since January 1st, 1900

The number of seconds since January 1st, 1970

The number of milliseconds since January 1st, 1970 

The number of picoseconds since January 1st, 1970

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

JavaScript ignores extra spaces

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to write a JavaScript array?

var txt = new Array(1:"arr",2:"kim",3:"jim")

var txt = new Array:1=(" arr ")2=("kim")3=("jim")"

var txt = new Array("arr ","kim","jim") 

var txt = new Array=" arr ","kim","jim

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is correct to write Hello World on the web page?

System.out.println(Hello World)

print(Hello World)

document.write(Hello World) 

response.write(Hello World)

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?