Exam 13: Working With Access Databases and Linq
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
The ____ statement is used for exception handling in a procedure.
(Multiple Choice)
4.9/5
(31)
The ____ property (of the DataGridView)allows you to format a column's data,as well as change the column's width and alignment.
(Multiple Choice)
4.9/5
(37)
Write a LINQ statement to select all blue bicycles.Order the bicycles in ascending order by quantity.
(Essay)
4.8/5
(24)
The field used to link a child table to a parent table is known as the ____ in the child table.
(Multiple Choice)
4.8/5
(29)
The ____ clause of LINQ is used to arrange the records in either ascending (the default)or descending order by one or more fields.
(Multiple Choice)
4.8/5
(38)
An error that occurs while an application is running is called a(n)____.
(Multiple Choice)
4.9/5
(44)
You can use a(n)____ to specify both the records to select in a dataset and the order in which to arrange the records.
(Multiple Choice)
4.8/5
(30)
Write the code needed to include a Try...Catch statement that will handle an error that might occur while saving in an application.Use the following statements in the Try block,along with a message for the user of the Student Data Application that notifies the user the changes have been saved.Provide an error message if an exception occurs.


(Essay)
4.9/5
(34)
When you drag an object from the Data Sources window to an existing control,the computer does not create a new control;rather,it merely binds the object to the existing control.
(True/False)
4.7/5
(31)
The BindingSource object's ____ methods move the record pointer to the first,last,next,or previous record in the dataset.
(Multiple Choice)
4.7/5
(33)
When you drag an object from a dataset to an empty area on the form,the computer creates a control and automatically binds the object to it.
(True/False)
4.7/5
(39)
The tblItems table contains a numeric field named Price.Which of the following statements finds the lowest price for an item and assigns the result to the dblLowPrice variable? 

(Not Answered)
This question doesn't have any answer yet
A label,text box,or button can be added to the BindingNavigator control by accessing the control's task box and clicking ____.
(Multiple Choice)
4.8/5
(34)
A(n)____ is an electronic file that contains an organized collection of related information.
(Multiple Choice)
4.9/5
(28)
Relational databases contain multiple tables that relate to each other in some way.How are primary and foreign keys used in such a database?
(Essay)
4.7/5
(47)
Showing 41 - 57 of 57
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)