Exam 13: Access Databases and Linq
Exam 1: Overview an Introduction to Programming17 Questions
Exam 2: An Introduction to Visual Basic 201542 Questions
Exam 3: Creating a User Interface42 Questions
Exam 4: Memory Locations and Calculations42 Questions
Exam 5: Making Decisions in a Program42 Questions
Exam 6: More on the Selection Structure42 Questions
Exam 7: Repeating Program Instructions42 Questions
Exam 8: More on the Repetition Structure42 Questions
Exam 9: Sub and Function Procedures42 Questions
Exam 10: Arrays42 Questions
Exam 11: String Manipulation and Menus42 Questions
Exam 12: Structures and Sequential Files42 Questions
Exam 13: Access Databases and Linq42 Questions
Exam 14: Creating Simple Web Applications42 Questions
Exam 15: Creating Classes and Objects42 Questions
Select questions type
If a table object's control type is changed from DataGridView to ____________________, the computer automatically provides the appropriate controls when you drag the table object to the form.
(Short Answer)
4.8/5
(38)
A ____ is a single item of information about a person, place, or thing.
(Multiple Choice)
5.0/5
(34)
The ____ object stores the information you want to access from the database.
(Multiple Choice)
4.8/5
(38)
In most cases, you will use the ____ object to save changes to the database, because it can handle saving data to multiple tables in the DataSet .
(Multiple Choice)
4.8/5
(45)
The most commonly used aggregate operators are Average , Count , Max , Min , and Sum .
(True/False)
4.8/5
(34)
The way Visual Basic saves changes to a local database file is determined by the file's _________________________ property.
(Short Answer)
4.9/5
(49)
The AutoSizeColumnsMode property has ____ different settings that control the way the column widths are sized in the DataGridView control.
(Multiple Choice)
4.9/5
(39)
Match each item with a statement below.
Correct Answer:
Premises:
Responses:
(Matching)
4.9/5
(32)
One restriction of a relational database is that it may contain only one table.
(True/False)
4.7/5
(44)
Describe the default action taken by Visual Basic if you do not take specific steps in your code to handle exceptions.
(Essay)
4.9/5
(47)
A ____ specifies the fields and records to retrieve from the database, as well as the order in which to arrange the fields and records.
(Multiple Choice)
4.9/5
(37)
Describe two ways to bind an object in a dataset to an existing control on the form.
(Essay)
4.8/5
(38)
A _________________________ control displays the table data in a row-and-column format, similar to a spreadsheet.
(Short Answer)
4.8/5
(30)
Databases created using Microsoft Access are ____ databases.
(Multiple Choice)
4.7/5
(30)
You can create a query in Visual Basic using a language feature called ____.
(Multiple Choice)
4.9/5
(40)
Showing 21 - 40 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)