Multiple choice 'Dim' is used for declaring a variable declaring an event naming convention none of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation In Visual Basic, 'Dim' is the keyword used to declare variables. It stands for 'Dimension' and allocates memory storage for the variable. It is not used for declaring events or naming conventions.