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.

18
Q

Used for displaying hierarchical data

19
Q

A versatile control for displaying lists of items in various views

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

25
A text editing control with formatting capabilities
RichTextBox
26
Embeds a web browser in your application
WebBrowser
27
Displays hyperlinks that users can click
LinkLabel
28
Provides tooltips for controls to display additional information.
ToolTip
29
Allows you to execute code at specified intervals
Timer
30
Helps you indicate errors or provide validation feedback
ErrorProvider
31
Displays an icon in the system tray
NotifyIcon
32
Allows you to print documents from your application
PrintDocument
33
Lets users specify a location to save files
SaveFileDialog
34
Allows users to choose fonts
FontDialog
35
Allows users to select colors
ColorDialog
36
Embeds media playback in your application
MediaPlayer
37
Provides data visualization capabilities
Chart
38
Used for connecting to databases and retrieving data
TableAdapter
39
Allows you to create custom reusable controls
UserControl