Identify the letter of the choice that best matches the phrase or definition.

A. When using this control to add a new record to a database table, the Save Data button must be used to save the new record
B. Used to generate the connection information required for a program to access a database
C. As soon as the program connects to the database and fills this object, the program should disconnect from the database
D. Each bindable field item in this window can be placed on a Windows Form object
E. A DataTable object contains this command that is used to fill the data table with data from the selected database table
F. The dat prefix is used to do this to a DataTable
G. To keep the maximum number of these available for use, the program should keep one open only as long as necessary
H. When you drag database field objects from the Data Sources window, the Visual Studio automatically creates this to populate the form
I. Property that can be used to determine the number of columns in a DataTable
J. Each one of these in a relational database must contain a unique value


A. BindingNavigator
B. Data Source Configuration Wizard
C. DataTable
D. Data Sources
E. Fill
F. initialize
G. connection
H. databinding
I. Count
J. table

Computer Science & Information Technology

You might also like to view...

Composition is sometimes referred to as a(n) ________.

a) is-a relationship b) has-a relationship c) have-a relationship d) one-to-many relationship

Computer Science & Information Technology

Scale-free networks exhibit power-law distributions. The scaling exponent can be analyti- cally estimated by calculating the probability density function. Now, assume that a network exhibits power-law degree distribution in the form of P ( f) = Cf ? ? where P ( f) measures the probability of how many nodes have degree f , C is the normalized constant, and ? is the scaling exponent. Also note that all network nodes have positive real values of degree with the minimum degree of fmin. Prove that the degree distribution of the network can be represented as

Computer Science & Information Technology

The page-fault-frequency (PFF) strategy adjusts the process’s resident page set ________.

a) only after each page fault b) after each memory reference c) after each time a page is flushed d) after a process is preempted

Computer Science & Information Technology

You can add a new comment by clicking the Insert Comment command on a shortcut menu.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology