COPA – Trade Theory Set – 04By itikegyani.com / February 28, 2025 /25 3 COPA - Trade Theory Practice Set 04 अगर आपका ट्रेड थ्योरी सब्जेक्ट एग्जाम के लिए तैयार है तो आपको यह पेपर देना चाहिए। इस पेपर में केवल ट्रेड थ्योरी के 25 प्रशन आपको मिलेगे वो भी यूनिक प्रशन। अब आपके एग्जाम की तैयारी एक स्टेप आगे रहेगी और अच्छे मार्क्स प्राप्त कर पायेंगे। 1 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 1. How data can be accessed using array? | ऐरे का उपयोग करके डेटा कैसे एक्सेस किया जा सकता है? A. Operator | ऑपरेटर B. Index | इंडेक्स C. Pointer | पॉइंटर D. Variable | वेरिएबल 2 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 2. How are individuals in a table referred to as? | टेबल में इंडिविजुअल को किस प्रकार संदर्भित किया जाता है? A. rows | रो B. boxes | बॉक्स C. cells | सेल्स D. columns | कॉलम 3 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 3. Which of the following is an logical operator? | निम्न में से कौन सा लॉजिकल ऑपरेटर है? A. && B. = C. & D. + 4 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 4. Which polymorphism behaviour do you see in below class? class Paint { public void Color(int x) { } public void Color(int x, int y) { } public void Color(int x, int y, int z) { } } नीचे दी गई क्लास में आप कौन सा पॉलीमॉरफिस्म व्यवहार देखते हैं? class Paint { public void Color(int x) { } public void Color(int x, int y) { } public void Color(int x, int y, int z) { } } A. Method overloading | विधि ओवरलोडिंग B. Method overriding | विधि ओवरराइडिंग C. Run time polymorphism | रन टाइम पॉलीमॉरफिस्म D. Constructor overloading | कंस्ट्रक्टर ओवरलोडिंग 5 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 5. Which option is considered as cloud? | कौन सा विकल्प क्लाउड माना जाता है? A. Intranet | इंट्रानेट B. Web Applications | वेब एप्लीकेशन C. Application | एप्लिकेशन D. Hadoop | हडूप 6 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 6. How many types of groups are available in active directory? | एक्टिव डायरेक्टरी में कितने प्रकार के ग्रुप उपलब्ध हैं? A. 3 B. 2 C. 5 D. 4 7 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 7. Which DOS command deletes a directory? | कौन सा DOS कमांड किसी डायरेक्टरी को डिलीट करता है? A. RD | रडी B. REMOVE | रिमूव C. DELETE | डिलीट D. DEL | डेल 8 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 8. Which method of Object class can clone an object? | ऑब्जेक्ट क्लास की कौन सी विधि किसी ऑब्जेक्ट का क्लोन बना सकती है? A. Objectcopy( ) B. Cloning( ) C. Copy( ) D. Object clone( ) 9 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 9. Which character represents parent directory in Linux? | Linux में कौन सा कैरेक्टर पैरेंट डायरेक्टरी का प्रतिनिधित्व करता है? A. . B. * C. .. D. ~ 10 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 10. What is the main purpose of JavaScript? | जावास्क्रिप्ट का मुख्य उद्देश्य क्या है? A. Client side validation | ग्राहक पक्ष सत्यापन B. Read and write files | फ़ाइलों को पढ़ें और लिखें C. Store data in the server | सर्वर में डेटा स्टोर करें D. Create web browsers | वेब ब्राउज़र बनाएँ 11 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 11. What are the dotted areas in an empty slide of MS PowerPoint ? | MS PowerPoint की एक खाली स्लाइड में डॉटेड एरिया क्या हैं? A. Placeholders | प्लेसहोल्डर B. Template | टेम्पलेट C. Themes | थीम D. Placard | प्लेकार्ड 12 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 12. What is the main advantage of intranet over than Internet? | इंटरनेट की तुलना में इंट्रानेट का मुख्य लाभ क्या है? A. Public network | सार्वजनिक नेटवर्क B. Un-limited information | "असीमित जानकारी" C. Secured | सुरक्षित D. Multi user | बहु उपयोगकर्ता 13 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 13. Which class inherits the properties of the other? | कौन सी क्लास दूसरे के गुण इनहेरिटेंस में प्राप्त करता है? A. Class | क्लास B. Parent class | पैरेंट क्लास C. Subclass | स्ब्क्लास D. Superclass | सुपरक्लास 14 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 14. What is the full form of CGI? | CGI का फुल फॉर्म क्या है A. Computer Gateway Interface | कंप्यूटर गेटवे इंटरफेस B. Computer Gateway Interconnection | कंप्यूटर गेटवे इंटरकनेक्शन C. Common Gateway Interconnection | कॉमन गेटवे इंटरकनेक्शन D. Common Gateway Interface | कॉमन गेटवे इंटरफेस 15 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 15. Which one enables the hosting providers to manage multiple domains on a single server? | कौन सा एक होस्टिंग प्रदाताओं को एक सर्वर पर कई डोमेन बनाने में सक्षम बनाता है? A. Database server | डेटाबेस सर्वर B. web server | वेब सर्वर C. SQL server | SQL सर्वर D. Network server | नेटवर्क सर्वर 16 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 16. Which software interfaces the major hardware components of the computer with the OS? | कौन सा सॉफ्टवेयर कंप्यूटर के प्रमुख हार्डवेयर घटकों को ऑपरेटिंग सिस्टम के साथ इंटरफेस करता है? A. POST B. CMOS C. BIOS D. DOS 17 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 17. Which of the following is TRUE about DDL command? | DDL कमांड के बारे में निम्नलिखित में से कौन सा सत्य है? A. Inserting , modifying,deleting and viewing the records. | रिकार्ड इन्सर्ट करना, मॉडिफाई करना, डिलीट करना और देखना B. Controls of the database system. | डेटाबेस सिस्टम का कंट्रोल C. Retrive data from the database | डेटाबेस से डेटा पुनर्प्राप्त करें D. Creation, deletion, and alteration | क्रिएशन, डिलेशन, और अल्टरेशन 18 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 18. Which storage technologies has the best performance? | कौन सी स्टोरेज टेक्नोलॉजी का प्रदर्शन सबसे अच्छा है? A. DAS B. SAD C. NAS D. SAN 19 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 19. Which package contains abstract keyword? | किस पैकेज में abstract कीवर्ड है? A. Java.util B. Java.system C. Java.lang D. Java.io 20 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 20. Where do pinned application stay in Windows OS? | विंडोज़ ऑपरेटिंग सिस्टम में पिन किए गए एप्लिकेशन कहां रहते हैं? A. Task Bar | टास्क बार B. Notification Area | नोटिफ़िकेशन एरिया C. Title bar | टाइटल बार D. Desktop | डेस्कटॉप 21 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 21. Which one is responsible of running javascript code? | जावास्क्रिप्ट कोड चलाने के लिए कौन सा जिम्मेदार है? A. Sublime Text | सबलाइम टेक्स्ट B. Visual studio code | विजुअल स्टूडियो कोड C. Notepad++ | नोटपैड++ D. Browser | ब्राउज़र 22 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 22. What is the return type of the method parseFloat( )? | मेथड ParseFloat ( ) का रिटर्न टाइप क्या है? A. Float | फ्लोट B. Integer | इंटीजर C. String | स्ट्रिंग D. Date | डेट 23 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 23. Which function key opens save as dialogue box in MS Excel? | MS Excel में कौन सी फ़ंक्शन कुंजी सेव ऐज़ डायलॉग बॉक्स खोलती है? A. F7 B. F5 C. F12 D. F2 24 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 24. How macro can be restricted from running automatically while starting MS Excel? | MS Excel प्रारंभ करते समय मैक्रो को स्वचालित रूप से चलने से कैसे प्रतिबंधित किया जा सकता है? A. Hold down the ALT key during startup | स्टार्टअप के दौरान ALT key दबाए रखें B. Hold down the ESC key during startup | स्टार्टअप के दौरान ESC key दबाए रखें C. Hold down the CTRL key during startup | स्टार्टअप के दौरान CTRL key दबाए रखें D. Hold down the SHIFT key during startup | स्टार्टअप के दौरान SHIFT key दबाए रखें 25 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT) 25. Which of the following attacks to protects by firewall? | निम्नलिखित में से कौन सा आक्रमण फ़ायरवॉल द्वारा सुरक्षा करता है? A. Denial of service | सर्विस का इनकार B. Dumpster diving | डंपस्टर डाइविंग C. Shoulder surfing | शोल्डर सर्फिंग D. Phishing | फिशिंग Your score isThe average score is 55% 0% Restart quiz Exit WhatsApp और YouTube चैनल से जुड़े रहना Whats App CBT Practice Paper COPA :- Computer Operator And Programming Assistant अत्यधिक चर्चा में Sample Paper 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 ऑफिसर्स की बड़ी भर्ती – आवेदन शुरू