COPA javascript and creating web page Page-12 Question Bank

56.  Which property returns the URL of the current page?
कौन सी प्रॉपर्टी वर्तमान पेज का URL लौटाती है?  [Bharat Skill QB]

(A) href()
(B) < herf >
(C) Location . herf
(D) herf . Location

57.  Which property is used to transfer files from one host to another host over internet?
इंटरनेट पर एक होस्ट से दूसरे होस्ट में फ़ाइलों को स्थानांतरित करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?  [Bharat Skill QB]

(A) IP
(B) FTP
(C) HTTP
(D) SMTP

58.  Which open source software is used to upload from client to server or download from server to client?
क्लाइंट से सर्वर पर अपलोड करने या सर्वर से क्लाइंट में डाउनलोड करने के लिए किस ओपन सोर्स सॉफ्टवेयर का उपयोग किया जाता है?  [Bharat Skill QB]

(A) PHP
(B) Perl
(C) HTTP
(D) FILEZILLA

59.  How will javascript treat a number, when it is enclosed with double or single quotes?
जावास्क्रिप्ट एक नंबर को कैसे प्रदर्शित करेगा, जब यह डबल या सिंगल कोट्स के साथ उपयोग हो?  [Bharat Skill QB]

(A) Error
 एरर
(B) Number
 नंबर
(C) String
 स्ट्रिंग
(D) Zero
 शून्य

60.  What will be the output for the following Javascript code?
var x = 13 +”03” alert (x);
निम्नलिखित जावास्क्रिप्ट कोड के लिए आउटपुट क्या होगा?
var x = 13 +”03” alert (x);  [Bharat Skill QB]

(A) 16
(B) 133
(C) 1303
(D) 1303