Quiz

1:By setting the ______________ of a variable, you can dictate where it can be accessible within an application or assembly.
A1: Scope
2:True or False: C# can handle loops faster than Visual Basic .NET because less code must be written.
A2: False. Both C# and Visual Basic .NET compile to the same IL in most cases, making the performance for any function almost identical.
3:I can simplify my addition code by using the new _____________ operators in Visual Basic .NET.
A3: Concatenation
4:A ____________ loop processes a set of statements until a condition is true.
A4: While loop

Get Sams Teach Yourself Visual Studio® .NET 2003 in 21 Days 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.