COPA advanced excel concepts Page-5 Question Bank

21.  What is the storage size of decimal data type in VBA?
VBA में डेसीमल डेटा प्रकार का भंडारण आकार क्या है?  [Bharat Skill QB]

(A) 2 bytes
 2 बाइट्स
(B) 4 bytes
 4 बाइट्स
(C) 8 bytes
 8 बाइट्स
(D) 12 bytes
 12 बाइट्स

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

(A) 2 bytes
 2 बाइट्स
(B) 4 bytes
 4 बाइट्स
(C) 8 bytes
 8 बाइट्स
(D) 12 bytes
 12 बाइट्स

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

(A) 4
(B) 5
(C) 7
(D) 8

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

(A) Literals
 लिटरल्स
(B) Variables
 वेरिएबल्स
(C) User defined words
 यूजर डिफाइंड वर्ड्स
(D) Reserved words
 रिजर्व्ड वर्ड्स

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

(A) Sub
(B) Declare
(C) Dim
(D) AS