Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Working with JavaScript

Showing 41 to 50 out of 78 Questions
41.
Among the following, which one is a ternary operator?
નીચેનામાંથી, કયું ternary ઓપરેટર છે?
(a) +
(b) :
(c) -
(d) ?:
Answer:

Option (d)

42.
The method or operator used to identify the array is __________
એરે ને ઓળખવા માટે વપરાયેલી મેથડ અથવા ઓપરેટર __________ છે.
(a) isarrayType()
(b) ==
(c) ===
(d) typeof
Answer:

Option (d)

43.
_____ are the way you represent values in JavaScript.
_____ એ જાવાસ્ક્રિપ્ટમાં તમે વેલ્યુને represent કરવાની રીત છે.
(a) Prototype
(b) Literal
(c) Variable
(d) Function
Answer:

Option (b)

44.
A hexadecimal literal begins with __________
Hexadecimal literal __________ થી શરૂ થાય છે
(a) 00
(b) 0x
(c) 0X
(d) Both 0x and 0X
0x અને 0X બંને
Answer:

Option (d)

45.
Integers can be expressed in _______ .
Integers _______ માં express કરી શકાય છે.
(a) Decimal
(b) Hexadecimal
(c) Octal
(d) All of the above
ઉપર આપેલ બધા જ
Answer:

Option (d)

46.
Which is the value of boolean literals?
બુલિયન લિટરલ્સની વેલ્યુ કઈ છે?
(a) TRUE
(b) FALSE
(c) A and B Both
A અને B બંને
(d) NaN
Answer:

Option (c)

47.

A string literal is zero or more characters enclosed in _______.

String literal માં શૂન્ય અથવા વધુ અક્ષરો _______ માં હોય છે.

(a)

double (") or single (') quotes

(b)

double (") quotes

(c)

single (') quotes

(d)

triple (''') quotes

Answer:

Option (a)

48.
The typeof operator in JavaScript returns "_______" for arrays.
જાવાસ્ક્રિપ્ટમાં typeof ઓપરેટર એરે માટે "_______" આપે છે.
(a) object
(b) class
(c) variable
(d) method
Answer:

Option (a)

49.
Which one is not array property?
કયું એક એરે પ્રોપર્ટિ નથી?
(a) constructor
(b) length
(c) index
(d) join
Answer:

Option (d)

50.
What will be the equivalent statement of the following JavaScript statement? var o = new Object();
નીચેના જાવાસ્ક્રિપ્ટ સ્ટેટમેન્ટનું equivalent સ્ટેટમેન્ટ શું હશે? var o = new Object();
(a) var o = Object();
(b) var o;
(c) var o= new Object;
(d) Object o=new Object();
Answer:

Option (c)

Showing 41 to 50 out of 78 Questions