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
The ____ stores objects that do not appear in the user interface when an application is running.
Free
(Multiple Choice)
4.9/5
(29)
Correct Answer:
A
What buttons are contained on a BindingNavigator control and what additional items can you include on a BindingNavigator control?
Free
(Essay)
4.8/5
(30)
Correct Answer:
The BindingNavigator control contains buttons that allow you to move to a different record in the dataset, as well as to add or delete a record and save any changes made to the dataset. At times, you may want to include additional items on the control, such as another button, a text box, or a dropdown button.
You can use Visual Basic to access the data stored in databases by using a database management system.
Free
(True/False)
4.8/5
(40)
Correct Answer:
True
Before an application can access the data stored in a database, you need to connect the application to the database using ____.
(Multiple Choice)
4.8/5
(33)
In order to access the data stored in a database, an application needs to be connected to the database.
(True/False)
5.0/5
(31)
The BindingSource object stores the position of the record pointer in its ____________________ property.
(Short Answer)
4.8/5
(37)
Why is the DataGridView control one of the most popular controls for displaying table data?
(Essay)
4.9/5
(38)
The ____ object connects the database to the DataSet object.
(Multiple Choice)
4.8/5
(31)
What two methods are used in conjunction with previewing the contents of a dataset and explain their use?
(Essay)
4.9/5
(30)
A(n) ____ operator returns a single value from a group of values.
(Multiple Choice)
4.9/5
(34)
You may only bind an object to a control that the computer creates for you.
(True/False)
4.9/5
(33)
Controls in an interface that is connected to objects in the dataset are called ____ controls.
(Multiple Choice)
5.0/5
(28)
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
(34)
The ____ object provides the connection between the DataSet and the bound controls on the form.
(Multiple Choice)
4.8/5
(36)
The copy of the data that is accessed by the application is referred to as a(n) _____.
(Multiple Choice)
4.8/5
(38)
A ____ is a group of related fields that contain all of the necessary data about a specific person, place, or thing.
(Multiple Choice)
4.7/5
(45)
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.
(Short Answer)
4.9/5
(44)
Showing 1 - 20 of 42
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)