System Architecture 4 to 5 Flashcards

1
Q

Windows Form Development Supports

A
  1. graphics
  2. data binding
  3. user input
  4. control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Window Form

A

UI framework used to develp window apps

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

Two Implementations of Window Forms

A
  1. The open-source implementation hosted on GitHub
  2. The .NET Framework 4 implementation that’s supported by Visual Studio 2022, Visual Studio 2019, and Visual Studio 2017.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Window Forms

A
  • UI framework for developing window apps
  • used to develop graphically rich apps that are easy to deploy
  • a set of managed libraries that simplify
    common app tasks such as reading and writing to the file system.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

form

A

visual surface on which you display information to the
user

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

Windows Form Designer

A
  • With the drag-and-drop
  • designer provides tools such as gridlines and snap lines to take the hassle out of aligning controls
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

BindingSource

A
  • component for users to navigate between records
  • represents a connection to a data source, and exposes methods for binding data to controls
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

BindingNavigator

A

provides a simple interface over

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

Data Sources

A

You can create data-bound controls easily

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

Application Settings

A

feature addresses these requirements by providing an easy way to store both types of settings on the client computer

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

groupbox

A

logical grouping control in a section

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

Label Control

A

used to display message

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

Textbox

A

allows user to input tex

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

Checkbox

A

provide a list of options and user can choose multiple

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

RadioButton

A

used to showcase a list of items out of which the user can choose one

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

something that happens when an action is performed

A

event

17
Q

used to add images to the Winforms C

A

PictureBox Control

18
Q
A