Exam 10: Incorporating Databases with ADO.NET
Exam 1: Introduction to Visual Basic 2012 Programming112 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding112 Questions
Exam 4: Variables and Arithmetic Operations112 Questions
Exam 5: Decision Structures112 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling112 Questions
Exam 9: Creating Web Applications112 Questions
Exam 10: Incorporating Databases with ADO.NET112 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps112 Questions
Select questions type
Database field objects can be dragged on a Windows form from the ____ window.
(Multiple Choice)
4.7/5
(37)
In the Data Sources window,you cannot change the type that is associated with each table object.
(True/False)
4.8/5
(31)
The process of data ____________________ is used to display each field as an object on the form.
(Short Answer)
4.9/5
(39)
CASE
Critical Thinking Questions
Case 10-1
As you prepare to teach a class on the fundamentals of databases, you want to create a real-world example that will help define some of the key terms for this concept.
-Your AutoRepairDetails table contains the following line:
Smith,Robert; Honda; Civic; 2008; X4T6Y3; $150.00
Which of the following terms best describes this entry in the table?
(Multiple Choice)
5.0/5
(40)
The DataSet used in the Database Wizard is a collection of ____________________ objects.
(Short Answer)
4.8/5
(32)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-As soon as the program connects to the database and fills this object,the program should disconnect from the database
(Multiple Choice)
4.8/5
(37)
Explain in general terms how to establish a database connection.Be sure to include the Data Sources window and the DataSet object in your response.
(Essay)
4.7/5
(33)
A primary key is a(n)____ in a table that contains a unique value to identify each record in a table.
(Multiple Choice)
4.9/5
(33)
When creating tables in a database,for coding purposes the table name may contain spaces.
(True/False)
4.9/5
(33)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Each bindable field item in this window can be placed on a Windows Form object
(Multiple Choice)
4.8/5
(32)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-The dat prefix is used to do this to a DataTable
(Multiple Choice)
4.8/5
(37)
The Disconnect command should be used to disconnect the program from a database._________________________
(True/False)
4.9/5
(32)
The only way you can complete data binding is by dragging the fields on the form.
(True/False)
4.9/5
(38)
A ____ control allows actions such as navigating through data,adding data,and deleting data.
(Multiple Choice)
4.8/5
(40)
MATCHING
Identify the letter of the choice that best matches the phrase or definition.
-Each one of these in a relational database must contain a unique value
(Multiple Choice)
4.8/5
(34)
A(n)____ key is used in relational databases to avoid duplicate records.
(Multiple Choice)
4.8/5
(36)
When adding a data source to a Windows application,use the Add New Data Source command on the ____ menu.
(Multiple Choice)
4.8/5
(30)
A BindingNavigator control consists of a(n)____ containing objects for common data-related actions.
(Multiple Choice)
4.8/5
(32)
A ____ object is used to hold data that is retrieved from a database via the OleDbDataAdapter connection.
(Multiple Choice)
4.8/5
(33)
Showing 81 - 100 of 112
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)