page-banner
WDP M2-R5.1 MCQs SET-14
Q16.
जावास्क्रिप्ट नंबरों को ______________ के रूप में संग्रहित किया जाता है<break-line><break-line>JavaScript numbers are stored as ______________
A. integers
B. double precision floating point
C. double
D. floating point
View Answer
Q17.
वेरिएबल को संख्या में बदलने के लिए किस विधि का प्रयोग नहीं किया जाता है ?<break-line><break-line>Which method is not used for converting variables to number?
A. parseInt ()
B. Number()
C. parseFloat()
D. valueOf()
View Answer
Q18.
HTML में, टैग __________ होते हैं।<break-line><break-line>In HTML, the tags are __________.
A. in upper case
B. case-sensitive
C. in lowercase
D. not case sensitive
View Answer
Q19.
HTML5 में डॉक्यूमेंट टाइप को इनिशियलाइज़ करने के लिए किस टैग का उपयोग किया जाता है?<break-line><break-line>Which tag is used in HTML5 for the initialization of the document type?
A. <Doctype HTML>
B. <! DOCTYPE html>
C. <Doctype>
D. <\Doctype html>
View Answer
Q20.
वह सही तरीका क्या है जिससे हम एक ऑर्डर की गई सूची को शुरू कर सकते हैं जिसकी संख्या 5 है?<break-line><break-line>What is the correct way in which we can start an ordered list that has the numeric value count of 5?
A. <ol type = “1” start = “5”>
B. <ol type = “1” num = “5”>
C. <ol type = “1” begin = “5”>
D. <ol type = “1” initial = “5”>
View Answer