Module 2 Programming with VBA Section 2

Copa | Semester 2nd | Module 2 |  Section 2

1. What is the storage size of decimal data type in VBA?
VBA में डेसिमल डेटा प्रकार का स्टोरेज आकार क्या है?

... Answer is D) 12 bytes

2. What is the storage size of currency data type in VBA?
VBA में करेंसी डाटा टाइप का संग्रहण आकार क्या है?

... Answer is C) 8 bytes

3. How many numeric data types available in Excel VBA?
Excel VBA में कितने न्यूमैरिक डेटा उपलब्ध हैं?

... Answer is C) 7

4. What is the another name for keywords in VBA?
VBA में कीवर्ड का दूसरा नाम क्या है?

... Answer is D) Reserved words

5. Which key word is used to declare the variable in VBA?
VBA में वेरिएबल घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है?

... Answer is C) Dim

6. Which data type can hold any type of values in VBA?
कौन सा डेटा प्रकार VBA में किसी भी प्रकार का मान रख सकता है?

... Answer is A) Variant

7. Which entitie hold data in VBA?
कौन सी entitie VBA में डाटा रखता है

... Answer is D) Variables

8. Which worksheet method is used to copy a sheet to another location in the workbook?
वर्कबुक में शीट को किसी अन्य स्थान पर कॉपी करने के लिए किस वर्कशीट विधि का उपयोग किया जाता है?

... Answer is B) Copy

9. Which VBA worksheet property return or sets a string value that represents the object name?
कौन सा VBA वर्कशीट प्रॉपर्टी रिटर्न या एक स्ट्रिंग वैल्यू सेट करता है जो ऑब्जेक्ट नाम का प्रतिनिधित्व करता है?

... Answer is A) Name

10. Which method displays the data form associated with the worksheet in VBA?
VBA में वर्कशीट से जुड़े डेटा फॉर्म को कौन सी विधि प्रदर्शित करती है?

... Answer is C) Show Data Form

11. Which VBA property returns a range object that represents all the cells on the worksheet?
कौन सी VBA प्रॉपर्टी एक रेंज ऑब्जेक्ट लौटाती है जो वर्कशीट पर सभी सेल का प्रतिनिधित्व करती है?

... Answer is A) Cells

12. Which object is member of the workbook?
निम्न में से वर्कबुक का सदस्य कौन सा ऑब्जेक्ट है

... Answer is C) Worksheet

13. Which type of work book method cannot be modified in VBA?
VBA में किस प्रकार की वर्कबुक विधि को संशोधित नहीं किया जा सकता है?

... Answer is D) Protect

14. Which workbook property returns a string value that represents the name of the object in VBA?
कौन सी वर्कबुक प्रॉपर्टी एक स्ट्रिंग मान लौटाती है जो VBA में ऑब्जेक्ट के नाम का प्रतिनिधित्व करता है?

... Answer is B) Name

15. Which workbook property returns the name of the object including its path on disk in VBA?
वीबीए में डिस्क पर अपने पथ सहित ऑब्जेक्ट का नाम किस वर्कबुक प्रॉपर्टी द्वारा होता है?

... Answer is A) Full name

16. Which can hold lot of data with one variable in VBA?
VBA में कौन सा एक वेरिएबल एक साथ बहुत सारे डेटा को रख सकता है

... Answer is B) Collections

17. Which type of list box enables one choice of adjacent choice in VBA?
किस प्रकार की लिस्ट बॉक्स VBA में आसान पसंद के एक विकल्प को सक्षम करता है?

... Answer is C) Multiple - selection list box

18. Which button has three states in VBA?
VBA में तीन स्थितियों में कौन सा बटन है?

... Answer is A) Option button

19. Which box groups related controls into one visual unit in a rectangle with an optional label?
वैकल्पिक लेबल के साथ आयत में एक विजुअल यूनिट में कौन से बॉक्स ग्रुप संबंधित नियंत्रण रखते हैं?

... Answer is B) Group box

20. Which is used to create user interface forms?
यूजर इंटरफेस फॉर्म बनाने के लिए किसका उपयोग किया जाता है?

... Answer is B) VBA

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