COPA javascript and creating web page Page-13 Question Bank

61.  What will be the output, if the javascript code is executed
var x = 1324; var y = new Number (1324); if ( x === y) alert (“Yes”); else alert (“No”)
जावास्क्रिप्ट कोड निष्पादित होने पर आउटपुट क्या होगा
var x = 1324; var y = new Number (1324); if ( x === y) alert (“Yes”); else alert (“No”)  [Bharat Skill QB]

(A) Infinity
 इनफिनिटk
(B) Error
 एरर
(C) No
(D) Yes

62.  What is the output of the following javascript code?
var x = “ ITI “; var y = “ GOVT “; var o = y concat (x) document.write (o);
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?
var x = “ ITI “; var y = “ GOVT “; var o = y concat (x) document. write (o);  [Bharat Skill QB]

(A) ITI GOVT
(B) ITIGOVT
(C) GOVTITI
(D) GOVT ITI

63.  What is the output of the following javascript code?
var name = “ Kanya Kumari” ; var x = name.substr(8,2); document. write (x);
निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?
var name = “ Kanya Kumari” ; var x = str. substr(8,2); document. wrie (x);  [Bharat Skill QB]

(A) um
(B) ma
(C) ar
(D) Ku

64.  Which is a free WordPress domain name provided to WordPress.com users?
WordPress.com उपयोगकर्ताओं को प्रदान किया जाने वाला एक निःशुल्क WordPress डोमेन नाम कौन सा है?  [NCVT Exam 24]

(A) Yoursite.org
(B) yoursite.WordPress.org
(C) yousite.WordPress.com
(D) yousite.WordPress.gov

65.  Which type of website should be used for combination of MySQL and HTML?
MySQL और HTML के संयोजन के लिए किस प्रकार की वेबसाइट का उपयोग किया जाना चाहिए?  [NCVT Exam 24]

(A) Flash
 फ़्लैश
(B) Format
 फॉर्मेट
(C) Dynamic
 डायनामिक
(D) Static
 स्टेटिक