Teach Yourself Visual Studio® .NET 2003 in 21 Days [Electronic resources]

Jason Beres

نسخه متنی -صفحه : 270/ 105
نمايش فراداده

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