Programming-Chapter 2 Flashcards

An intro to Visual C#

1
Q

Controls can:

A

Display info
Allow user interaction
Do both of these

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

Form

A

Is a blank canvas on which you place controls

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

Controls at Design-time

A

The programmer
Selects the appropriate controls
Positions them on a form
Sets their properties

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

Controls at run-time

A

Runs(executes) the program
Interacts with the controls

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

Event handler

A

An event is a message raised by something when it wants to let others know about a situation that changed. A message sent to the system to evoke action

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