Exam 10: Incorporating Databases With Adonet
Exam 1: Introduction to Visual Basic 2015 Programming111 Questions
Exam 2: Program and Graphical User Interface Design112 Questions
Exam 3: Program Design and Coding110 Questions
Exam 4: Variables and Arithmetic Operations111 Questions
Exam 5: Decision Structures111 Questions
Exam 6: Loop Structures112 Questions
Exam 7: Using Procedures and Exception Handling112 Questions
Exam 8: Using Arrays and File Handling110 Questions
Exam 9: Creating Web Applications111 Questions
Exam 10: Incorporating Databases With Adonet111 Questions
Exam 11: Multiple Classes and Inheritance112 Questions
Exam 12: Windows Store Apps111 Questions
Select questions type
To support databases using Visual Basic 2015,a library called ____ Data Objects works within all Windows,Office,and Web applications.
(Multiple Choice)
4.9/5
(35)
The only way you can complete data binding is by dragging the fields on the form.
(True/False)
4.7/5
(29)
In the Data Sources window,you cannot change the type that is associated with each table object.
(True/False)
4.8/5
(42)
-A database should be used in ____________________ form,with the procedure shown in the accompanying figure,in order to minimize the use of computer and network resources.

(Essay)
4.8/5
(36)
Identify the letter of the choice that best matches the phrase or definition.
a.BindingNavigator
b.Data Source Configuration Wizard
c.DataTable
d.Data Sources
e.Fill
f.initialize
g.connection
h.databinding
i.Count
j.table
REFERENCES:
686
686
699
700
699
715
715
715
715
716
-Used to generate the connection information required for a program to access a database
(Essay)
4.8/5
(35)
A BindingNavigator control consists of a(n)____ containing objects for common data-related actions.
(Multiple Choice)
4.8/5
(29)
A primary key is a(n)____ in a table that contains a unique value to identify each record in a table.
(Multiple Choice)
4.8/5
(40)
In the Visual Studio design window,you can delete the Add Record button on the BindingNavigator to remove that capability so that the user can only read the information in the form but not add a record.
(True/False)
4.7/5
(34)
Identify the letter of the choice that best matches the phrase or definition.
a.BindingNavigator
b.Data Source Configuration Wizard
c.DataTable
d.Data Sources
e.Fill
f.initialize
g.connection
h.databinding
i.Count
j.table
REFERENCES:
686
686
699
700
699
715
715
715
715
716
-To keep the maximum number of these available for use,the program should keep one open only as long as necessary
(Essay)
4.9/5
(32)
Case 10-2
Melissa helps you figure out how to use the OleDbDataAdapter to make a connection to a database for you.But in order to help you learn as much as you can,she wants you to begin to figure out things on your own.
-Assuming a database named Travel.accdb,which of the following lines of code will Melissa tell you is correct as you construct the statement to disconnect from the database?
(Multiple Choice)
4.9/5
(29)
Showing 101 - 111 of 111
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)