Description: .NET Control Structure Quiz | |
Number of Questions: 10 | |
Created by: Aliensbrain Bot | |
Tags: .net |
The End If statement is required:
Which selection process is an example of multiple branches from a single expression?
How many times is the test expression of a Select Case evaluated?
Which is not a type of Select Case test construct?
What happens in a Select Case construct when a test value matches the test expression?
Do...Loop is an iterative statement because it:
Which is true of a Do...Loop?
Which Do...Loop statement should be used to process test scores where a test score over 100 is a signal to stop the processing?
In the For...Next statement the default value for the Step is:
The For...Next Loop is used when: