adplus-dvertising

Welcome to the Selection Structures MCQs Page

Dive deep into the fascinating world of Selection Structures with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of Selection Structures, a crucial aspect of Visual Basic. In this section, you will encounter a diverse range of MCQs that cover various aspects of Selection Structures, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within Visual Basic.

frame-decoration

Check out the MCQs below to embark on an enriching journey through Selection Structures. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of Visual Basic.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of Selection Structures. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

Selection Structures MCQs | Page 1 of 7

Q1.
In Visual Basic __________ is used for coding single-alternative and dual-alternative selection structures.
Discuss
Answer: (a).If…Then…Else statement
Q2.
The __________ keyword is necessary only in a dual-alternative selection structure.
Discuss
Answer: (d).Else
Q3.
The condition must be a __________ expression.
Discuss
Answer: (c).Boolean
Q4.
The set of statements contained in each path is referred to as a __________
Discuss
Answer: (b).Statement block
Q5.
What is wrong with the following if-else structure?
If intQuantity > 5 Then
   dblDiscountRate = .1
Else
   dblDiscountRate = .05
End If
Discuss
Answer: (a).No error
Q6.
Comparison operators are also termed as __________
Discuss
Answer: (d).Relational operators
Q7.
What is the comparison operator to find if two values are equal?
Discuss
Answer: (b).=
Q8.
What is the result of the expression 10-5>3*4-2?
Discuss
Answer: (c).False
Q9.
What is the result of the expression 10-2+20>2*14-2?
Discuss
Answer: (d).True
Q10.
What is the result of the expression 10-2+20 ><2*25-2?
Discuss
Answer: (a).Syntax error
Page 1 of 7

Suggested Topics

Are you eager to expand your knowledge beyond Visual Basic? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!