Deck 24: Im Suffering From Information Overload Access Databases

Full screen (f)
exit full mode
Question
In order to maintain accurate records, most businesses store information about their employees, customers, and inventory in Excel spreadsheets.
Use Space or
up arrow
down arrow
to flip the card.
Question
In most applications, the code to fill a dataset with data belongs in the form's Fill event procedure.
Question
When the Copy to Output Directory property is set to its default setting, Copy always, the file is copied from the project folder to the project folder's bin\Project folder each time you start the application.
Question
Parent and child tables in a database are referred to as master and detail tables, respectively.
Question
A(n) ____ is a single item of information about a person, place, or thing.

A) file
C) record
B) entity
D) field
Question
The easiest way to bind an object to a dataset is by dragging the object from the Data Sources window to the control.
Question
A ____ is an electronic file that contains an organized collection of related information.

A) computer list
C) computer record
B) computer database
D) computer sheet
Question
You cannot bind an object in a dataset to an existing control on the form.
Question
When an exception occurs in the Catch block's code, the computer processes the code contained in the Try block.
Question
When a table or field object is dragged to a form, the computer adds the appropriate controls and objects to the application.
Question
A group of related records is called a ____.

A) relation
C) collection
B) table
D) related entity
Question
Connecting an object to a control is called ____.

A) attaching
C) binding
B) bonding
D) attachment
Question
A(n) ____ is a group of related fields that contain all of the necessary data about a specific person, place, or thing.

A) file
C) record
B) entity
D) field
Question
In most tables, one of the fields uniquely identifies each record and is called the ____.

A) primary key
C) indexed key
B) secondary key
D) key value
Question
If you do not take deliberate steps in your code to handle the exceptions, Visual Basic handles them for you.
Question
The ____ stores objects that do not appear in the user interface while an application is running.

A) component tray
C) menu tray
B) task list
D) object tray
Question
A TableLayoutView control displays data in a row and columnar format, similar to a spreadsheet.
Question
In the Load event procedure, you enter code you want processed before the form appears on the screen.
Question
A ____ stores information in tables composed of columns and rows, similar to the format used in a spreadsheet.

A) relational database
C) relational base
B) relational computer
D) relational data
Question
The BindingSource object provides the connection between the DataSet and the bound controls on a form.
Question
The syntax for the bindingSource object's position property is ____.

A) bindingSourceName.Position
B) Position.bindingSourceName
C) bindingSourceName(Position)
D) Position(bindingSourceName)
Question
The way Visual Basic saves changes to a local database file is determined by the file's ____ property.

A) Output Section
C) Output Directory
B) Copy to Production
D) Copy to Output Directory
Question
The position of the record pointer is stored in the object's ____ property.

A) PlaceHolder
C) RecordPointer
B) RecordPosition
D) Position
Question
An error that occurs while an application is running is called a(n) ____.

A) bug
C) exception
B) runtime upset
D) inception
Question
A form's ____ event occurs when the application is started and the form is displayed the first time.

A) Show
C) Displayed
B) Load
D) OnScreen
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/25
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 24: Im Suffering From Information Overload Access Databases
1
In order to maintain accurate records, most businesses store information about their employees, customers, and inventory in Excel spreadsheets.
False
2
In most applications, the code to fill a dataset with data belongs in the form's Fill event procedure.
False
3
When the Copy to Output Directory property is set to its default setting, Copy always, the file is copied from the project folder to the project folder's bin\Project folder each time you start the application.
False
4
Parent and child tables in a database are referred to as master and detail tables, respectively.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
5
A(n) ____ is a single item of information about a person, place, or thing.

A) file
C) record
B) entity
D) field
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
6
The easiest way to bind an object to a dataset is by dragging the object from the Data Sources window to the control.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
7
A ____ is an electronic file that contains an organized collection of related information.

A) computer list
C) computer record
B) computer database
D) computer sheet
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
8
You cannot bind an object in a dataset to an existing control on the form.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
9
When an exception occurs in the Catch block's code, the computer processes the code contained in the Try block.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
10
When a table or field object is dragged to a form, the computer adds the appropriate controls and objects to the application.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
11
A group of related records is called a ____.

A) relation
C) collection
B) table
D) related entity
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
12
Connecting an object to a control is called ____.

A) attaching
C) binding
B) bonding
D) attachment
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
13
A(n) ____ is a group of related fields that contain all of the necessary data about a specific person, place, or thing.

A) file
C) record
B) entity
D) field
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
14
In most tables, one of the fields uniquely identifies each record and is called the ____.

A) primary key
C) indexed key
B) secondary key
D) key value
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
15
If you do not take deliberate steps in your code to handle the exceptions, Visual Basic handles them for you.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
16
The ____ stores objects that do not appear in the user interface while an application is running.

A) component tray
C) menu tray
B) task list
D) object tray
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
17
A TableLayoutView control displays data in a row and columnar format, similar to a spreadsheet.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
18
In the Load event procedure, you enter code you want processed before the form appears on the screen.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
19
A ____ stores information in tables composed of columns and rows, similar to the format used in a spreadsheet.

A) relational database
C) relational base
B) relational computer
D) relational data
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
20
The BindingSource object provides the connection between the DataSet and the bound controls on a form.
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
21
The syntax for the bindingSource object's position property is ____.

A) bindingSourceName.Position
B) Position.bindingSourceName
C) bindingSourceName(Position)
D) Position(bindingSourceName)
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
22
The way Visual Basic saves changes to a local database file is determined by the file's ____ property.

A) Output Section
C) Output Directory
B) Copy to Production
D) Copy to Output Directory
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
23
The position of the record pointer is stored in the object's ____ property.

A) PlaceHolder
C) RecordPointer
B) RecordPosition
D) Position
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
24
An error that occurs while an application is running is called a(n) ____.

A) bug
C) exception
B) runtime upset
D) inception
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
25
A form's ____ event occurs when the application is started and the form is displayed the first time.

A) Show
C) Displayed
B) Load
D) OnScreen
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 25 flashcards in this deck.