COPA – Trade Theory Set – 11By itikegyani.com / March 1, 2025 /25 31 COPA - Trade Theory Practice Set 11अगर आपका ट्रेड थ्योरी सब्जेक्ट एग्जाम के लिए तैयार है तो आपको यह पेपर देना चाहिए। इस पेपर में केवल ट्रेड थ्योरी के 25 प्रशन आपको मिलेगे वो भी यूनिक प्रशन। अब आपके एग्जाम की तैयारी एक स्टेप आगे रहेगी और अच्छे मार्क्स प्राप्त कर पायेंगे। 1 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)1. Which tool is used for accessing HTML based Java documentary? | HTML आधारित जावा डॉक्यूमेंट्री तक पहुंचने के लिए किस टूल का उपयोग किया जाता है? A. Javadoc | जावाडॉक् B. Javainfo | जावाइन्फो C. Javahelp | जावाहेल्प D. Javamanual | जावामैन्युअल 2 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)2. What is the first tag in html document? | html डॉक्यूमेंट में पहला टैग क्या है? A. <title> 3 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)3. Which port is use to connect monitor to CPU? | मॉनिटर को CPU से कनेक्ट करने के लिए किस पोर्ट का उपयोग किया जाता है? A. PS2 | पीएस२ B. LAN | लेन C. Parallel port | पैरलल पोर्ट D. VGA | वीगीए 4 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)4. What is the correct html code for inserting a background image? | बैकग्राउंड इमेज इन्सर्ट करने के लिए सही html कोड क्या है? A. <img> 5 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)5. What is the purpose of modulus (%) operator in javascript? | जावास्क्रिप्ट में मॉड्यूलस (%) ऑपरेटर का उद्देश्य क्या है? A. Remainder value | रिमाइंडर वैल्यू B. Quotient value | क्वॉटेंट वैल्यू C. Percentage value | परसेंटेज वैल्यू D. Product value | प्रोडक्ट वैल्यू 6 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)6. Which type of attack is a method of defeating a cryptographic scheme of trying a large number of possibilities? | किस प्रकार का हमला बड़ी संख्या में संभावनाओं की कोशिश करने की एक क्रिप्टोग्राफिक योजना को हराने का एक तरीका है? A. Phlashing | फेलसिंग B. Smurf attack | स्मरफ का हमला C. Brute force attack | पशु बल का आक्रमण D. Teardrop attack | अश्रु हमला 7 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)7. Which method is used to obtain information about an object? | किसी वस्तु के बारे में जानकारी प्राप्त करने के लिए किस विधि का प्रयोग किया जाता है? A. String methods | स्ट्रिंग मेथड B. Object method | ऑब्जेक्ट मेथड C. Accessor methods | असेसर मेथड D. Class methods | क्लास मेथड 8 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)8. Which is a type of charts? | चार्ट का एक प्रकार कौन सा है? A. Bubble | बबल B. Square | वर्ग C. Circle | सर्किल D. Land | लैंड 9 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)9. Which creates a Calendar table in PowerBI? | PowerBI में कैलेंडर टेबल कौन बनाता है? A. Either Power Query or Power Pivot | या तो पावर क्युरी या पावर पाइवोट B. Power Pivot | पॉवर पाइवोट C. PowerBI.com | पॉवरबीआई.कॉम D. Power Query | पॉवर क्युरी 10 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)10. Which of the following is a web hosting company? | निम्नलिखित में से कौन एक वेब होस्टिंग कंपनी है? A. Facebook | फेसबुक B. WPX Hosting | डब्लूपीएक्स होस्टिंग C. Microsoft | माइक्रोसॉफ्ट D. Tesla | टेस्ला 11 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)11. Which statement can be used to access the classes of a different package from the current package? | वर्तमान पैकेज से भिन्न पैकेज की क्लासों तक पहुंचने के लिए किस कथन का उपयोग किया जा सकता है? A. implement | इम्प्लेमेंत B. import | इम्पोर्ट C. extends | एक्स्टेंड्स D. instanceOf | इंस्टैंसऑफ़ 12 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)12. Who is the father of computer security? | कंप्यूटर सिक्योरिटी के जनक कौन है ? A. Bob Thomas | बॉब थॉमस B. Charles | चार्ल्स C. August Kerckhoff's | ऑगस्ट केर्कहोफ्स D. Robert | रोबर्ट 13 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)13. Which special variable holds more than one value at a time? | कौन सा स्पेशल वेरिएबल एक समय में एक से अधिक वैल्यू रखता है? A. Object | ऑब्जेक्ट B. Function | फंक्शन C. Array | ऐरे D. Element | एलिमेंट 14 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)14. What is an array in Java? | जावा में ऐरे क्या है? A. Collection of different type of element | विभिन्न प्रकार के तत्वों का संग्रह B. Collection of similar type of elements | समान प्रकार के तत्वों का संग्रह C. Collection of heterogeneous data | विषम डेटा का संग्रह D. Mixed data | मिश्रित डेटा 15 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)15. Which variable works as function argument in java script? | जावा स्क्रिप्ट में फ़ंक्शन आर्गुमेंट के रूप में कौन सा वेरिएबल काम करता है? A. Local variable | लोकल वेरिएबल B. Object variable | ऑब्जेक्ट वेरिएबल C. Function variable | फंक्शन वेरिएबल D. Global variable | ग्लोबल वेरिएबल 16 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)16. Which shows the address of the current selection or active cell in MS Excel? | MS Excel में वर्तमान चयन या ऐक्टिव सेल का एड्रेस कौन दिखाता है? A. Name Box | नाम बॉक्स B. Formula Bar | सूत्र पट्टी C. Column Heading | कॉलम हेडिंग D. Row Heading | रो हेडिंग 17 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)17. What is BIOS? | BIOS क्या है? A. Software | सॉफ़्टवेयर B. Middleware | मिडलवेयर C. Hardware | हार्डवेयर D. Firmware | फ़र्मवेयर 18 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)18. What will be the return type of a method that not returns any value? | उस विधि का रिटर्न प्रकार क्या होगा जो कोई मान नहीं लौटाता है? A. double | डबल B. void | वोइड C. Int | इंट D. Float | फ्लोट 19 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)19. Which creates a bar diagram? | बार डायाग्राम कौन बनाता है? A. Edit - > Chart | एडिट -> चार्ट B. Format - > Chart | फॉर्मेट -> चार्ट C. Tools - > Chart | टूल्स -> चार्ट D. Insert - > Chart | इन्सर्ट -> चार्ट 20 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)20. What do statistical analysis packages have much in common with? | स्टैटिस्टिकल एनालिसिस पैकेजों में क्या समानता है? A. Design packages | डिजाइन पैकेज B. Paint packages | पेंट पैकेज C. Apreadsheet packages | स्प्रेडशीट पैकेज D. Presentation packages | प्रेजेंटेशन पैकेज 21 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)21. Which tag is use for AUDIO in HTML? | HTML में AUDIO के लिए कौन सा टैग प्रयोग किया जाता है? A. <video> B. <track> C. <audio> 22 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)22. Which option in E - Commerce helps to keep the selected products until checkout or payment? | ई-कॉमर्स में कौन सा विकल्प चेकआउट या भुगतान तक चयनित उत्पादों को रखने में मदद करता है? A. Tray | ट्रे B. COD | सीओडी C. Basket | बास्केट D. Cart | कार्ट 23 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)23. Which file name matches the command DIR????T.TxT in DOS? | कौन सा फ़ाइल नाम DOS में कमांड DIR????T.TxT से मेल खाता है? A. TEXT . TXT B. TEMPT . TxT C. TIME . TXT D. TEMP . TXT 24 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)24. Which authenticates and handles credit card payment for E-Commerce? | ई-कॉमर्स के लिए क्रेडिट कार्ड भुगतान को कौन प्रमाणित और प्रबंधित करता है? A. Payment gateway | पेमेंट गेटवे B. E - Commerce gateway | ई - कॉमर्स गेटवे C. E-Wallets | ई-वॉलेट D. Software gateway | सॉफ्टवेयर गेटवे 25 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)25. Which is a keyword in Java? | जावा में कीवर्ड कौन सा है? A. Instanceof | इंस्टैंसऑफ़ B. Emun | इमन C. Strict | स्ट्रिक्ट D. Transit ट्रांजिट Your score isThe average score is 53% 0% Restart quiz Exit WhatsApp और YouTube चैनल से जुड़े रहनाWhats App CBT Practice PaperCOPA :- Computer Operator And Programming Assistant अत्यधिक चर्चा में ITI Supplementary Exam Eligibility December 2025: Attendance और FA से जुड़े महत्वपूर्ण नियम | DGT के नए आदेश की पूरी जानकारी NCVT सप्लीमेंट्री/लेफ्टओवर परीक्षा (दिसम्बर-2025): उत्तर प्रदेश के प्रशिक्षार्थियों के लिए SCVT पोर्टल पर पंजीकरण शुरू SIDH पोर्टल पर कब होंगे बाकी बचे Trainee Migrate? CTS एडमिशन और डेटा अपलोड की अंतिम तिथि क्या है? DGT API Schedule PRADAN Taluk Coordinator Recruitment 2025: कर्नाटक में 32-36 हजार वेतन के साथ नई भर्ती Bank of India Recruitment 2025: स्केल-II, III और IV ऑफिसर्स की बड़ी भर्ती – आवेदन शुरू PNB LBO भर्ती 2025: पंजाब नेशनल बैंक में 750 लोकल बैंक ऑफिसर पदों पर आवेदन शुरू – योग्यता, सिलेबस, चयन प्रक्रिया और ऑनलाइन फॉर्म