Exam 12: Access Databases and Linq
Exam 1: An Introduction to Visual Basic 201250 Questions
Exam 2: Creating a User Interface50 Questions
Exam 3: Memory Locations and Calculations50 Questions
Exam 4: Making Decisions in a Program50 Questions
Exam 5: More on the Selection Structure50 Questions
Exam 6: Repeating Program Instructions50 Questions
Exam 7: More on the Repetition Structure50 Questions
Exam 8: Sub and Function Procedures50 Questions
Exam 9: Arrays50 Questions
Exam 10: String Manipulation and Menus50 Questions
Exam 11: Structures and Sequential Files50 Questions
Exam 12: Access Databases and Linq50 Questions
Exam 13: Creating Simple Web Applications50 Questions
Exam 14: Creating Classes and Objects50 Questions
Exam 15: an Introduction to Programming17 Questions
Select questions type
You can use Visual Basic to access the data stored in databases by using a database management system.
Free
(True/False)
4.9/5
(45)
Correct Answer:
True
A ____ is a group of related fields that contain all of the necessary data about a specific person, place, or thing.
Free
(Multiple Choice)
4.8/5
(35)
Correct Answer:
D
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.
Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
C
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.7/5
(40)
The ____ object stores the information you want to access from the database.
(Multiple Choice)
4.8/5
(39)
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.
(Short Answer)
4.8/5
(36)
The most commonly used aggregate operators are Average, Count, Max, Min, and Sum.
(True/False)
4.7/5
(30)
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.
(Short Answer)
4.8/5
(36)
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.
(Short Answer)
4.8/5
(35)
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.
(Short Answer)
4.7/5
(33)
Controls in an interface that is connected to objects in the dataset are called ____ controls.
(Multiple Choice)
4.8/5
(39)
Exception handling in your code takes the form of the ____ statement.
(Multiple Choice)
4.8/5
(39)
Describe two ways to bind an object in a dataset to an existing control on the form.
(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 using ____.
(Multiple Choice)
4.9/5
(37)
The ____ object provides the connection between the DataSet and the bound controls on the form.
(Multiple Choice)
4.9/5
(41)
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)
4.9/5
(36)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)