Visual Basic Chapter 10 Flashcards

1
Q

A ________ is a collection of related information stored in a structured format.

A

database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A ________ is a collection of data about a specific topic.

A

table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Each row of a table is referred to as a ________ .

A

record

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Each column in a table is referred to as a _______ .

A

field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You can use a ________ _________ to create the connection object for you.

A

database wizard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the first step in accessing database information?

A

Establish a connection with the database source

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is used to connect a Visual Basic 2010 application to data in a database?

A

Data Source Configuration Wizard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A ________ object is a temporary cache storage for data retrieved from a data source.

A

DataSet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Loading the DataSet string is called ______ _____ .

A

data binding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

_______ _______ allows you to display each field as an object on the form.

A

data binding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When you drag field objects from the Data Sources window, Visual Studio automatically creates a ________ to populate the form.

A

databinding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

After the first field is placed on the form, a navigation toolbar control called the ___________ appears on the Windows form.

A

BindingNavigator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The BindingNavigator control consists of a _______ with a series of __________ objects for most of the common data-related actions.

A

ToolStrip

ToolStripItem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the language that communicates with databases?

A

SQL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The ________ _________ creates a bridge between the DataSet and the database that contains the data.

A

Database Wizard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The bridge that carries the database table information is called __________ .

A

OleDbDataAdapter