Lesson 2: Starting A New Project Flashcards

1
Q

It is a window containing controls. Usually one per application (but not always).

A

Form

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

A GUI component that is placed on the form.

A

Control

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

A data item related to a control that affects its appearance.

A

Property

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

An action (usually by a user) on a form or control that triggers program behavior.

A

Event

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

It is a set of instructions that carries out a well defined task.

A

Subroutine

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

It is used to move and resize controls and forms

A

Pointer

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

This control triggers an action when accessed.

A

Button
- ab

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

A control that has values of either true or false.

A

Check Box

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

It lists check box next to each item.

A

CheckedList Box

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

A combination of list and text box controls that enables to select as well as edit text.

A

Combo Box
- search bar, up & down

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

It displays a calendar picker to choose the day and date.

A

DateTimePicker
- red cross

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

It displays a label text.

A

Label
- capital A

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

It displays a label with a link text.

A

LinkLabel

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

It is a control that lists number of items.

A

List Box

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

It is an extension of ListBox control with options to add icons, headings.

A

List View
- multiple files

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

It uses a mask to differentiate proper and improper text input.

A

Masked Text Box
- hashtag

17
Q

It enables to select date at runtime.

A

MonthCalendar
- red square

18
Q

It displays an icon in the Windows Tray.

A

Notify Icon

19
Q

It allows to input a integer of specific decimal places within a specific range.

A

NumericUpDown

20
Q

It displays image files.

A

Picture Box

21
Q

It displays the progress of a task.

A

Progress Box

22
Q

It allows to choose a choice from a group of choices.

A

Radio Button

23
Q

It allows to edit, input rich text.

A

Rich TextBox

24
Q

A control used to input or display text.

A

Text Box

25
Q

It displays tooltip text.

A

ToolTip

26
Q

It displays the hierarchy of nodes.

A

TreeView

27
Q

It allows to open an HTML document in form.

A

WebBrowser

28
Q

What is set with the control’s name to help identify what type of control it is?

A

Prefix

29
Q
A