Checking It

Select the correct answer to the following questions.

Multiple Choice

1:To step through code means:
  1. To execute the program line by line.

  2. To execute the program statement by statement.

  3. To browse the code looking for problems.

  4. All the above.

2:In the locals window you can see:
  1. Names of the local variables.

  2. Names and values of the local variables.

  3. Names, values, and data types of the local variables.

  4. Names, values, data types, and status (modified or not) of the local variables.

3:The call stack is:
  1. The stack of all variables in the procedure.

  2. The stack of all variables used in the procedure.

  3. The sequence of procedures and functions that were ...

Get Visual Basic® .NET by Example now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.