Module 2 Programming with VBA Section 4

Copa | Semester 2nd | Module 2 |  Section 4

1. Which VBA code is used to load user form into memory but do not display?
उपयोगकर्ता फॉर्म को मेमोरी में लोड करने के लिए किस VBA कोड का उपयोग किया जाता है लेकिन प्रदर्शित नहीं होता है?

... Answer is B) Load userform1

2. Which VBA code is used to remove the user form from memory?
यूजर फॉर्म को मेमोरी से हटाने के लिए किस VBA कोड का उपयोग किया जाता है?

... Answer is C) Unload userform1

3. Which window displays the watched expression including the one just added?
किस विंडो में वॉच एक्सप्रेशन को प्रदर्शित किया जाता है जिसमें अभी जोड़ा गया है

... Answer is C) Watch window

4. Which one is indicated by a red dot with a line of code highlighted in red in VBA?
VBA में लाल रंग में हाइलाइट किए गए कोड की एक पंक्ति के साथ लाल बिंदु द्वारा किसको इंगित किया गया है?

... Answer is A) Break point

5. Which is used to repeats the same steps in case of frequency needed actions in VBA?
VBA में आवृति आवृत्तियों के मामले में समान चरणों को दोहराने के लिए किसका उपयोग किया जाता है?

... Answer is D) Macros

6. Which function returns the integer portion of a number in VBA?
कौन सा फ़ंक्शन VBA में किसी संख्या का पूर्णांक भाग लौटाता है?

... Answer is A) Int()

7. Which function returns the hyperbolic cosine of the specified angle in VBA?
कौन सा फ़ंक्शन VBA में निर्दिष्ट कोण का हाइपरबोलिक कॉशन लौटाता है?

... Answer is C) Cosh()

8. Which mathematical function generates a random number in VBA?
कौन सा गणितीय कार्य VBA में एक रैंडम संख्या उत्पन्न करता है?

... Answer is B) Rnd()

9. Which operators are concatenation operator in VBA?
VBA में कौन से ऑपरेटर कॉन्ट्रैक्शन ऑपरेटर हैं?

... Answer is C) & and +

10. Which type of words cannot use for any other purpose in VBA?
VBA में किसी अन्य उद्देश्य के लिए किस प्रकार के शब्दों का उपयोग नहीं किया जा सकता है?

... Answer is B) Keywords

11. Which is a series of items where all items share the same properties and methods in VBA?
आइटम की एक श्रृंखला है जहां सभी आइटम VBA में समान प्रॉपर्टी और मेथड को शेयर करते हैं?

... Answer is D) Collections

12. Which button allows a single choice within a limited set of mutually exclusive choice?
कौन सा बटन पारस्परिक रूप से अनन्य पसंद के सीमित सेट के भीतर एकल विकल्प की अनुमति देता है?

... Answer is B) Option button

13. Which box has three states in VBA?
VBA में किस बॉक्स में तीन स्थितियां हैं?

... Answer is C) Check box

14. Which one creates a box with a scrollable list containing a number of input values in VBA?
वीबीए में इनपुट मूल्यों की संख्या वाले स्क्रॉल करने योग्य सूची के साथ कौन सा बॉक्स बनाता है?

... Answer is D) List box

15. Which control is suitable to collect the input from the user in VBA?
VBA में उपयोगकर्ता से इनपुट एकत्र करने के लिए कौन सा कंट्रोल उपयोग होता है?

... Answer is B) Text box

16. Which is a proper object hierarchy in VBA?
VBA में एक प्रॉपर ऑब्जेक्ट पदानुक्रम कौन सी है?

... Answer is D) Application, Workbook, Worksheet, Range

17. What is the shortcut key to run the current procedure in VBA?
VBA में वर्तमान प्रोसीजर को चलाने के लिए शॉर्टकट कुंजी क्या है?

... Answer is C) F5

18. Which window displays the entire list of local variables and their current values in VBA?
कौन सी विंडो VBA में लोकल वेरिएबल और उनके वर्तमान मानों की पूरी सूची प्रदर्शित करती है?

... Answer is A) Locals window

19. Which window is similar to the local’s window, but it is used to tracing the variables in VBA?
कौन सी विंडो लोकल विंडो के समान है, लेकिन इसका उपयोग VBA में वेरिएबल को ट्रेस करने के लिए किया जाता है?

... Answer is B) Watch window

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

... Answer is A) Ctrl + G

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