You are on page 1of 1

1.

The purpose of the Visual Studio Community is to 

a) create a program.

b) run a program.

c) debug a program.

d) All of the above.

Explain why ?

(d)

Because we can do all of the above in the same software (create, debug, run)

2. A _____ is a window used to communicate with users.

a) form

b) control

c) dialog

d) None of the above.

Explain why ?

(a)

Visual Basic Form is the container for all the controls that make up the user interface.
Every window in a running visual basic application is a form, thus the terms form and
window describe the same entity.

3. A single line comment in C# begins with:

a) */

b) #

c) //

d) \\

(c)

4. The starting point of a C# program is the method.

a) Main

b) Start

c) Open

d) None of the above.

(a)

You might also like