ITI MCQ
Home
PROGRAMMING WITH VBA - Practice Mode
Categories
Computer Operator and Programming Assistant (COPA)
PROGRAMMING WITH VBA
Practice Mode
1) What is the storage size of decimal data type in VBA?
2 bytes
4 bytes
8 bytes
12 bytes
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: 12 bytes
Question Details
1) What is the storage size of decimal data type in VBA?
2 bytes
4 bytes
8 bytes
12 bytes
2) What is the storage size of currency data type in VBA?
2 bytes
4 bytes
8 bytes
12 bytes
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: 8 bytes
Question Details
2) What is the storage size of currency data type in VBA?
2 bytes
4 bytes
8 bytes
12 bytes
3) How many numeric data types available in Excel VBA?
4
5
7
8
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: 7
Question Details
3) How many numeric data types available in Excel VBA?
4
5
7
8
4) What is the another name for keywords in VBA?
Literals
Variables
User defined words
Reserved words
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Reserved words
Question Details
4) What is the another name for keywords in VBA?
Literals
Variables
User defined words
Reserved words
5) Which key word is used to declare the variable in VBA?
Sub
Declare
Dim
AS
Show Answer
Report Question
What's wrong with this question?
Report
Correct Answer: Dim
Question Details
5) Which key word is used to declare the variable in VBA?
Sub
Declare
Dim
AS
Previous Question Set
Back to Question Sets
Next Question Set
Try Another Topic
Try Another Quiz