Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Object Models in JavaScript

Showing 51 to 60 out of 62 Questions
51.
Which method is used to open the web pages into new window?
વેબપેજને નવી વિંડોમાં ઓપન કરવા માટે કઈ મેથડનો ઉપયોગ થાય છે?
(a) window.open()
(b) window.pop()
(c) window.create()
(d) window.close()
Answer:

Option (a)

52.
How to create a Date object in JavaScript?
જાવાસ્ક્રિપ્ટમાં Date ઓબ્જેક્ટ કેવી રીતે બનાવવી?
(a) dateObjectName = new Date([parameters])
(b) dateObjectName.new Date([parameters])
(c) dateObjectName := new Date([parameters])
(d) dateObjectName Date([parameters])
Answer:

Option (a)

53.
Math. round(-20.51)=?
(a) 20
(b) -21
(c) 19
(d) None
ઉપરમાંથી એકપણનહી
Answer:

Option (b)

54.
The different variant of Date( ) constructor to create date object is/are.
i) new Date(date)
ii) new Date(milliseconds)
iii) new Date(date string)
iv) new Date (year, month, date [hour, minute, second, millisecond])
Date ઓબ્જેક્ટ બનાવવા માટે date() કન્સ્ટ્રક્ટરના વિવિધ પ્રકારો છે.
i) new Date(date)
ii) new Date(milliseconds)
iii) new Date(date string)
iv) new Date (year, month, date [, hour, minute, second, millisecond])
(a) i, ii and iii only
(b) ii, iii and iv only
(c) i, ii and iv only
(d) All i, ii, iii, and iv
Answer:

Option (b)

55.
The ________ function always rounds a number up to the next largest integer.
________ ફંક્શન હંમેશાં પછીના સૌથી largest integer સુધીની સંખ્યાને round કરે છે.
(a) Math.ceil()
(b) Math.floor()
(c) Math.ciel()
(d) Math.round()
Answer:

Option (a)

56.

Which is the mathematical constants that can be accessed with the Math object in JavaScript?

જાવાસ્ક્રિપ્ટમાં Math ઓબ્જેક્ટ સાથે એક્સેસ કરી શકાય તેવા mathematical constants કયા છે?

(a)

Math.E

(b)

Math.PI

(c)

Math.SQRT2

(d)

All of the above

ઉપર આપેલ બધા જ

Answer:

Option (d)

57.
The ________ method returns the time difference between UTC time and local time, in minutes.
________ પદ્ધતિ UTC સમય અને લોકલ સમય વચ્ચે મિનિટોમાં સમયનો તફાવત આપે છે.
(a) getTimezoneOffset()
(b) getTimezone()
(c) getDate()
(d) All of the above
ઉપર આપેલ બધા જ
Answer:

Option (a)

58.
The ________ method returns the day of the month for the specified date.
________ મેથડ સ્પેશિફાય તારીખ માટે મહિનાનો દિવસ રિટર્ન કરે છે.
(a) getTimezoneOffset()
(b) getDate()
(c) getTimezone()
(d) Date()
Answer:

Option (b)

59.

The ________method returns the hour in the specified date according to local time.

local time અનુસાર ________ સ્પેશિફાય date માં કલાક રિટર્ન કરે છે.

(a)

getTimezone()

(b)

getTimezone()

(c)

getHours()

(d)

getHr()

Answer:

Option (c)

60.
________ is a built-in JavaScript function which can be used to execute another function after a given time interval.
________ એ બિલ્ટ-ઇન જાવાસ્ક્રિપ્ટ ફંક્શન છે જેનો ઉપયોગ આપેલા time interval પછી બીજા ફંક્શનને એક્ઝિક્યુટ કરવા માટે થઈ શકે છે.
(a) Timeout( )
(b) TimeInterval( )
(c) setTimeout( )
setTimeout ( )
(d) All of the above
ઉપર આપેલ બધા જ
Answer:

Option (c)

Showing 51 to 60 out of 62 Questions