Previous Year Question Paper Copa Trade Theory NCVT July 2018 NSQF Level 4 Semester 2nd
![]() |
July 2018 NSQF LEVEL – 4 Semester 2nd |
1. Which is the standard macro language used in Microsoft Office products?
Microsoft Office products में प्रयुक्त मानक मैक्रो भाषा कौन सी है?
2. Which codes in HTML page is used for inserting JavaScript codes between them?
HTML पेज में कौन से कोड का उपयोग उनके बीच जावास्क्रिप्ट कोड डालने के लिए किया जाता है?
3. What is output of the code in javaScript:
javaScript में कोड का आउटपुट क्या है:
isNaN (50/0)?
4. What is the code to join two string to get the result res as Hello world if:
Hello world के रूप में परिणाम res प्राप्त करने के लिए दो स्ट्रिंग में शामिल होने के लिए कोड क्या है:
var str1 = ‘Hello’;
var str2 = ‘World’
5. Which is the relational operator used in JavaScript?
जावास्क्रिप्ट में प्रयुक्त रिलेशनल ऑपरेटर कौन सा है?
6. What is the output of the code in JavaScript?
जावास्क्रिप्ट में कोड का आउटपुट क्या है?
x=true;
Number(x);
7. Which type of loop in JavaScript, will always be executed once before checking , if the condition is true?
जावास्क्रिप्ट में किस प्रकार का लूप, हमेशा जांच से पहले एक बार निष्पादित किया जाएगा, अगर condition सही है?
8. What mechanism in JavaScript bundles the data and method to use them together?
जावास्क्रिप्ट में क्या तंत्र डेटा और विधि को एक साथ उपयोग करने के लिए बंडल करता है?
9. What is the output of the string in JavaScript:
जावास्क्रिप्ट में स्ट्रिंग का आउटपुट क्या है:
var x = 3.759;
x.toFixed(0);
10. What are JavaScript Cookies?
जावास्क्रिप्ट कुकीज़ क्या हैं?
11. Which the correct way of declaring a variable in VBA?
VBA में एक वेरिएबल घोषित करने का सही तरीका कौन सा है?
12. What are altributes of an Object in VBA?
वीबीए में किसी ऑब्जेक्ट की विशेषताएं क्या हैं ?
13. Which is Data/Time function?
डेटा / टाइम फ़ंक्शन कौन सा है?
14. What is the output of the code:
कोड का आउटपुट क्या है:
Dim s as string;
s = “Wholehearted”
debug.print mid (s,6,4)?
15. Which operator in JavaScript is used to perform the OR operation?
OR ऑपरेशन करने के लिए JavaScript में किस ऑपरेटर का उपयोग किया जाता है?
16. Which Scope variable is accessible from anywhere in the project that declares them and alse other project referring it?
कौन सा स्कोप वैरिएबल प्रोजेक्ट में कहीं से भी सुलभ है जो उन्हें घोषित करता है और अन्य प्रोजेक्ट को संदर्भित करता है?
17. What is the function of Input Box function?
इनपुट बॉक्स फ़ंक्शन का क्या कार्य है?
18. What is the output when the part of the code is executed in VBA?
जब VBA में कोड का हिस्सा निष्पादित होता है तो आउटपुट क्या होता है?
Dim Counter
Counter = 0
While Counter < 2
Debug.print ‘hello’
Wend
Debug.print Counter
19. What can be sized or resized by using ReDim statement in VBA?
VBA में ReDim स्टेटमेंट का उपयोग करके क्या आकार या आकार बदला जा सकता है?
20. What is the expansion of HTTP?
HTTP का विस्तार क्या है?
21. Which accounting entity states the financial position of an organisation?
कौन सी लेखा इकाई किसी संगठन की वित्तीय स्थिति बताती है?
22. Which category of Asset in Accounting does land and building fall into?
लेखांकन में संपत्ति का कौन सा वर्ग भूमि और भवन में आता है?
23. Which software is used to handle primary book of accounts and vouchers?
खातों और वाउचर की प्राथमिक पुस्तक को संभालने के लिए किस सॉफ्टवेयर का उपयोग किया जाता है?
24. Which is the book of first entry in Accounting?
लेखांकन में पहली प्रविष्टि की पुस्तक कौन सी है?
25. Which type of budget is designed for a year in advance?
एक वर्ष पहले किस प्रकार का बजट बनाया जाता है?
26. Which technology relies heavily on online transaction, electronic funds transfer and Internet marketing?
ऑनलाइन लेनदेन, इलेक्ट्रॉनिक फंड ट्रांसफर और इंटरनेट मार्केटिंग पर कौन सी तकनीक बहुत निर्भर करती है?
27. Which security threat involves sending unsolicited email in bulk to individuals for commercial gain and spreading malware?
कौन से सुरक्षा खतरे में व्यावसायिक लाभ और मैलवेयर फैलाने के लिए थोक में अवांछित ईमेल भेजना शामिल है?
28. Which spying is used to hack company or government computer networks to obtain sensitive information?
संवेदनशील सूचना प्राप्त करने के लिए किस जासूसी का उपयोग कंपनी या सरकारी कंप्यूटर नेटवर्क को हैक करने के लिए किया जाता है?
29. Which gives the list of products on a website for selling in a E-commerce site?
ई-कॉमर्स साइट में बेचने के लिए वेबसाइट पर उत्पादों की सूची कौन देता है?
30. What is the counter measure for phishing attack?
फ़िशिंग हमले के लिए काउंटर उपाय क्या है?
Post a Comment
If you have any doubts,Please let me know