Answer the following statements true (T) or false (F)

1. A Case Else must be provided for every Switch statement.
2. The placement of a larger value on the left side of keyword To in a Case statement is a logic
error and causes the case to be ignored during program execution.
3. Select Case statements do not require the End Select keywords.
4. In a Do…Loop While statement, the loop body is always executed at least once.
5. In a Do…Loop While statement, the loop-continuation condition is tested at the end of the
zoop.
6. Visual Basic’s currency formatting code, C, separates a number every three digits with
commas and sets the number of decimal places to two.

1. False. A Case Else is optional.
2. True.
3. False. Select Case statements do require the End Select keywords.
4. True.
5. True.
6. True.

Computer Science & Information Technology

You might also like to view...

The numbers that identify the rows of a worksheet are called the labels

Indicate whether the statement is true or false

Computer Science & Information Technology

If both the name and ID attributes are used in an image map, they should use different names

Indicate whether the statement is true or false

Computer Science & Information Technology