COPA – Trade Theory Set – 01

/25
1104

COPA - Trade Theory Practice Set 01

अगर आपका ट्रेड थ्योरी सब्जेक्ट एग्जाम के लिए तैयार है तो आपको यह पेपर देना चाहिए। इस पेपर में केवल ट्रेड थ्योरी के 25 प्रशन आपको मिलेगे वो भी यूनिक प्रशन। अब आपके एग्जाम की तैयारी एक स्टेप आगे रहेगी और अच्छे मार्क्स प्राप्त कर पायेंगे।

1 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

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

2 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

2. What is the full form of IP? |
IP का फुल फॉर्म क्या है?

3 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

3. Which is open source software? |
ओपन सोर्स सॉफ्टवेयर कौन सा है?

4 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

4. Which is a free WordPress domain name provided to WordPress.com users? |
WordPress.com उपयोगकर्ताओं को प्रदान किया जाने वाला एक निःशुल्क WordPress डोमेन नाम कौन सा है?

5 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

5. Which conditional formatting option shows the Value in bar chart? |
कौन सा कंडीशनल फॉर्मेटिंग ऑप्शन बार चार्ट में वैल्यू दिखाता है?

6 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

6. Which type of E-commerce companies like Flipkart, Amazon and Myntra belongs to? |
Flipkart, Amazon और Myntra जैसी ई-कॉमर्स कंपनियां किस प्रकार की हैं?

7 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

7. Which term refers to the process of combining two or more cells to make one? | कौन सा शब्द दो या दो से अधिक कोशिकाओं को मिलाकर एक बनाने की प्रक्रिया को संदर्भित करता है?

8 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

8. What is the full form of WYSIWYG ? |
WYSIWYG का फुल फॉर्म क्या है?

9 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

9. Which is a ‘Date and Time’ function in Excel? | Excel में 'Date and Time' फ़ंक्शन कौन सा है?

10 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

10. What is the error in the below statement ?
Create function deptcount(dept_name varchar(20))
begin
declare d_count integer;
select count(*) into d_count;
from instructor
where instructor.dept_name= dept_name
return d_count;
end
नीचे दिए गए कथन में क्या त्रुटि है?
Create function deptcount(dept_name varchar(20))
begin
declare d_count integer;
select count(*) into d_count;
from instructor
where instructor.dept_name= dept_name
return d_count;
end

11 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

11. Which type of E- Commerce business platforms are amazon, ebay? |
Amazon, eBay किस प्रकार के E - Commerce बिजनेस प्लेटफॉर्म हैं?

12 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

12. Which query calculates a sum, average and then groups the result by two sets of values? |
कौन सी क्वेरी योग, औसत की गणना करती है और फिर परिणाम को मानों के दो सेटों के आधार पर समूहित करती है?

13 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

13. Which protocol is based on the active directory database? | कौन सा प्रोटोकॉल एक्टिव डायरेक्ट्री डेटाबेस पर आधारित है?

14 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

14. Which JavaScript Code is use to write alert box? |
अलर्ट बॉक्स लिखने के लिए किस JavaScript कोड का उपयोग किया जाता है?

15 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

15. Which is the correct way of importing an entire package ‘pkg’? |
संपूर्ण पैकेज ‘pkg’ को आयात करने का सही तरीका कौन सा है?

16 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

16. What is the order for the tupples of the relations? |
संबंधों के टुपल्स का क्रम क्या है?

17 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

17. What is Debugging? |
डिबगिंग क्या है?

18 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

18. Where is JavaScript code written? |
जावास्क्रिप्ट कोड कहां लिखा जाता है?

19 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

19. Which type of chart is used in MS Excel? |
MS Excel में किस प्रकार के चार्ट का उपयोग किया जाता है?

20 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

20. Which is a step of merge process? |
मर्ज प्रक्रिया का एक चरण कौन सा है?

21 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

21. Which software acts as a bridge between system software and hardware? |
कौन सा सॉफ्टवेयर सिस्टम सॉफ्टवेयर और हार्डवेयर के बीच ब्रिज का काम करता है?

22 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

22. What is the maximum limit of rows in MS Excel 2010? |
MS Excel 2010 में पंक्तियों की अधिकतम सीमा क्या है?

23 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

23. Which character redirects output into an existing file in Linux? |
लिनक्स में कौन सा कैरेक्टर आउटपुट को मौजूदा फ़ाइल में रीडायरेक्ट करता है?

24 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

24. Which of the following is not window object method? | इनमें से कौन सा विंडो ऑब्जेक्ट मेथड नहीं है?

25 / 25

Category: Computer Operator and Programming Assistant CBT Paper (TT)

25. What is the full form of SSL? |
SSL का पूर्ण रूप क्या है?

Your score is

The average score is 41%

0%

Exit

WhatsApp और YouTube चैनल से जुड़े रहना

1 thought on “COPA – Trade Theory Set – 01”

Leave a Comment

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

You cannot copy content of this page

Scroll to Top