Module 2 Programming with VBA Section 1
![]() |
Copa | Semester 2nd | Module 2 |
1. Which VBA built in function returns location at the second string occurs within the first string?
कौन सा VBA बिल्डिंग फंक्शन के द्वारा पहली स्ट्रिंग के भीतर दूसरे स्ट्रिंग की लोकेशन प्राप्त होती है
2. Which keyword is used to declare the variables in project scope?
प्रोजेक्ट स्कोप में वेरिएबल को घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है?
3. In VBA, How many types of access specifiers available in VBA?
VBA में कितने प्रकार के एक्सेस स्पेसियर उपलब्ध हैं?
4. Which type of variable cannot be declared within a procedure in VBA?
VBA में किस प्रकार के वेरिएबल को एक प्रक्रिया के भीतर घोषित नहीं किया जा सकता है?
5. Which variable recognized only within the procedure in which it is declared?
किस वेरिएबल को केवल उस प्रक्रिया के भीतर मान्यता दी गई है जिसमें इसे घोषित किया गया है?
6. How many levels of variable scope available in VBA?
VBA में वेरिएबल स्कोप के कितने स्तर उपलब्ध हैं?
7. What will be the output of the following VBA code?
निम्नलिखित VBA कोड का आउटपुट क्या होगा?
Debug.printformat(#1/1/2017#,”yyyy/mm/dd”)
8. Which function returns true if the expression is a valid date, otherwise it returns false in VBA?
कौन सा फंक्शन सही रिटर्न करेगा अगर एक्सप्रेशन एक वैलिड दिनांक है अन्यथा यह VBA में गलत रिटर्न करेगा?
9. What is the full form of UDF in VBA?
VBA में UDF का पूर्ण रूप क्या है?
10. Which function returns the day of the month (number from 1 to 31) given date value in VBA?
कौन सा फंक्शन महीने का दिन (1 से 31 तक की संख्या) VBA में दिनांक से बता देता है
11. Which function returns the current system date and time in VBA?
कौन सा फ़ंक्शन VBA में वर्तमान सिस्टम दिनांक और समय लौटाता है?
12. Which function extracts the first 5 characters from a string in VBA?
कौन सा फ़ंक्शन VBA में एक स्ट्रिंग से पहले 5 वर्णों को निकालता है?
13. Which color of dot indicate the breakpoint in VBA?
डॉट का कौन सा रंग VBA में ब्रेकप्वाइंट को दर्शाता है?
14. Which shortcut key is used to set the properties of form while designing?
डिजाइन करते समय फॉर्म के प्रॉपर्टीज को सेट करने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?
15. Which shortcut key is used to open code window in VBA?
VBA में कोड विंडो खोलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?
16. Which code is used to display a user form in VBA?
VBA में यूजर फॉर्म प्रदर्शित करने के लिए किस कोड का उपयोग किया जाता है?
17. Which mathematical function returns square root of a specified number in VBA?
कौन सा गणितीय कार्य VBA में निर्दिष्ट संख्या का वर्गमूल देता है?
18. Which VBA function is used to convert the string from uppercase to lowercase?
स्ट्रिंग को अपरकेस से लोअरकेस में बदलने के लिए किस VBA फ़ंक्शन का उपयोग किया जाता है?
19. Which of the following is logical operator in VBA?
VBA में तार्किक ऑपरेटर निम्नलिखित में से कौन है?
20. Which character is to be suffixed for long data type in VBA?
VBA में long डाटा टाइप के लिए कौन सा करैक्टर प्रत्यय होना है?
Post a Comment
If you have any doubts,Please let me know