System Architecture 6 Flashcards

1
Q

standard button control that triggers an action when clicked

A

Button

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

displaying text or descriptions

A

Label

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

input field for users to enter text

A

Textbox

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

A drop-down list that allows users to select from a list of options

A

ComboBox

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

list of items that users can select one or more items from

A

ListBox

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

create a set of options where only one can be selected

A

RadioButton

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

Allows users to toggle a binary choice on or off

A

CheckBox

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

Allows you to create multiple tabbed pages within a form

A

TabControl

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

A container for organizing and grouping controls

A

Panel

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

A container for grouping related controls

A

GroupBox

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

Used for creating menus in the application’s menu bar

A

MenuStrip

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

Provides a date and time selection interface

A

DateTimePicker

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

Displays progress or status information

A

ProgressBar

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

Displays images

A

PictureBox

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

Allows users to select numeric values

A

NumericUpDown

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

A menu that appears when the user right-clicks on a control.

A

ContextMenuStrip

17
Q

A toolbar for placing buttons, dropdowns, and other controls.

A

ToolStrip

18
Q

Used for displaying hierarchical data

A

TreeView

19
Q

A versatile control for displaying lists of items in various views

A

ListView

20
Q

Splits the form into two resizable panels

A

SplitContainer

21
Q

A container that arranges controls in rows and columns

A

TableLayoutPanel

22
Q

A container that arranges controls in a flow layout

A

FlowLayoutPanel

23
Q

Displays a calendar for selecting dates

A

MonthCalendar

24
Q

Allows users to select values from a range by sliding a thumb

A

TrackBar

25
Q

A text editing control with formatting capabilities

A

RichTextBox

26
Q

Embeds a web browser in your application

A

WebBrowser

27
Q

Displays hyperlinks that users can click

A

LinkLabel

28
Q

Provides tooltips for controls to display additional information.

A

ToolTip

29
Q

Allows you to execute code at specified intervals

A

Timer

30
Q

Helps you indicate errors or provide validation feedback

A

ErrorProvider

31
Q

Displays an icon in the system tray

A

NotifyIcon

32
Q

Allows you to print documents from your application

A

PrintDocument

33
Q

Lets users specify a location to save files

A

SaveFileDialog

34
Q

Allows users to choose fonts

A

FontDialog

35
Q

Allows users to select colors

A

ColorDialog

36
Q

Embeds media playback in your application

A

MediaPlayer

37
Q

Provides data visualization capabilities

A

Chart

38
Q

Used for connecting to databases and retrieving data

A

TableAdapter

39
Q

Allows you to create custom reusable controls

A

UserControl