VISUAL BASIC

VISUAL PROGRAMMING

VISUAL BASIC

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A ____ structure is used to deal with different conditions that occur based on values entered into an application.
A
compound
B
logical
C
decision
D
baseline
Explanation: 

Detailed explanation-1: -The isNaN() function determines whether a value is NaN when converted to a number.

Detailed explanation-2: -In computer programming, a loop is a sequence of instruction s that is continually repeated until a certain condition is reached. Typically, a certain process is done, such as getting an item of data and changing it, and then some condition is checked such as whether a counter has reached a prescribed number.

Detailed explanation-3: -An End Case statement is used to terminate a Select Case structure. In a Select Case statement, the keyword Is must be used when testing with relational operators. A Case statement in a Select Case structure can test for a range of values. Each value in a Case statement is separated by a period.

Detailed explanation-4: -You can create your own code snippets but they cannot be added to the library. In adding a code snippet, if you right-click outside the desired location for your code, the shortcut menu might list choices that are customized to that area of code and not include the code snippet for which you were searching.

There is 1 question to complete.