COPA – Trade Theory Set – 07By / March 1, 2025 /25 25 COPA - Trade Theory Practice Set 07अगर आपका ट्रेड थ्योरी सब्जेक्ट एग्जाम के लिए तैयार है तो आपको यह पेपर देना चाहिए। इस पेपर में केवल ट्रेड थ्योरी के 25 प्रशन आपको मिलेगे वो भी यूनिक प्रशन। अब आपके एग्जाम की तैयारी एक स्टेप आगे रहेगी और अच्छे मार्क्स प्राप्त कर पायेंगे। 1 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)1. What is the full form of CSV ? | CSV का फुल फॉर्म क्या है? A. Control Space Value | नियंत्रण स्थान मान B. Comma Standard Values | अल्पविराम मानक मान C. Comma Separated Values | अल्पविराम से पृथक मान D. Compact Serial Value | संक्षिप्त अनुक्रमिक मान 2 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)2. Which function specifies access rights to resources related to information security? | कौन सा फ़ंक्शन सूचना सुरक्षा से संबंधित संसाधनों तक पहुंच अधिकार निर्दिष्ट करता है? A. Authorization | ऑथॉराईज़ेशन B. Pin | पिन C. OTP | ओटीपी D. Pass code | पास कोड 3 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)3. Which tag is used to create a combo box? | कॉम्बो बॉक्स बनाने के लिए आप किस टैग का प्रयोग करेंगे? A. None of the above B. <input type="”dropdown”"> 4 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)4. Which shortcut key center aligns the selected text in MS Word? | MS Word में चयनित टेक्स्ट को कौन सा शॉर्टकट कुंजी केंद्र में संरेखित करता है? A. Ctrl + E B. Ctrl + F C. Ctrl + C D. Ctrl + D 5 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)5. Which of the following is true for variable names in Python? | पायथन में वेरिएबल नामों के लिए निम्न में से कौन सा सही है? A. Unlimited Length | असीमित लंबाई B. Start variable name by space | वैरिएबल नाम को स्पेस से प्रारंभ करें C. Case-insensitive केस -इंसेन्सिटिव D. (-) and (&) are the only two special characters allowed | (-) और (&) केवल दो विशेष वर्णों की अनुमति है 6 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)6. Which function referencing a cell to match values in another row or column against the cell? |कौन सा फ़ंक्शन किसी सेल को संदर्भित करके उस सेल के विरुद्ध किसी अन्य पंक्ति या स्तंभ के मानों का मिलान करता है? A. If | इफ B. Sum | सम C. Lookup | लूकप D. Count | काउंट 7 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)7. Which item contains text graphics, charts, sound, video, etc., in PowerPoint? | पावर पॉइंट में टेक्स्ट आइटम, चार्ट, साउंड, वीडियो इत्यादि कौन से आइटम हैं? A. Slides | स्लाइड्स B. Handout | हैंडआउट्स C. Desktop screen | डेस्कटॉप स्क्रीन D. Folder | फ़ोल्डर 8 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)8. Which Python command is used to add a new element to a list? | किसी लिस्ट में नया एलिमेंट जोड़ने के लिए किस Python command का उपयोग किया जाता है? A. List1.addLast( 5 ) B. List1.append( 5 ) C. List1.add( 5 ) D. List1.addEnd( 5 ) 9 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)9. Which unit is considered if the domain of the element is atomic? | यदि तत्व का डोमेन परमाणु है तो कौन सी इकाई पर विचार किया जाता है? A. Different units | विभिन्न इकाइयाँ B. Indivisible units | अविभाज्य इकाइयाँ C. Constant units | स्थिर इकाइयाँ D. Divisible units | विभाज्य इकाइयाँ 10 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)10. Which is required for video conferencing and streaming, live chat and web based courses? | वीडियो कॉन्फ्रेंसिंग और स्ट्रीमिंग, लाइव चैट और वेब आधारित पाठ्यक्रमों के लिए क्या आवश्यक है? A. Coaching | कोचिंग B. Assistant to positions | असिस्टेंट से पोजिशन्स C. Online development | ऑनलाइन विकास D. Learning organization | शिक्षण संगठन 11 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)11. Which keyword is used to declare a variable in javascript? | जावास्क्रिप्ट में एक वेरिएबल घोषित करने के लिए किस कुंजी का उपयोग किया जाता है? A. Dec B. Var C. Dim D. Const 12 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)12. What will be the output of a given code? nums=list({1:'one',2:'two'}) print(nums)______ किसी दिए गए कोड का आउटपुट क्या होगा? nums=list({1:'one',2:'two'}) print(nums)______ A. Runtime error B. [ 1, 2 ] C. [ ‘one', ‘two' ] D. Syntax Error 13 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)13. What is the process of deleting all the data on the hard drive? | हार्ड ड्राइव पर सभी डेटा को डिलीट करने की प्रक्रिया क्या है? A. Erase | मिटाना B. Formatting | प्रारूपण C. delete | डिलीट D. Uninstall | अनइंस्टॉल करना 14 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)14. Which keyword adds an alternative condition to an if statement? | कौन सा कीवर्ड if स्टेटमेंट में वैकल्पिक नियम जोड़ता है? A. if else B. else if C. elif D. elseif 15 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)15. Which option displays the rows that meet certain conditions in MS Excel? | कौन सा विकल्प MS Excel में कुछ शर्तों को पूरा करने वाली पंक्तियों को प्रदर्शित करता है? A. Sort | सॉर्ट B. Format | फॉर्मेट C. Filter | फ़िल्टर D. Find | फाइंड 16 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)16. Which is a default page setup orientation of the PowerPoint slides? | कौन सा टैब स्लाइड में ब्लॉक एरो सम्मिलित करता है? A. Vertical | वर्टिकल B. Landscape | लैंडस्केप C. Horizontal | हॉरिजॉन्टल D. Portrait | पोर्ट्रेट 17 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)17. Which is the default network mask for class A? | क्लॉस A के लिए डिफॉल्ट नेटवर्क मास्क कौन सा है? A. 255.0.0.0 B. 255.255.255.0 C. 255.255.255. 255 D. 255.255.0.0 18 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)18. Which function counts the number of cells that contains numbers in a range? | कौन सा फ़ंक्शन किसी श्रेणी में संख्याओं वाली सेल्स की संख्या की गणना करता है? A. Sumif( ) B. Countif( ) C. Sum( ) D. Count( ) 19 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)19. What is full form of PIN? | PIN का फुल फॉर्म क्या होता है? A. Private Identification Number | निजी पहचान संख्या B. Private Information Number | निजी सूचना संख्या C. Personal Identification Number | व्यक्तिगत पहचान संख्या D. Personal Information Number | व्यक्तिगत सूचना संख्या 20 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)20. Which of the following softwares could be used to build a website? | वेबसाइट बनाने के लिए निम्न में से कौन सा सॉफ्टवेयर इस्तेमाल किया जा सकता है? A. Dream Weaver | ड्रीम वीवर B. Excel | एक्सेल C. Power Point | पावर प्वाइंट D. ERP | इआरपी 21 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)21. Which is used as loop in Python? | पायथन में लूप के रूप में किसका प्रयोग किया जाता है? A. if else | इफ एल्स B. for loop | फॉर लूप C. do-while loop | डू-व्हील लूप D. loop | लूप 22 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)22. Which command remove files in Linux? | लिनक्स में कौन सा कमांड फाइलों को हटाता है? A. erase | इरेस B. rm | आरएम C. delete | डिलीट D. dm | डीएम 23 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)23. What is the purpose of cover page? | कवर पेज का उद्देश्य क्या है? A. Fills list of people intent to mail | मेल भेजने के इच्छुक लोगों की सूची भरें B. Contains details of the documents | दस्तावेजों के विवरण शामिल हैं C. To view the mailed list | मेल की गई सूची देखने के लिए D. Allows to fill title, author and date | शीर्षक, लेखक और दिनांक भरने की अनुमति देता है 24 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)24. How many parts are there in a ‘For’ loop in Java Script? | जावास्क्रिप्ट में ‘For’ loop में कितने भाग होते हैं? A. 3 B. 2 C. 4 D. 5 25 / 25 Category: Computer Operator and Programming Assistant CBT Paper (TT)25. Which web server provides good customer support if it had any issues? | यदि कोई समस्या है तो कौन सा वेब सर्वर अच्छी ग्राहक सहायता प्रदान करता है? A. Lite speed | लाइट स्पीड B. Nginx | एनजिनएक्स C. Apache | अपाचे D. IIS | आईआईएस (इंटरनेट सूचना सर्वर) Your score isThe average score is 60% 0% Restart quiz Exit WhatsApp और YouTube चैनल से जुड़े रहनाWhats App CBT Practice PaperCOPA :- Computer Operator And Programming Assistant अत्यधिक चर्चा में Engineering Drawing First Year First Year Workshop Calculation and Science Fitter First Year Practice Paper Employability skill First Practice Paper Revised Schedule : ITI छात्रों के लिए वेरिफिकेशन का एक बार फिर अंतिम मौका: न चूकें! सत्र 2024 Revised Schedule CTS Main Exam July 2025 🎓 नयी तिथि जारी