wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Programming2

Total questions: 20

Worksheet time: 15mins

Name
Class
Date
1.

It is an object-oriented computer programming language implemented on the .NET Framework.

(a)  

2.

It is a type of user interface element you create on a Visual Basic form by using a toolbox control.

(a)  

3.

It is a value or characteristic held by a Visual Basic object, such as Caption or Fore Color.

(a)  

4.

It is a procedure created as a member of a class and they cause an object to do something.

(a)  

5.

It is a signal that informs an application that something important has occurred.

(a)  

6.

The container for all the controls that make up the user interface.

a)

FORMS

b)

TEXTBOX

c)

LABEL

d)

BUTTON

7.

It represents a Windows text box control.

a)

FORMS

b)

TEXTBOX

c)

BUTTON

d)

LABEL

8.

It represents a standard Windows label.

a)

TEXTBOX

b)

BUTTON

c)

LABEL

d)

FORMS

9.

It represents a Windows button control.

a)

FORMS

b)

TEXTBOX

c)

BUTTON

d)

LABEL

10.

It represents a Windows control to display a list of items.

a)

LISTBOX

b)

COMBOBOX

c)

RADIOBUTTON

d)

CHECKBOX

11.

It represents a Windows combo box control.

a)

LISTBOX

b)

COMBOBOX

c)

RADIO BUTTON

d)

CHECK BOX

12.

It enables the user to select a single option from a group of choices

a)

COMBOBOX

b)

RADIO BUTTON

c)

LISTBOX

d)

CHECKBOX

13.

It represents a Windows list view control, which displays a collection of items that can be displayed using one of four different views.

a)

LIST VIEW

b)

TREE VIEW

c)

LISTBOX

d)

COMBOBOX

14.

This statement is used to determine the variable's data type and other information, such as what code can access the variable.

(a)  

15.

This function returns the numbers contained in a string as a numeric value of appropriate type.

(a)  

16.

This control represents the container for the menu structure.

(a)  

17.

(a)   statements help you to make a decision based on certain conditions. These conditions are specified by a set of conditional statements having boolean expressions which are evaluated to a boolean value true or false.

18.

This control is a container control that is used to place Windows Forms child controls in a group.

(a)  

19.

Procedure on how to add Item in Menu Strip

a)

Menu Strip...

Items...

Menu Item>>>Add

b)

Menu List...

Items...

Menu Item>>>Add

c)

Menu Strip...

Items Add...

Menu Item>>>Add

d)

Menu...

Items...

Menu Item>>>Add

20.

How to Add a Windows Form in a Project

a)

Menu Project...

Add Form (Windows Form)...

Click Forms(Windows Form)

Click Add

b)

Menu...

Add Form (Windows Form)...

Click Forms(Windows Form)

Click Add

c)

Menu Project...

Add User Control(Windows Form)...

Click Forms(Windows Form)

Click Add

d)

Menu...

Add Project(Windows Form)...

Click Forms(Windows Form)

Click Add