page-banner
Chapter-6 JavaScript and AngularJS
Q66.
निम्नलिखित में से किस उद्देश्य के लिए जावास्क्रिप्ट डिज़ाइन किया गया है?<break-line><break-line>For which of the following purpose(s) JavaScript is designed for?
A. To style HTML Pages
B. To perform server-side scripting operation
C. To execute query related to DB on server
D. To add interactivity to HTML Pages
View Answer
Q67.
निम्नलिखित में से कौन सा कोड सबसे अधिक कुशल है?<break-line><break-line>Which of the following code is most efficient?
A. Code 1
B. Code 2
C. Both Code 1 and Code 2
D. Cannot Compare
View Answer
Q68.
यदि हम निम्नलिखित दो वेरिएबल जोड़ते हैं तो किस प्रकार का मान मुद्रित होता है?<break-line><break-line>What type of value gets printed if we add the following two variables?<pre><code>var a = "10"; var b = 50;</code></pre>
A. Long
B. Text (string)
C. Integer
D. Number
View Answer
Q69.
दो चरों के बीच प्रकार और सामग्री की समानता खोजने के लिए किस तुलना ऑपरेटर का उपयोग किया जाता है?<break-line><break-line>Which comparison operator is used to find equality of type as well as content between two variables?
A. ==
B. ===
C. ====
D. None of these
View Answer
Q70.
"कुकीज़" के बारे में गलत कथनों को पहचानें।<break-line><break-line>Identify the wrong statements about “Cookies”.
A. Cookies are programs which run in the background of the web-client
B. Cookies have the potential of being used to violate the privacy of users
C. Cookies are very helpful in keeping track of users in developing online shopping cart, applications, personalized portals and in advertising on websites
D. Cookies cannot contain more than 4Kb of data
View Answer