Visual Studio Form2 Flashcards

1
Q

What is CTS?

A

Define a set of rules for data types that all .net languages must follow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is garbage Collection?

A

mechanism to releasing memory from unused objects and components of the application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Dataset?

A

a set of DataTables and other information about those tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the use of word wrap property?

A

allows long words to be able to be broken and wrap onto the next line

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the use of Mid()?

A

Makes String instances easier to mutate

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is use of masked textbox.

A

Restrict the input from user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Sub routing?

A

piece of code that performs a specific task described in the code but does not return a result or a value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Collection?

A

A collection is a class, so you must declare an instance of the class before you can add elements to that collection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain Access Specifiers in VB.NET

A

Public
Private
Protected
Friend
ProtectedFriend

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is use of Tree view control in vb.net

A

The TreeView Control in VB.ne t is used to show the same data in a tree structure that shows how the data is related to each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the use of Timer in VB.NET?

A

The timer control is a looping control used to repeat any task in a given time interval

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Help Provider use in VB.NET?

A

The HelpProvider is an extender provider—it works by plugging into other controls and adding additional properties.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly