• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/28

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

28 Cards in this Set

  • Front
  • Back
a collection of tables that hold related data
database
design of tables, columns, and relationships between tables for the database
database schema
a Visual Basic technique that links database tables to controls on a program's forms
data binding
update their contents automatically when you move from one row to the next in a dataset
data-bound controls
bound to DateTime fields
DataGridView control
an in-memory cache of records that is separate from the data source but still allows you to work with the data
dataset
usually a database, but can include text files, Excel spreadsheets, XML data, or Web services
data source
visible only at design time; for example, AccessDataSource or SqlDataSource
DataSource control
identifies the table within the dataset that supplies the data
DataSource property
the type of information that the variable can hold
data type
- bound to DateTime fields
DateTimePicker controls
a program structure that allows a program to have more than one path of execution
decision structure
an item that separates other items
delimiter
a class that is based on another class
derived class
in a database table, specifies each column's name, data type, and range or size
design
- the mode in which you design and build an application
Design mode
contains the application's forms; where one designs the application's user interface by creating forms and placing controls on them
Design window
makes it easy to view, edit, delete, or add rows to a database ta
DetailsView control
stores information by magnetically encoding it onto a circular disk
disk drive
identifies the column within the table that displays in the list box or combo box
DisplayMember property
dynamic-link library files
DLLs
describes windows that are attached to each other or to one of the edges of the Visual Studio window
docked
a control property that allows you to dock a control against a form's edge
Dock property
in a URL, the specific designation, such as microsoft.com
domain name
a looping structure that causes one or more statements to repeat until its test expression is true
Do Until loop
a looping structure that causes one or more statements to repeat as long as an expression is true
Do While loop
permits the user to select a single item from a list
DropDownList control
displays a list of help topics that changes as operations are performed; topics displayed are relevant to the operation currently being performed
Dynamic Help window