wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CS111 Activity 2.2

Total questions: 11

Worksheet time: 12mins

Name
Class
Date
1.

When a form has been modified since the last time it was saved, what appears on its tab in the designer window?

a)

an ampersand (&)

b)

an asterisk (*)

c)

a percent sign (%)

d)

a plus sign (+)

2.

Which window is used to set the characteristics that control an object’s appearance and behavior?

a)

Characteristics

b)

Properties

c)

Object

d)

Toolbox

3.

Which window lists the projects and files included in a solution?

a)

Solution Explorer

b)

Object

c)

Properties

d)

Toolbox

4.

What is the three-character extension appended to solution files in Visual Basic 2019?

a)

.vbs

b)

.prg

c)

.src

d)

.sln

5.

Which of the following statements is true?

a)

You can auto-hide a window by clicking the Auto Hide (vertical pushpin) button on its title bar.

b)

An auto-hidden window appears as a tab on the edge of the IDE.

c)

You temporarily display an auto-hidden window by clicking its tab.

d)

all of the above

6.

Which property controls the text displayed in a form’s title bar?

a)

Caption

b)

Title

c)

TitleBar

d)

Text

7.

Which property is used to give an object a more meaningful name?

a)

Text

b)

Caption

c)

Name

d)

Application

8.

Which property determines the initial position of a form when the application is started?

a)

Location

b)

StartPosition

c)

InitialLocation

d)

StartLocation

9.

Explain the difference between a form’s Text property and its Name property.

4 lines
10.

Explain the difference between a form file and a form.

4 lines
11.

What does the dot member access operator indicate in the text System.Windows.Forms. Label?

4 lines