Programming with VBA – ITI NIMI Mock Test COPA TheoryTest Programming with VBA (VBA के साथ प्रोग्रामिंग) – ITI NIMI Mock Test COPA Theory Programming with VBA - ITI NIMI Mock Test COPA Theory 1 / 821. Q. How many numeric data types available in Excel VBA? | एक्सेल वीबीए में कितने संख्यात्मक डेटा प्रकार उपलब्ध हैं? A) 4 B) 5 C) 7 D) 8 2 / 822. Q. How many levels of variable scope available in VBA? | वीबीए में परिवर्तनीय दायरे के कितने स्तर उपलब्ध हैं? A) 2 B) 3 C) 4 D) 7 3 / 823. Q. Which shortcut key is used to open the Visual Basic Editor In VBA? | VBA में Visual Basic Editor खोलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है? A) Alt + F11 B) Ctrl + F11 C) Shift + F11 D) Shift + Ctrl + F11 4 / 824.Q. Which shortcut key is used to open code window in VBA? | वीबीए में कोड विंडो खोलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है? A) F7 B) Alt + F7 C) Ctrl + F7 D) Shift + F7 5 / 825. Q. Which type of words cannot use for any other purpose in VBA? | वीबीए में किसी अन्य उद्देश्य के लिए किस प्रकार के शब्दों का उपयोग नहीं किया जा सकता है? A) Literals B) Keywords C) Constants D) Variables 6 / 826. Q. Which is used to type / edit the programming code in VBA? | वीबीए में प्रोग्रामिंग कोड को टाइप/एडिट करने के लिए किसका प्रयोग किया जाता है? A) Form window B) Properties window C) Immediate window D) Visual basic editor 7 / 827. Q. Which shortcut key is used to step into line - by - line execution in VBA? | वीबीए में लाइन-बाय-लाइन निष्पादन में कदम रखने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है? A) F2 B) F4 C) F5 D) F8 8 / 828. Q. Which shortcut key is used to open project explorer window in VBA? | वीबीए में प्रोजेक्ट एक्सप्लोरर विंडो खोलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है? A) Ctrl + R B) Ctrl + P C) Ctrl + W D) Ctrl + E 9 / 829. Q. Which color of dot indicate the breakpoint in VBA? | डॉट का कौन सा रंग वीबीए में ब्रेकपॉइंट इंगित करता है? A) Grey B) Yellow C) Maroon D) Red 10 / 8210. Q. Which data type can hold any type of values in VBA? | कौन सा डेटा प्रकार वीबीए में किसी भी प्रकार के मान रख सकता है? A) Variant B) Variable C) Constant D) Keyword 11 / 8211. Q. Which VBA function is used to convert the string from uppercase to lowercase? | स्ट्रिंग को अपरकेस से लोअरकेस में बदलने के लिए किस VBA फ़ंक्शन का उपयोग किया जाता है? A) Lcase() B) Lower() C) Ucase() D) Upper() 12 / 8212. Q. Which button has three states in VBA? | वीबीए में किस बटन के तीन राज्य हैं? A) Option button B) Spin button C) Push button D) Command button 13 / 8213. Q. Which window is similar to the locals window, but it is used to tracing the variables in VBA? | कौन सी विंडो लोकल विंडो के समान है, लेकिन इसका उपयोग VBA में वेरिएबल्स को ट्रेस करने के लिए किया जाता है? A) Call stack window B) Watch window C) Immediate window D) Debugging window 14 / 8214. Q. Which is used to repeats the same steps in case of frequency needed actions in VBA? | वीबीए में आवृत्ति आवश्यक क्रियाओं के मामले में समान चरणों को दोहराने के लिए किसका उपयोग किया जाता है? A) Class B) Object C) Functions D) Macros 15 / 8215. Q. Which VBA code is used to remove the user form from memory? | मेमोरी से यूजर फॉर्म को हटाने के लिए किस VBA कोड का उपयोग किया जाता है? A) Unload me B) Userform1.hide C) Unload userform1 D) User form show false 16 / 8216. Q. Which box groups related controls into one visual unit in a rectangle with an optional label? | एक वैकल्पिक लेबल के साथ एक आयत में एक दृश्य इकाई में कौन से बॉक्स समूह नियंत्रण को संबंधित करते हैं? A) Label box B) Group box C) List box D) Combo box 17 / 8217. Q. What is the return type of CSng function in VBA? | वीबीए में सीएसएनजी फ़ंक्शन का रिटर्न प्रकार क्या है? A) Boolean B) Variant C) Single D) String 18 / 8218. Q. Which type of variable can be accessed or used by subroutines outside the modules in VBA? | वीबीए में मॉड्यूल के बाहर सबरूटीन्स द्वारा किस प्रकार के चर का उपयोग या उपयोग किया जा सकता है? A) Static B) Private C) Protect D) Public 19 / 8219. Q. Which key word is used to declare the variable in VBA? | VBA में वेरिएबल को घोषित करने के लिए किस कुंजी शब्द का उपयोग किया जाता है? A) Sub B) Declare C) Dim D) AS 20 / 8220. Q. Which can hold lot of data with one variable in VBA? | वीबीए में एक चर के साथ कौन सा डेटा रख सकता है? A) Arrays B) Collections C) Groups D) Methods 21 / 8221. Q. Which VBA built in function returns location at the second string occurs within the first string? | कौन सा वीबीए फ़ंक्शन रिटर्न में बनाया गया है जो दूसरी स्ट्रिंग पर स्थान देता है जो पहले स्ट्रिंग के भीतर होता है? A) Mid() B) Chr() C) ASC() D) Instr() 22 / 8222. Q. Which is used to create user interface forms? | यूजर इंटरफेस फॉर्म बनाने के लिए किसका उपयोग किया जाता है? A) C B) VBA C) HTML D) Javascript 23 / 8223. Q. Which shortcut key allows debugger to run the current procedure and go line after line called the procedure in VBA? | कौन सी शॉर्टकट कुंजी डिबगर को वर्तमान प्रक्रिया को चलाने और लाइन के बाद लाइन जाने की अनुमति देती है जिसे वीबीए में प्रक्रिया कहा जाता है? A) Ctrl + Shift + F6 B) Ctrl + Shift + F7 C) Ctrl + Shift + F8 D) Ctrl + Shift + F9 24 / 8224. Q. Which mathematical function returns square root of a specified number in VBA? | कौन सा गणितीय फ़ंक्शन VBA में निर्दिष्ट संख्या का वर्गमूल लौटाता है? A) Sqt() B) Squr() C) Sqrt() D) Sqr() 25 / 8225. Q. Which one is indicated by a red dot with a line of code highlighted in red in VBA? | वीबीए में लाल रंग से हाइलाइट किए गए कोड की एक पंक्ति के साथ लाल बिंदु से कौन सा संकेत मिलता है? A) Break point B) Start point C) End point D) Error point 26 / 8226. Q. Which one creates a box with a scrollable list containing a number of input values in VBA? | कौन सा एक स्क्रोल करने योग्य सूची वाला बॉक्स बनाता है जिसमें वीबीए में कई इनपुट मान होते हैं? A) Combo box B) Option button C) Text box D) List box 27 / 8227. Q. Which scope does the variable declared with dim and remains in the existance only as long as the procedure in which if is declared is running? | किस दायरे में वेरिएबल को डिम के साथ घोषित किया जाता है और केवल तब तक अस्तित्व में रहता है जब तक कि घोषित की गई प्रक्रिया चल रही है? A) Global scope B) Local scope C) Module scope D) Project scope 28 / 8228. Q. What is called the set of commands bundled together under one name? | एक नाम के तहत एक साथ बंडल किए गए कमांड के सेट को क्या कहा जाता है? A) Properties B) Macros C) Procedures D) Events 29 / 8229. Q. Which keyword is used to declare the variables in project scope? | प्रोजेक्ट स्कोप में वेरिएबल्स को घोषित करने के लिए किस कीवर्ड का उपयोग किया जाता है? A) Static B) Private C) Public D) Protect 30 / 8230. Q. Which entitie hold data in VBA? | वीबीए में कौन सी इकाई डेटा रखती है? A) Literals B) Constants C) Keywords D) Variables 31 / 8231. Q. What is the another name for keywords in VBA? | VBA में कीवर्ड्स का दूसरा नाम क्या है? A) Literals B) Variables C) User defined words D) Reserved words 32 / 8232. Q. Which operators are concatenation operator in VBA? | वीबीए में कौन से ऑपरेटर कॉन्सटेनेशन ऑपरेटर हैं? A) + and - B) & and - C) & and + D) & and * 33 / 8233. Q. While debugging code, which statement allows to go to the highlighted line? | डिबगिंग कोड के दौरान, कौन सा कथन हाइलाइट की गई रेखा पर जाने की अनुमति देता है? A) Step Into B) Step over C) Step out D) Show next 34 / 8234. Q. What is the Full form of IDE? | आईडीई का पूर्ण रूप क्या है? A) Integrated Development Element B) Internal Development Environment C) Integrated Development Environment D) Internal Distributed Environment 35 / 8235. Q. Which one is attributes of an object in VBA? | वीबीए में कौन सा एक वस्तु का गुण है? A) Procedures B) Events C) Macros D) Properties 36 / 8236. Q. Which is a series of items where all items share the same properties and methods in VBA? | कौन सी वस्तुओं की एक श्रृंखला है जहां सभी आइटम समान गुणों और विधियों को VBA में साझा करते हैं? A) Arrays B) Groups C) Methods D) Collections 37 / 8237. Q. Which shortcut key is used to open the immediate window? | तत्काल विंडो खोलने के लिए किस शॉर्टकट कुंजी का प्रयोग किया जाता है? A) Ctrl + G B) Ctrl + L C) Alt + G D) Alt + L 38 / 8238. Q. Which is a proper object hierarchy in VBA? | वीबीए में उचित वस्तु पदानुक्रम कौन सा है? A) Worksheet, Workbook, Application, Range B) Range, Application, Worksheet, Workbook C) Range, Worksheet, Workbook, Application D) Application, Workbook, Worksheet, Range 39 / 8239. Q. Which workbook property returns a string value that represents the name of the object in VBA? | कौन सी कार्यपुस्तिका संपत्ति एक स्ट्रिंग मान लौटाती है जो VBA में वस्तु के नाम का प्रतिनिधित्व करती है? A) Full name B) Name C) Path D) Worksheets 40 / 8240. Q. Which variable recognized only within the procedure in which it is declared? | किस चर को केवल उस प्रक्रिया के भीतर पहचाना जाता है जिसमें इसे घोषित किया जाता है? A) Local scope B) Module scope C) Global scope D) Project scope 41 / 8241. Q. Which worksheet method is used to copy a sheet to another location in the workbook? | वर्कबुक में एक शीट को दूसरे स्थान पर कॉपी करने के लिए किस वर्कशीट पद्धति का उपयोग किया जाता है? A) Activate B) Copy C) Save As D) Select 42 / 8242. Q. Which object is member of the workbook? | कौन सी वस्तु कार्यपुस्तिका का सदस्य है? A) Sheets B) Workbook C) Worksheet D) Range 43 / 8243. Q. Which window displays the watched expression including the one just added? | हाल ही में जोड़े गए एक्सप्रेशन सहित कौन सी विंडो देखी गई अभिव्यक्ति को प्रदर्शित करती है? A) Module window B) Immediate window C) Watch window D) Debug window 44 / 8244. Q. Which shortcut key is used to open VBA Editor from the Excel worksheet? | एक्सेल वर्कशीट से वीबीए एडिटर खोलने के लिए किस शॉर्टकट कुंजी का उपयोग किया जाता है? A) Ctrl + F11 B) Alt + F11 C) Ctrl + V D) Ctrl + F7 45 / 8245. Q. Which function returns specified part of a given date in VBA? | कौन सा फ़ंक्शन वीबीए में दी गई तारीख का निर्दिष्ट भाग लौटाता है? A) Day() B) Datevalue() C) Datediff() D) Datepart() 46 / 8246. Q. Which control is used to increase or decrease a value, such as a number time or date? | किसी मान को बढ़ाने या घटाने के लिए किस नियंत्रण का उपयोग किया जाता है, जैसे संख्या समय या दिनांक? A) Scroll Bar B) Spin Button C) Combo Box D) Toggle Button 47 / 8247. Q. Which VBA worksheet property return or sets a string value that represents the object name? | कौन सी वीबीए वर्कशीट संपत्ति वापस आती है या एक स्ट्रिंग मान सेट करती है जो ऑब्जेक्ट नाम का प्रतिनिधित्व करती है? A) Name B) Index C) Range D) Cells 48 / 8248. Q. Which method displays the data form associated with the worksheet in VBA? | वीबीए में वर्कशीट से जुड़े डेटा फॉर्म को कौन सी विधि प्रदर्शित करती है? A) Copy B) Printout C) Show Data Form D) Select 49 / 8249. Q. What is the storage size of decimal data type in VBA? | वीबीए में दशमलव डेटा प्रकार का संग्रहण आकार क्या है? A) 2 bytes B) 4 bytes C) 8 bytes D) 12 bytes 50 / 8250. Q. Which control is suitable to collect the input from the user in VBA? | वीबीए में उपयोगकर्ता से इनपुट एकत्र करने के लिए कौन सा नियंत्रण उपयुक्त है? A) Label B) Text box C) Command button D) User form 51 / 8251. Q. Which mathematical function generates a random number in VBA? | कौन सा गणितीय कार्य VBA में एक यादृच्छिक संख्या उत्पन्न करता है? A) Random() B) Rnd() C) Rand() D) Round() 52 / 8252. Q. What is called double clicking an object in VBA? | VBA में किसी वस्तु पर डबल क्लिक करना क्या कहलाता है? A) Events B) Macros C) Procedures D) Methods 53 / 8253. Q. Which function returns true if the expression is a valid date, otherwise it returns false in VBA? | यदि अभिव्यक्ति वैध तिथि है, तो कौन सा फ़ंक्शन सत्य लौटाता है, अन्यथा यह VBA में गलत होता है? A) CDate() B) IsDate() C) Day() D) Dateadd() 54 / 8254. Q. What is called the set of statement that are executed under one name? | एक ही नाम से क्रियान्वित होने वाले स्टेटमेंट के सेट को क्या कहा जाता है? A) Macros B) Properties C) Procedures D) Events 55 / 8255. Q. Which button allows a single choice within a limited set of mutually exclusive choice? | कौन सा बटन पारस्परिक रूप से अनन्य पसंद के सीमित सेट के भीतर एकल विकल्प की अनुमति देता है? A) Button B) Option button C) Spin button D) Toggle button 56 / 8256. Q. Which shortcut key is used to set the properties of form while designing? | डिजाइन करते समय फॉर्म के गुणों को सेट करने के लिए किस शॉर्टकट कुंजी का प्रयोग किया जाता है? A) F4 B) Ctrl + F4 C) Alt + F4 D) Shift + F4 57 / 8257. Q. Which character is to be suffixed for long data type in VBA? | वीबीए में लंबे डेटा प्रकार के लिए कौन सा वर्ण प्रत्यय लगाया जाना है? A) & B) ! C) # D) @ 58 / 8258. Q. Where does Excel come in object hierarchy of VBA? | एक्सेल वीबीए के ऑब्जेक्ट पदानुक्रम में कहां आता है? A) Range object B) Workbook object C) Worksheet object D) Application object 59 / 8259. Q. What is the shortcut key to run the current procedure in VBA? | वीबीए में वर्तमान प्रक्रिया को चलाने के लिए शॉर्टकट कुंजी क्या है? A) F2 B) F4 C) F5 D) F8 60 / 8260. Q. Which workbook property returns the name of the object including its path on disk in VBA? | कौन सी कार्यपुस्तिका संपत्ति वीबीए में डिस्क पर अपने पथ सहित वस्तु का नाम लौटाती है? A) Full name B) Name C) Path D) Worksheets 61 / 8261. Q. Which function returns the integer portion of a number in VBA? | कौन सा फ़ंक्शन वीबीए में किसी संख्या का पूर्णांक भाग लौटाता है? A) Int() B) Format() C) Abs() D) Sign() 62 / 8262. Q. What is the another name trigger for an action in VBA? | वीबीए में किसी कार्रवाई के लिए दूसरा नाम ट्रिगर क्या है? A) Methods B) Modules C) Events D) Macros 63 / 8263. Q. Which function returns the difference between two date values based on the interval specified in VBA? | कौन सा फ़ंक्शन वीबीए में निर्दिष्ट अंतराल के आधार पर दो दिनांक मानों के बीच अंतर लौटाता है? A) Datediff() B) Day() C) Daydiff() D) Datedif() 64 / 8264. Q. Which VBA property returns a range object that represents all the cells on the worksheet? | कौन सी वीबीए संपत्ति एक श्रेणी वस्तु लौटाती है जो वर्कशीट पर सभी कोशिकाओं का प्रतिनिधित्व करती है? A) Cells B) Rows C) Index D) Name 65 / 8265. Q. In VBA, How many types of access specifiers available in VBA? | वीबीए में, वीबीए में कितने प्रकार के एक्सेस विनिर्देशक उपलब्ध हैं? A) 2 B) 3 C) 4 D) 6 66 / 8266. Q. What is the full form of UDF in VBA? | वीबीए में यूडीएफ का पूर्ण रूप क्या है? A) User Data Functions B) User Defined Functions C) Undefined Functions D) Used Data Functions 67 / 8267. Q. Which function returns the hyperbolic cosine of the specified angle in VBA? | कौन सा फ़ंक्शन वीबीए में निर्दिष्ट कोण के हाइपरबोलिक कोसाइन देता है? A) Abs() B) Cos() C) Cosh() D) hcos() 68 / 8268. Q. Which function extracts the first 5 characters from a string in VBA? | कौन सा फ़ंक्शन वीबीए में स्ट्रिंग से पहले 5 अक्षर निकालता है? A) Right(str,5) B) Left(str,5) C) Mid(str,5) D) Substr(str,5) 69 / 8269. Q. Which simplifies the work to be eliminating or rewriting the code in VBA? | वीबीए में कोड को समाप्त करने या फिर से लिखने के लिए कौन सा कार्य सरल करता है? A) Class B) Object C) Macros D) Functions 70 / 8270. Q. Which type of variable cannot be declared within a procedure in VBA? | वीबीए में एक प्रक्रिया के भीतर किस प्रकार का चर घोषित नहीं किया जा सकता है? A) Project scope B) Local scope C) Global scope D) Module scope 71 / 8271. Q. Which function returns the current system date and time in VBA? | कौन सा फ़ंक्शन VBA में वर्तमान सिस्टम दिनांक और समय लौटाता है? A) Date() B) Day() C) Hour() D) Now() 72 / 8272. Q. Which function returns the day of the month (number from 1 to 31) given date value in VBA? | कौन सा फ़ंक्शन महीने के दिन (1 से 31 तक की संख्या) को VBA में दिनांक मान देता है? A) Day() B) Date() C) Month() D) Date part() 73 / 8273. Q. Where there is no difference between dim and private in VBA? जहां वीबीए में मंद और निजी के बीच कोई अंतर नहीं है? A) Local scope B) Module scope C) Global scope D) Project scope 74 / 8274. Q. Which of the following is logical operator in VBA? | निम्न में से कौन VBA में लॉजिकल ऑपरेटर है? A) + B) - C) * D) And 75 / 8275. Q. Which box has three states in VBA? | वीबीए में किस बॉक्स में तीन राज्य हैं? A) List box B) Combo box C) Check box D) Group box 76 / 8276. Q. What is the alternate name of Bugs? | बग्स का वैकल्पिक नाम क्या है? A) Errors B) Keywords C) Variables D) Constants 77 / 8277. Q. What is the storage size of currency data type in VBA? | वीबीए में मुद्रा डेटा प्रकार का संग्रहण आकार क्या है? A) 2 bytes B) 4 bytes C) 8 bytes D) 12 bytes 78 / 8278. Q. Which type of work book method cannot be modified in VBA? | वीबीए में किस प्रकार की वर्क बुक पद्धति को संशोधित नहीं किया जा सकता है? A) Close B) Save C) Save AS D) Protect 79 / 8279. Q. Which type of list box enables one choice of adjacent choice in VBA? | किस प्रकार का सूची बॉक्स वीबीए में आसन्न पसंद के एक विकल्प को सक्षम करता है? A) Drop down list B) Single - selection list box C) Multiple - selection list box D) Extended - selection list box 80 / 8280. Q. Which window displays the entire list of local varibles and their current values in VBA? | कौन सी विंडो VBA में स्थानीय चर और उनके वर्तमान मूल्यों की पूरी सूची प्रदर्शित करती है? A) Locals window B) Watch window C) Immediate window D) Debugging window 81 / 8281. Q. Which method is used to pass the reference to the arguments? | तर्कों के संदर्भ को पारित करने के लिए किस विधि का उपयोग किया जाता है? A) Ref B) Val C) Reference D) By Ref 82 / 8282. Q. Which function is used to check whether the given input is numeric or Not in VBA? | दिए गए इनपुट संख्यात्मक है या VBA में नहीं है यह जांचने के लिए किस फ़ंक्शन का उपयोग किया जाता है? A) Numeric() B) Isnumber() C) Isnumeric() D) Isnum() Your score is Facebook Restart Exit