wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Chapter3 (Controls)

Total questions: 57

Worksheet time: 30mins

Name
Class
Date
1.

A control tool is program screen (program window interface) and has many properties.

a)

Button

b)

Form

c)

Textbox

d)

Listbox

2.

A control tool which can be placed on the Form. When you click it, it does a certain
task

a)

Button

b)

Form

c)

Textbox

d)

Listbox

3.

A control tool which showing a Text on the Form Window which can't be changed during
program Runtime.

a)

Button

b)

Form

c)

Textbox

d)

Label

4.

A control tool which used to insert (input) data from the user during program run time.

a)

Button

b)

Form

c)

Textbox

d)

Label

5.

A control tool which drop-down list of items from which one item can be selected.
in a smallest possible place

a)

Listbox

b)

Radiobutton

c)

Combobox

d)

Groupbox

6.

A control tool which shows a list of items that user can select from.

a)

Listbox

b)

Form

c)

Textbox

d)

Label

7.

A control tool which allow user to select only one alternative (option) (Choice) as Gender

a)

Checkbox

b)

Radiobutton

c)

Combobox

d)

Groupbox

8.

A control tool which allow user to select one or more alternatives (options) (Choices).

a)

Checkbox

b)

Radiobutton

c)

Combobox

d)

Groupbox

9.

A control tool which Group similar controls with the same usage

a)

Checkbox

b)

Radiobutton

c)

Combobox

d)

Groupbox

10.

The property which set the name of Form (controls) used in Code Window.

a)

Text

b)

Name

c)

Backcolor

d)

Right to left

11.

The property which set the appeared Text on the title bar of the Window

a)

Text

b)

Name

c)

Backcolor

d)

Right to left

12.

The property which change the background color of the Form

a)

Text

b)

Name

c)

Backcolor

d)

Right to left

13.

The property which change the direction of Controls on the form Window From Right to Left.

a)

Text

b)

Name

c)

Backcolor

d)

Right to left

14.

The property which controls the appearance or disappearance of Minimize Box of Form
Window.


a)

Minimize Box

b)

Maximize box

c)

Control box

d)

Form border style

15.

The property which controls the appearance or disappearance of Maximize Box of Form
Window.


a)

Minimize Box

b)

Maximize box

c)

Control box

d)

Form border style

16.

The property which controls the appearance or disappearance of control Box of Form
Window.


a)

Minimize Box

b)

Maximize box

c)

Control box

d)

Form border style

17.

The property which controls the The Border style of Form Window



a)

Minimize Box

b)

Maximize box

c)

Control box

d)

Form border style

18.

The property which change the location of placing Button on the Form

a)

Size

b)

Location

c)

Text

d)

Name

19.

The property which Defining the height and width of Button on the Form.

a)

Size

b)

Location

c)

Text

d)

Name

20.

The property which set the Size of the Label automatically according to the
written Text if the Value of property equals true.

a)

Size

b)

Location

c)

Auto size

d)

Border style

21.

The property which Choosing the Border Style of the Label


a)

Size

b)

Location

c)

Auto size

d)

Border style

22.

The property which It defines the maximum number of letters which can be
inserted in the TextBox



a)

Max length

b)

Items

c)

Sorted

d)

Selection mode

23.

The property which add a group of items shown in the ListBox

a)

Max length

b)

Items

c)

Sorted

d)

Selection mode

24.

The property which defines whether the elements in the list are arranged or not.


a)

Max length

b)

Items

c)

Sorted

d)

Selection mode

25.

The property which defines whether it is possible to choose one item or more
shown in the ListBox.


a)

Max length

b)

Items

c)

Sorted

d)

Selection mode

26.

The property which It shows whether Radio Button / Checkbox has been chosen or not


a)

Max length

b)

Items

c)

Checked

d)

Selection mode

27.

There are common properties among different Controls such as

a)

Text

b)

Name

c)

Back color

d)

Right to left

28.

There are properties of the form, if they are set, they are applied to Controls which are
placed on this Form such as

a)

Back color

b)

Right to left

c)

Name

29.

The default value of the property (Text) and the property (Name)of the form is the same and it is
(...................................)

a)

True

b)

False

c)

Form1

d)

Yes

30.

When you set some properties, the effect of setting appears directly on the Form in design
mode of the program.
as text and back color

a)

True

b)

False

31.

There are some properties which their effect doesn't appear on the Form or Controls until
you run the program

as Max length and selection mode

a)

True

b)

False

32.

Eight squares appear on the borders of the Button

a)

True

b)

False

33.

You can change the ....................................of the Button by using the process of drag and drop
using the pointer of the mouse through the eight squares.

a)

Size

b)

Location

34.

You can change the ........................................of Button by using the process of drag and drop
after moving the mouse pointer until it turns into a shape with four heads.

a)

Size

b)

Location

35.

You can change the ....................................of the Button by using the process of drag and drop
using the pointer of the mouse through the eight squares.

a)

Size

b)

Location

36.

If the value of size is 300;200 that mean

a)

Width is 200

Height is 300

b)

Width is 300

Height is 200

37.

You can change the ....................................of the Button by using the process of drag and drop
using the pointer of the mouse through the eight squares.

a)

Size

b)

Location

38.

The default location controls over the form in the co-ordinate ................................

a)

0,0 at the middle of the form

b)

0,0 at the top left of the form

39.

To change the size of Label automatically

a)

Autosize = True

b)

Autosize = False

40.

To change the size of Label manually (By mouse)

a)

Autosize = True

b)

Autosize = False

41.

Textbox is marked by the property

a)

Autosize

b)

Maxlength

c)

Sorted

d)

Items

42.

Label is marked by the property

a)

Autosize

b)

Checked

c)

Sorted

d)

Items

43.

Listbox and Combobox are shared the property

a)

Autosize

b)

Checked

c)

Selection mode

d)

Items

44.

Radiobutton and Checkbox are shared the property

a)

Autosize

b)

Checked

c)

Selection mode

d)

Items

45.

The default value of the property Right to left is ..........................

a)

Yes

b)

No

46.

The default values of the properties (maximizebox, Minimizebox and controlbox) is ......................

a)

True

b)

False

47.

The default value of the property Form border style is .............................

a)

Sizable

b)

None

c)

Fixed Single

d)

Fixed 3D

48.

The default value of the property Autosize is .............................

a)

True

b)

False

49.

To remove all borders of the form window set the property form border style to be ...................

a)

Sizable

b)

None

50.

The default value of the property sorted is ..............................

a)

True

b)

False

51.

The default value of the property selection mode is ..............................

a)

One

b)

None

c)

Multi simple

d)

Multiextended

52.

To allow user to select more than one item in listbox we set the value selection mode to be ......

a)

One

b)

None

c)

Multi simple

d)

Multiextended

53.

The default value of the property checked is ......................

a)

True

b)

False

54.

To arrange items inside the listbox

a)

Sorted = True

b)

Sorted = False

55.

The properties which take effect only while the program running ..........................

a)

Text

b)

Maxlength

c)

Selection mode

d)

sorted

56.

Programmer can only change the controls properties in............................mode

a)

Design

b)

Running

57.

Programmer can not change the controls properties in............................mode

a)

Design

b)

Running