Visual Basic MCQs SolvedBy: Prof. Dr. Fazal Rehman | Last updated: May 2, 2025 13 Score: 0 Attempted: 0/13 Subscribe 1. When we press the tab key during runtime, then what property of controls tells the order they receive the focus? (A) Tab index (B) Focus number (C) Focus order (D) Control order 2. When the user clicks a button, then which of the following is triggered? (A) a property (B) a method (C) a setting (D) an event 3. What is an algorithm? (A) a mathematical formula that solves a problem (B) a logical sequence of steps that solve a problem (C) Both A and B (D) None of these 4. Visual Basic responds to events by using which of the following procedures? (A) a code (B) a form (C) an event (D) a property 5. During the development of Visual Basic applications, the Properties window plays an important role, and its actual use is to? (A) Graphically design program components (B) When opening programs stored on a hard drive (C) Change the object’s look and feel (D) All of these 6. ……….. is used to give the control a meaningful name in a control’s list of properties? (A) Text (B) ContextMenu (C) Name (D) ControlName 7. What is Pseudocode? (A) Data that have been encoded for security (B) The incorrect results of a computer program (C) A program that doesn’t work (D) A description of an algorithm similar to a computer language 8. A variable declared outside of an event procedure is said to not have a class-level scope. (A) True (B) False Answer: (B) False 9. If we want to continue a long statement on another line, then what key can we use? (A) Ctrl + Enter (B) an ampersand character (C) an underscore character (D) None of these 10. Select the arithmetic operation with the highest level of precedence? (A) ^ exponentiation (B) * / (C) + – (D) ( ) 11. The statement “x = 3 + 4 * 4” is executed. In this case, what value will be assigned to the numeric variable x? (A) 20 (B) 92 (C) 19 (D) 234 12. ………………. is a valid name for a variable? (A) T4 Tutorials (B) 4 Tutorials (C) T4_Tutorials (D) T4.Tutorials 13. Keywords in Visual Basic are words that: (A) have special meaning and should not be used with variable names (B) are used to name controls, such as TextBox1, Command2, etc. (C) Can be used when naming variables (D) are used as prefixes for control names (such as lbl, and lst) Related Posts:Visual programming Solved MCQ's Questions AnswersVisual Programming MCQs HomepageVisual Impairment (Special Education) MCQsVisual and Digital Anthropology MCQsVisual content (infographics, videos) MCQsVisual Arts MCQs [Fine Arts]