Sams Teach Yourself Visual Studio .NET 2003 in 21 Days

Sams Teach Yourself .Net in 21 Days

By Jason Beres

Quiz

  1. By setting the ______________ of a variable, you can dictate where it can be accessible within an application or assembly.

    Scope

  2. True or False: C# can handle loops faster than Visual Basic .NET because less code must be written.

    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.

    Concatenation

  4. A ____________ loop processes a set of statements until a condition is true.

    While loop

Share ThisShare This

Informit Network