Exam 10: Database Applications
Exam 1: Introduction to Visual Basic 201054 Questions
Exam 2: User Interface Design74 Questions
Exam 3: Variables, Constants, and Calculations58 Questions
Exam 4: Decisions and Conditions51 Questions
Exam 5: Menus, Common Dialog Boxes, Sub Procedures, and Function38 Questions
Exam 6: Multiform Projects69 Questions
Exam 7: Lists, loops, and Printing76 Questions
Exam 8: Arrays and Collections50 Questions
Exam 9: Web Applications66 Questions
Exam 10: Database Applications43 Questions
Exam 11: Data Files43 Questions
Exam 12: OOP: Creating Object-Oriented Programs51 Questions
Exam 13: Graphics, Animation, Sound, and Drag-And-Drop62 Questions
Exam 14: Additional Topics in Visual Basic60 Questions
Select questions type
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:
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:
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:
False
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)