Exam 10: Database Applications

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When the Data Source Configuration Wizard is used on a data-bound control and the details view is selected,the BindingNavigator component appears in the component tray and navigation buttons appear at the top of the form.

Free
(True/False)
4.8/5
(41)
Correct Answer:
Verified

True

The DataGridView control has a smart tag that can be used to activate the Data Source Configuration Wizard.

Free
(True/False)
4.8/5
(37)
Correct Answer:
Verified

True

After you connect a DataGridView control to a dataset,you must then write code in the form's Form_Load event in order to fill the dataset from the database table.

Free
(True/False)
4.9/5
(42)
Correct Answer:
Verified

False

Each column in a database table represents a _______.

(Multiple Choice)
4.8/5
(31)

Visual Basic 2010 uses ADO.NET database technology.

(True/False)
4.8/5
(33)

A database may contain more than one table.

(True/False)
5.0/5
(28)

You can use a DataGridView control on a Windows form to display the fields from a database table.

(True/False)
4.9/5
(38)

A table adapter automatically generates SQL statements that you can use to access or update data.

(True/False)
4.8/5
(37)

Which one of the following is NOT a component that appears in the component tray after a DataGridView control has been connected to a data source?

(Multiple Choice)
4.7/5
(42)

Describe each of the following objects: BindingSource,TableAdapter,and Dataset.

(Essay)
4.7/5
(31)

The file that contains the XML schema has a(n)_______ extension.

(Multiple Choice)
4.8/5
(30)

Use the Sorted property of a data-bound combo box in order to sort the data in the control.

(True/False)
4.9/5
(32)

Visual Basic 2010 uses _______ database technology.

(Multiple Choice)
4.9/5
(42)

Explain the following line of code that is automatically created in the Form_Load procedure when a DataGridView is connected to a data source.Identify the name of the database and table of the data source. BooksTableAdapter.Fill(RnRBooksDataSet.Books)

(Essay)
4.9/5
(40)

When you add a new data source to a project,a file with the extension .xml is added to the Solution Explorer.

(True/False)
4.8/5
(40)

The navigation bar provides buttons for Add New,Delete,and Save,but these buttons will not produce permanent changes to the database itself unless you select the database file or the .xsd file in the Solution Explorer and set its "Copy to Output Directory" property to "Copy if newer".

(True/False)
4.8/5
(31)

A doctor's office uses a database to store information about each of the patients.All of the information about a patient is stored in a _______.

(Multiple Choice)
4.7/5
(35)

LINQ is an acronym that stands for Linking Individual Numbers in a Query.

(True/False)
4.7/5
(41)

Each time the user makes a selection from a list in a Web page,_______ occurs.

(Multiple Choice)
4.8/5
(38)

When working with a dataset,you are connected to the original database and all changes take place in the original database table.

(True/False)
4.9/5
(36)
Showing 1 - 20 of 43
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)