Deck 12: Access Databases and Linq

ملء الشاشة (f)
exit full mode
سؤال
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.

A) DataSet
B) TableAdapter
C) TableAdapterManager
D) BindingSource
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
One restriction of a relational database is that it may contain only one table.
سؤال
The most commonly used aggregate operators are Average, Count, Max, Min, and Sum.
سؤال
A group of related records is called a ____.

A) table
B) key
C) field
D) database
سؤال
In order to access the data stored in a database, an application needs to be connected to the database.
سؤال
Each record in a table contains ____ fields.

A) different
B) the same
C) identical
D) related
سؤال
You may only bind an object to a control that the computer creates for you.
سؤال
A ____ is a group of related fields that contain all of the necessary data about a specific person, place, or thing.

A) table
B) key
C) field
D) record
سؤال
Controls in an interface that is connected to objects in the dataset are called ____ controls.

A) default
B) parameterized
C) linked
D) bound
سؤال
Before an application can access the data stored in a database, you need to connect the application to the database using ____.

A) the Preview Data dialog box
B) bound controls
C) the Data Source Configuration Wizard
D) DataGridView controls
سؤال
A dataset is stored in the computer's ____ memory.

A) external
B) volatile
C) internal
D) fixed
سؤال
The ____ stores objects that do not appear in the user interface when an application is running.

A) component tray
B) TableAdapter object
C) dataset
D) BindingSource object
سؤال
Databases created using Microsoft Access are ____ databases.

A) object-oriented
B) Web
C) transparent
D) relational
سؤال
The ____ object stores the information you want to access from the database.

A) DataSet
B) BindingNavigator
C) TableAdapterManager
D) BindingSource
سؤال
The copy of the data that is accessed by the application is referred to as a(n) _____.

A) database
B) dataset
C) table
D) record
سؤال
Connecting an object to a control is called ____.

A) binding
B) linking
C) securing
D) updating
سؤال
The ____ object connects the database to the DataSet object.

A) TableAdapter
B) BindingNavigator
C) TableAdapterManager
D) BindingSource
سؤال
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.

A) Binding Source
B) Binding
C) DataGridView
D) BindingNavigator
سؤال
A ____ is a single item of information about a person, place, or thing.

A) table
B) key
C) field
D) record
سؤال
You can use Visual Basic to access the data stored in databases by using a database management system.
سؤال
The AutoSizeColumnsMode property has ____ different settings that control the way the column widths are sized in the DataGridView control.

A) six
B) seven
C) eight
D) nine
سؤال
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.
سؤال
Exception handling in your code takes the form of the ____ statement.

A) Try...Catch
B) Try...Exception
C) Fix...Exception
D) Exception...Handle
سؤال
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.
سؤال
The ____ object provides the connection between the DataSet and the bound controls on the form.

A) ToolStrip
B) BindingNavigator
C) TableAdapterManager
D) BindingSource
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
You can create a query in Visual Basic 2012 using a language feature called ____.

A) Query Language Creator
B) Structured Query Language
C) Visual Basic Query
D) Language Integrated Query
سؤال
The way Visual Basic saves changes to a local database file is determined by the file's _________________________ property.
سؤال
A ____ specifies the fields and records to retrieve from the database, as well as the order in which to arrange the fields and records.

A) dataset
B) query
C) database builder
D) component tray
سؤال
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.
سؤال
The BindingSource object stores the position of the record pointer in its ____________________ property.
سؤال
A(n) ____ operator returns a single value from a group of values.

A) aggregate
B) group
C) single
D) convert
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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 error that occurs while an application is running.
سؤال
What is a relational database?
سؤال
Describe the default action taken by Visual Basic if you do not take deliberate steps in your code to handle exceptions.
سؤال
Describe how table data is displayed using the DataGridView control.
سؤال
What two methods are used in conjunction with previewing the contents of a dataset and explain their use?
سؤال
Name five aggregate methods LINQ provides when querying a dataset.
سؤال
How does one have the computer create a bound control?
سؤال
Describe two ways to bind an object in a dataset to an existing control on the form.
سؤال
What buttons are contained on a BindingNavigator control and what additional items can you include on a BindingNavigator control?
سؤال
Why is the DataGridView control one of the most popular controls for displaying table data?
سؤال
What are the advantages of storing data in a relational database?
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/50
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 12: Access Databases and Linq
1
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.

A) DataSet
B) TableAdapter
C) TableAdapterManager
D) BindingSource
C
2
One restriction of a relational database is that it may contain only one table.
False
3
The most commonly used aggregate operators are Average, Count, Max, Min, and Sum.
True
4
A group of related records is called a ____.

A) table
B) key
C) field
D) database
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
5
In order to access the data stored in a database, an application needs to be connected to the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
6
Each record in a table contains ____ fields.

A) different
B) the same
C) identical
D) related
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
7
You may only bind an object to a control that the computer creates for you.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
8
A ____ is a group of related fields that contain all of the necessary data about a specific person, place, or thing.

A) table
B) key
C) field
D) record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
9
Controls in an interface that is connected to objects in the dataset are called ____ controls.

A) default
B) parameterized
C) linked
D) bound
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
10
Before an application can access the data stored in a database, you need to connect the application to the database using ____.

A) the Preview Data dialog box
B) bound controls
C) the Data Source Configuration Wizard
D) DataGridView controls
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
11
A dataset is stored in the computer's ____ memory.

A) external
B) volatile
C) internal
D) fixed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
12
The ____ stores objects that do not appear in the user interface when an application is running.

A) component tray
B) TableAdapter object
C) dataset
D) BindingSource object
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
13
Databases created using Microsoft Access are ____ databases.

A) object-oriented
B) Web
C) transparent
D) relational
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
14
The ____ object stores the information you want to access from the database.

A) DataSet
B) BindingNavigator
C) TableAdapterManager
D) BindingSource
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
15
The copy of the data that is accessed by the application is referred to as a(n) _____.

A) database
B) dataset
C) table
D) record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
16
Connecting an object to a control is called ____.

A) binding
B) linking
C) securing
D) updating
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
17
The ____ object connects the database to the DataSet object.

A) TableAdapter
B) BindingNavigator
C) TableAdapterManager
D) BindingSource
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
18
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.

A) Binding Source
B) Binding
C) DataGridView
D) BindingNavigator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
19
A ____ is a single item of information about a person, place, or thing.

A) table
B) key
C) field
D) record
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
20
You can use Visual Basic to access the data stored in databases by using a database management system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
21
The AutoSizeColumnsMode property has ____ different settings that control the way the column widths are sized in the DataGridView control.

A) six
B) seven
C) eight
D) nine
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
22
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
23
Exception handling in your code takes the form of the ____ statement.

A) Try...Catch
B) Try...Exception
C) Fix...Exception
D) Exception...Handle
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
24
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
25
The ____ object provides the connection between the DataSet and the bound controls on the form.

A) ToolStrip
B) BindingNavigator
C) TableAdapterManager
D) BindingSource
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
26
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
27
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
28
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
29
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
30
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
31
You can create a query in Visual Basic 2012 using a language feature called ____.

A) Query Language Creator
B) Structured Query Language
C) Visual Basic Query
D) Language Integrated Query
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
32
The way Visual Basic saves changes to a local database file is determined by the file's _________________________ property.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
33
A ____ specifies the fields and records to retrieve from the database, as well as the order in which to arrange the fields and records.

A) dataset
B) query
C) database builder
D) component tray
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
34
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
35
The BindingSource object stores the position of the record pointer in its ____________________ property.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
36
A(n) ____ operator returns a single value from a group of values.

A) aggregate
B) group
C) single
D) convert
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
37
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
38
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
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
Database field(s) that uniquely identifies each record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
40
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 error that occurs while an application is running.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
41
What is a relational database?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
42
Describe the default action taken by Visual Basic if you do not take deliberate steps in your code to handle exceptions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
43
Describe how table data is displayed using the DataGridView control.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
44
What two methods are used in conjunction with previewing the contents of a dataset and explain their use?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
45
Name five aggregate methods LINQ provides when querying a dataset.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
46
How does one have the computer create a bound control?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
47
Describe two ways to bind an object in a dataset to an existing control on the form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
48
What buttons are contained on a BindingNavigator control and what additional items can you include on a BindingNavigator control?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
49
Why is the DataGridView control one of the most popular controls for displaying table data?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
50
What are the advantages of storing data in a relational database?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 50 في هذه المجموعة.