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
Write the code to calculate the average price of all of the bicycles in inventory.
(Essay)
4.8/5
(37)
Before an application can access the data stored in a database,you need to connect the application to the database.
(True/False)
4.8/5
(30)
Define the terms "record," "field," and "table." Provide examples of each term when you are defining them.
(Essay)
4.7/5
(37)
Which of the following statements will calculate a total for all of the unpaid invoices? 

(Not Answered)
This question doesn't have any answer yet
When an application is running,you can use the ____ control to move from one record to the next in the dataset,as well as to add or delete a record and save any changes made to the dataset.
(Multiple Choice)
5.0/5
(39)
Write the statements to move the record pointer to the first and last records in the dataset for the Customer table.
(Essay)
4.8/5
(30)
If you do not take deliberate steps in your code to handle exceptions,Visual Basic "handles" them for you.
(True/False)
4.8/5
(34)
A(n)____ stores information in tables composed of columns and rows,similar to the format used in a spreadsheet.
(Multiple Choice)
4.7/5
(32)
You are responsible for connecting the Access database that contains the tblCustomer table to an application.You must first use the Data Source Configuration Wizard to ____.
(Multiple Choice)
4.7/5
(38)
Each column in a table represents a record and each row represents a field.
(True/False)
4.8/5
(29)
A(n)____ is a group of related fields that contain all of the necessary data about a specific person,place,or thing.
(Multiple Choice)
5.0/5
(39)
The intersection of a row and a column in a DataGridView control is called a ____.
(Multiple Choice)
5.0/5
(41)
The controls connected to an object in a dataset are known as ____.
(Multiple Choice)
4.7/5
(30)
Write a LINQ statement to calculate the total value of the inventory.
(Essay)
4.8/5
(34)
The computer can retrieve data stored in a relational format both quickly and easily,but the data must be displayed in a specific order.
(True/False)
4.9/5
(26)
A ____ is a single item of information about a person,place,or thing-such as a name,a salary amount,a Social Security number,or a price.
(Multiple Choice)
4.8/5
(25)
To create a DataGridView control on the form,you would click on the ____ object in the Data Sources window and drag it to the form.
(Multiple Choice)
5.0/5
(24)
Showing 21 - 40 of 57
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)