Module 2 Programming with VBA Section 3

Copa | Semester 2nd | Module 2 |  Section 3

1. Where does Excel come in object hierarchy of VBA?
एक्सेल VBA की ऑब्जेक्ट पदानुक्रम में कहाँ आता है?

... Answer is D) Application object

2. Which shortcut key is used to open project explorer window in VBA?
VBA में प्रोजेक्ट एक्सप्लोरर विंडो खोलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?

... Answer is A) Ctrl + R

3. Which shortcut key is used to open VBA Editor from the Excel worksheet?
एक्सेल वर्कशीट से VBA एडिटर खोलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?

... Answer is B) Alt + F11

4. What is the Full form of IDE?
IDE का पूर्ण रूप क्या है?

... Answer is C) Integrated Development Environment

5. Which shortcut key is used to step into line - by - line execution in VBA?
VBA में लाइन बाय लाइन एग्जीक्यूशन के लिए किस शॉर्टकट की का उपयोग किया जाता है

... Answer is D) F8

6. What is called the set of commands bundled together under one name?
एक नाम के तहत एक साथ बंडल किए गए आदेशों के सेट को क्या कहा जाता है?

... Answer is B) Macros

7. What is called the set of statement that are executed under one name?
एक नाम के तहत निष्पादित बयान का सेट क्या कहलाता है?

... Answer is C) Procedures

8. Which one is attributes of an object in VBA?
VBA में किसी ऑब्जेक्ट का एट्रिब्यूट निम्न में से कौन सा है

... Answer is D) Properties

9. What is called double clicking an object in VBA?
VBA में किसी ऑब्जेक्ट पर डबल क्लिक करना क्या कहलाता है

... Answer is A) Events

10. Which is used to type / edit the programming code in VBA?
VBA में प्रोग्रामिंग कोड को टाइप / एडिट करने के लिए किसका उपयोग किया जाता है?

... Answer is D) Visual basic editor

11. What is the alternate name of Bugs?
बग्स का वैकल्पिक नाम क्या है?

... Answer is A) Errors

12. Which shortcut key is used to open the Visual Basic Editor in VBA?
वीबीए में विजुअल बेसिक एडिटर खोलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है?

... Answer is A) Alt + F11

13. Which simplifies the work to be eliminating or rewriting the code in VBA?
VBA में कोड को समाप्त या पुनर्लेखन करने के लिए कौन सा कार्य सरल करता है?

... Answer is C) Macros

14. Which type of variable can be accessed or used by subroutines outside the modules in VBA?
VBA में मॉड्यूल के बाहर सबरूटीन्स द्वारा किस प्रकार के वेरिएबल को एक्सेस या उपयोग किया जा सकता है?

... Answer is D) Public

15. Where there is no difference between dim and private in VBA?
जहां VBA में Dim और Private के बीच कोई अंतर नहीं है?

... Answer is B) Module scope

16. Which method is used to pass the reference to the arguments?
आर्गुमेंट्स के रिफरेन्स को पास करने के लिए किस पद्धति का उपयोग किया जाता है?

... Answer is D) By Ref

17. Which function is used to check whether the given input is numeric or Not in VBA?
किस फ़ंक्शन का उपयोग यह जांचने के लिए किया जाता है कि दिया गया इनपुट न्यूमेरिक है या VBA में नहीं है?

... Answer is C) Isnumeric()

18. Which function returns specified part of a given date in VBA?
VBA में दिए गए दिनांक का कौन सा फ़ंक्शन निर्दिष्ट भाग देता है?

... Answer is D) Datepart()

19. Which function returns the difference between two date values based on the interval specified in VBA?
कौन सा फ़ंक्शन VBA में निर्दिष्ट अंतराल के आधार पर दो तिथि मानों के बीच अंतर देता है?

... Answer is A) Datediff()

20. What is the return type of CSng function in VBA?
VBA में CSng फ़ंक्शन का रिटर्न टाइप क्या है?

... Answer is C) Single

Section 1 Section 2 Section 3 Section 4 Section 5

Post a Comment

If you have any doubts,Please let me know

Previous Post Next Post
close