Hour 15

1: What type of errors prevent Visual C# .NET from compiling and running code?
A1: Build errors
2: What is the name of a runtime error: an error that usually occurs as a result of attempting to process inappropriate data?
A2: Exception
3: What characters are used to denote a single-line comment?
A3: //
4: To halt execution at a specific statement in code, you set a what?
A4: A break point
5: Explain the yellow arrow and red circles that can appear in the gray area in the code editor.
A5: The yellow arrow denotes the next statement to be executed, and the red cir cle denotes a break point.
6: What IDE window would you use to poll the contents of a variable in Break mode?
A6: The Command window
7: True or False: You must always specify a catch section ...

Get Sams Teach Yourself Microsoft® Visual C#™ .NET in 24 Hours 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.