Exam 13: Working With Access Databases and Linq
Exam 1: An Introduction to Visual Basic 201560 Questions
Exam 2: Designing Applications60 Questions
Exam 3: Using Variables and Constants60 Questions
Exam 4: The Selection Structure59 Questions
Exam 5: More on the Selection Structure60 Questions
Exam 6: The Repetition Structure60 Questions
Exam 7: Sub and Function Procedures60 Questions
Exam 8: String Manipulation60 Questions
Exam 9: Arrays60 Questions
Exam 10: Structures and Sequential Access Files60 Questions
Exam 11: Classes and Objects60 Questions
Exam 12: Web Applications60 Questions
Exam 13: Working With Access Databases and Linq60 Questions
Exam 14: Access Databases and Sql60 Questions
Select questions type
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
(34)
Case-Based Critical Thinking Questions Case 1 - MaidToOrder
The database for a cleaning service company contains the following table, named tblCustomer, that includes customer invoice data. The InvoiceNum, CustomerNum, and InvoicePaid fields contain text. The InvoiceDate field contains dates. The InvoiceAmt field contains numbers.
Which of the following statements will select all invoices of $200.00 or more and arrange the invoices in ascending order by Customer number?

(Multiple Choice)
4.7/5
(36)
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.9/5
(36)
Case-Based Critical Thinking Questions Case 1 - MaidToOrder
The database for a cleaning service company contains the following table, named tblCustomer, that includes customer invoice data. The InvoiceNum, CustomerNum, and InvoicePaid fields contain text. The InvoiceDate field contains dates. The InvoiceAmt field contains numbers.
Which of the following statements will calculate a total for all of the unpaid invoices?

(Multiple Choice)
4.8/5
(32)
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.8/5
(35)
Writing LINQ Statements
The tblBicycle table contains five fields: ItemNum, ItemName, Color, Price, and Quantity. The Price and Quantity fields are numeric; all other fields are text. The dataset name is BicycleDataSet.
Write a LINQ statement to select all records.
(Essay)
4.9/5
(35)
Writing LINQ Statements
The tblBicycle table contains five fields: ItemNum, ItemName, Color, Price, and Quantity. The Price and Quantity fields are numeric; all other fields are text. The dataset name is BicycleDataSet.
Write a LINQ statement to select the records in descending order by the Quantity field.
(Essay)
4.8/5
(35)
A BindingNavigator control displays table data in a row and column format, similar to a spreadsheet.
(True/False)
4.9/5
(39)
Writing LINQ Statements
The tblBicycle table contains five fields: ItemNum, ItemName, Color, Price, and Quantity. The Price and Quantity fields are numeric; all other fields are text. The dataset name is BicycleDataSet.
Write a LINQ statement to select all bicycles with a price greater than $450. Arrange the bicycles in descending order by price.
(Essay)
4.8/5
(31)
If a user is not allowed to add a record, you should deselect the ____ check box within the task list for the DataGridView control.
(Multiple Choice)
4.9/5
(31)
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
(34)
Each column in a table represents a record and each row represents a field.
(True/False)
4.8/5
(43)
The BindingSource object's ____ methods move the record pointer to the first, last, next, or previous record in the dataset.
(Multiple Choice)
4.8/5
(30)
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
(42)
Databases created using Microsoft Access are relational databases.
(True/False)
4.7/5
(32)
A(n) ____ is an electronic file that contains an organized collection of related information.
(Multiple Choice)
4.9/5
(32)
The controls connected to an object in a dataset are known as ____.
(Multiple Choice)
4.8/5
(39)
Define the terms "record," "field," and "table." Provide examples of each term when you are defining them.
(Essay)
4.9/5
(35)
Showing 21 - 40 of 60
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)