JavaScript and Creating Web Page – ITI NIMI Mock Test COPA Theory

JavaScript and Creating Web Page (जावास्क्रिप्ट और वेब पेज बनाना) – ITI NIMI Mock Test COPA Theory

JavaScript and Creating Web Page - ITI NIMI Mock Test COPA Theory

1 / 61

1. Q. Which data type in javascript returns the value ‘True’ or ‘Flase’? | जावास्क्रिप्ट में कौन सा डेटा प्रकार 'True' या 'False' मान देता है?

2 / 61

2. Q. What is the full form of BOM? | बीओएम का फुल फॉर्म क्या होता है?

3 / 61

3. Q. Which error indicates that the value is outside the range of expected type? | कौन सी त्रुटि इंगित करती है कि मान अपेक्षित प्रकार की सीमा से बाहर है?

4 / 61

4.

Q. Who developed javascript? | जावास्क्रिप्ट का विकास किसने किया?

5 / 61

5. Q. Which one enables the hosting providers to mange multiple domains on a single server? | कौन सा एक सर्वर पर कई डोमेन प्रबंधित करने के लिए होस्टिंग प्रदाता को सक्षम बनाता है?

6 / 61

6. Q. Which method joins all array element into string with specified separator? | निर्दिष्ट विभाजक के साथ कौन सी विधि सभी सरणी तत्वों को स्ट्रिंग में जोड़ती है?

7 / 61

7. Q. Which function in javassript converts a number to a string? | Javassript में कौन सा फ़ंक्शन एक संख्या को एक स्ट्रिंग में परिवर्तित करता है?

8 / 61

8. Q. Which variable declared outside a function in Javascript? | जावास्क्रिप्ट में किसी फ़ंक्शन के बाहर कौन सा चर घोषित किया गया है?

9 / 61

9. Q. Which brackets is used to write array in java script? | जावास्क्रिप्ट में ऐरे लिखने के लिए किस ब्रैकेट का उपयोग किया जाता है?

10 / 61

10. Q. What is the purpose of Initialisation part in’for’ loop? | 'फॉर' लूप में इनिशियलाइज़ेशन पार्ट का उद्देश्य क्या है?

11 / 61

11. Q. Which part in loop evaluates the conditions? | लूप का कौन सा भाग स्थितियों का मूल्यांकन करता है?

12 / 61

12. Q. Which statement is used to execute code after try and catch? | ट्राई एंड कैच के बाद कोड को निष्पादित करने के लिए किस स्टेटमेंट का उपयोग किया जाता है?

13 / 61

13. Q. Which is a statement terminator in Javascript? | जावास्क्रिप्ट में स्टेटमेंट टर्मिनेटर कौन सा है?

14 / 61

14. Q. Which allows developers to bundle all functionality under a unique application - specific name? | कौन सा डेवलपर्स को एक अद्वितीय एप्लिकेशन - विशिष्ट नाम के तहत सभी कार्यक्षमताओं को बंडल करने की अनुमति देता है?

15 / 61

15. Q. How many different values can be returned by the error name property in javascript?

16 / 61

16. Q. Which statement is used to test a block of code for errors? | त्रुटियों के लिए कोड के एक ब्लॉक का परीक्षण करने के लिए किस कथन का प्रयोग किया जाता है?

17 / 61

17. Q. Which bracket is used to write object in Javascript? | जावास्क्रिप्ट में ऑब्जेक्ट लिखने के लिए किस ब्रैकेट का उपयोग किया जाता है?

18 / 61

18. Q. Which feature in Javascript has properties and methods? | जावास्क्रिप्ट में किस विशेषता में गुण और विधियाँ हैं?

19 / 61

19. Q. What is the purpose of length property in array? | सरणी में लंबाई संपत्ति का उद्देश्य क्या है?

20 / 61

20. Q. Which is property returns the width of the visitor’s screen in pixels? | वह कौन सी संपत्ति है जो विज़िटर की स्क्रीन की चौड़ाई पिक्सेल में लौटाती है?

21 / 61

21. Q. What is the main purpose of JavaScript? | जावास्क्रिप्ट का मुख्य उद्देश्य क्या है?

22 / 61

22. Q. Which variable are deleted in JavaScript when the page is closed? | पेज बंद होने पर जावास्क्रिप्ट में कौन सा वेरिएबल हटा दिया जाता है?

23 / 61

23. Q. Which error indicates that the variable used is not declared? | कौन सी त्रुटि इंगित करती है कि प्रयुक्त चर घोषित नहीं है?

24 / 61

24. Q. Which web server has high performance stability simple configuration and low resosurce usge? | किस वेब सर्वर में उच्च प्रदर्शन स्थिरता सरल कॉन्फ़िगरेशन और कम संसाधन उपयोग है?

25 / 61

25. Q. What is the purpose module (%) operator in javascript? | जावास्क्रिप्ट में उद्देश्य मॉड्यूल (%) ऑपरेटर क्या है?

26 / 61

26. Q. Which one is responsible of running javascript code? | कौन सा जावास्क्रिप्ट कोड चलाने के लिए जिम्मेदार है?

27 / 61

27. Q. Which operator is used to check both value and type in javascript? | जावास्क्रिप्ट में वैल्यू और टाइप दोनों को चेक करने के लिए किस ऑपरेटर का उपयोग किया जाता है?

28 / 61

28. Q. Which method removes the first array element? | कौन सी विधि पहले सरणी तत्व को हटाती है?

29 / 61

29. Q. Which is the parameter name separator in Javascript? | जावास्क्रिप्ट में पैरामीटर नाम विभाजक कौन सा है?

30 / 61

30. Q. How many part are there in ‘For’ loop? | 'फॉर' लूप में कितने भाग होते हैं?

31 / 61

31. Q. Which variable works as function argument in Javascript? | कौन सा चर जावास्क्रिप्ट में फ़ंक्शन तर्क के रूप में काम करता है?

32 / 61

32. Q. What is the process of writing instruction to be get executed by the computer? | कंप्यूटर द्वारा निष्पादित किए जाने वाले निर्देश लिखने की प्रक्रिया क्या है?

33 / 61

33. Q. What will be the output for the following Javascript code? var x = 13 +”03” Alert(x); | निम्नलिखित जावास्क्रिप्ट कोड के लिए आउटपुट क्या होगा? var x = 13 +"03" अलर्ट (x);

34 / 61

34. Q. Which is a variable seperator if more than one variable declared in one statement? | यदि एक स्टेटमेंट में एक से अधिक वेरिएबल घोषित किए जाते हैं तो कौन सा वेरिएबल सेपरेटर है?

35 / 61

35. Q. Which programming language’s syntax influences javascript syntex? | किस प्रोग्रामिंग लैंग्वेज का सिंटैक्स जावास्क्रिप्ट सिंटेक्स को प्रभावित करता है?

36 / 61

36. Q. Which is a valid js code to sort element of an array tracle? | सरणी ट्रैक के तत्व को सॉर्ट करने के लिए वैध जेएस कोड कौन सा है?

37 / 61

37. Q. Which method is called at the moment of instentiation of an object? |किसी वस्तु के इंस्टेंटेशन के समय किस विधि को कहा जाता है?

38 / 61

38. Q. Which is window method is used to move the current window? | वर्तमान विंडो को स्थानांतरित करने के लिए किस विंडो विधि का उपयोग किया जाता है?

39 / 61

39. Q. Which method is used to add new element to an array? | किसी ऐरे में नया तत्व जोड़ने के लिए किस विधि का उपयोग किया जाता है?

40 / 61

40. Q. Which object method is used to return the value rounded down to its nearest interger? | किस ऑब्जेक्ट मेथड का उपयोग उसके निकटतम पूर्णांक तक राउंड डाउन करने के लिए किया जाता है?

41 / 61

41. Q. Which is used to acess individual value in an array? | किसी सरणी में अलग-अलग मान तक पहुँचने के लिए किसका उपयोग किया जाता है?

42 / 61

42. Q. Which is the first phase of System Development Life Cycle? | सिस्टम डेवलपमेंट लाइफ साइकिल का पहला चरण कौन सा है?

43 / 61

43. Q. How will javascript treat a number, when it is enclosed with double or single quotes? | जावास्क्रिप्ट किसी संख्या का इलाज कैसे करेगा, जब यह डबल या सिंगल कोट्स से घिरा हुआ है?

44 / 61

44. Q. Which method removes the last elements from an array? | कौन सी विधि सरणी से अंतिम तत्वों को हटाती है?

45 / 61

45. Q. What is the output of the following javascript code? | निम्नलिखित जावास्क्रिप्ट कोड का आउटपुट क्या है?

var x = “ ITI “;
var y = “ GOVT “;
var o = y concat (x)
document.write (o);

46 / 61

46. Q. Which special variable holds more than one value at a time? | कौन सा विशेष चर एक समय में एक से अधिक मान रखता है?

47 / 61

47. Q. What is the abbreviation of W3C in Dom? | डोम में W3C का संक्षिप्त नाम क्या है?

48 / 61

48. Q. Which statement is used create custom error in javascript? | जावास्क्रिप्ट में कस्टम त्रुटि उत्पन्न करने के लिए किस कथन का उपयोग किया जाता है?

49 / 61

49. Q. How many types of error are there in javascript programming? | जावास्क्रिप्ट प्रोग्रामिंग में कितने प्रकार की त्रुटि होती है?

50 / 61

50. Q. How many types of operation are there in javascript? | जावास्क्रिप्ट में कितने प्रकार के ऑपरेशन होते हैं?

51 / 61

51. Q. Which single charcter escape sequence represents ‘line feed’’ javascript? | कौन सा सिंगल कैरेक्टर एस्केप सीक्वेंस 'लाइन फीड' जावास्क्रिप्ट का प्रतिनिधित्व करता है?

52 / 61

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

53 / 61

53. Q. Which statement is used to handle the error? | त्रुटि को संभालने के लिए किस कथन का उपयोग किया जाता है?

54 / 61

54. Q. Which error indicates that the numbers is outside the range of legal values? | कौन सी त्रुटि इंगित करती है कि संख्या कानूनी मूल्यों की सीमा से बाहर है?

55 / 61

55. Q. Which web server provides good custeomer support if it had any issues? | कौन सा वेब सर्वर कोई समस्या होने पर अच्छा ग्राहक समर्थन प्रदान करता है?

56 / 61

56. Q. Which key is used to declare a variable in javascript? | जावास्क्रिप्ट में वेरिएबल घोषित करने के लिए किस कुंजी का उपयोग किया जाता है?

57 / 61

57. Q. Which assignment operator is equivalent to a = a * 5? | कौन सा असाइनमेंट ऑपरेटर a = a * 5 के बराबर है?

58 / 61

58. Q. Which is an instance of class? | कौन सा वर्ग का एक उदाहरण है?

59 / 61

59. Q. Which keyboard in switch case statement specifies the code to run if there is no case match? | स्विच केस स्टेटमेंट में कौन सा कीबोर्ड कोड को रन करने के लिए निर्दिष्ट करता है यदि कोई केस मैच नहीं है?

60 / 61

60. Q. Which property is used to transfer files from one host to another host over internet? | इंटरनेट पर एक होस्ट से दूसरे होस्ट में फाइल ट्रांसफर करने के लिए किस प्रॉपर्टी का उपयोग किया जाता है?

61 / 61

61. Q. What is the full form of TOC? | TOC का फुल फॉर्म क्या होता है?

Your score is

Exit

Leave a Comment

Your email address will not be published. Required fields are marked *

error: Content is protected !!