Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual Basic
Quiz 12: Access Databases and Linq
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
The AutoSizeColumnsMode property has ____ different settings that control the way the column widths are sized in the DataGridView control.
Question 22
Short Answer
Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -An intersection of a row and column in a DataGridView.
Question 23
Multiple Choice
Exception handling in your code takes the form of the ____ statement.
Question 24
Short Answer
In a two-table database, one of the tables is referred to as the parent table and the other is referred to as the ____________________ table.
Question 25
Multiple Choice
The ____ object provides the connection between the DataSet and the bound controls on the form.
Question 26
Short Answer
The _________________________ Wizard lists a connection to the database file in the Server Explorer window and adds a dataset's name to the Data Sources window.
Question 27
Short Answer
Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -An electronic file that contains an organized collection of related information.
Question 28
Short Answer
Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -A database that stores information in tables composed of columns and rows.
Question 29
Short Answer
Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -A field in the child table that is used solely to link information to an appropriate record in the parent table.
Question 30
Short Answer
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.
Question 31
Multiple Choice
You can create a query in Visual Basic 2012 using a language feature called ____.
Question 32
Short Answer
The way Visual Basic saves changes to a local database file is determined by the file's _________________________ property.
Question 33
Multiple Choice
A ____ specifies the fields and records to retrieve from the database, as well as the order in which to arrange the fields and records.
Question 34
Short Answer
Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -A product for creating computer databases.
Question 35
Short Answer
The BindingSource object stores the position of the record pointer in its ____________________ property.
Question 36
Multiple Choice
A(n) ____ operator returns a single value from a group of values.
Question 37
Short Answer
Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -A language feature in Visual Basic 2012 that can be used to create a query.
Question 38
Short Answer
Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -A copy of the data (fields and records) the application can access from the database.
Question 39
Short Answer
Match each item with a statement below. a.LINQ f.primary key b.relational database g.exception c.dataset h.cell d.computer database i.foreign key e.database management system -Database field(s) that uniquely identifies each record.