Filters
Question type

Study Flashcards

If you do not take deliberate steps in your code to handle the exceptions, Visual Basic handles them for you.

A) True
B) False

Correct Answer

verifed

verified

A group of related records is called a ____.


A) relation
B) table
C) collection
D) related entity

E) All of the above
F) None of the above

Correct Answer

verifed

verified

The BindingSource object provides the connection between the DataSet and the bound controls on a form.

A) True
B) False

Correct Answer

verifed

verified

In most tables, one of the fields uniquely identifies each record and is called the ____.


A) primary key
B) secondary key
C) indexed key
D) key value

E) A) and D)
F) All of the above

Correct Answer

verifed

verified

A

The position of the record pointer is stored in the object's ____ property.


A) PlaceHolder
B) RecordPosition
C) RecordPointer
D) Position

E) A) and B)
F) A) and C)

Correct Answer

verifed

verified

Connecting an object to a control is called ____.


A) attaching
B) bonding
C) binding
D) attachment

E) A) and D)
F) C) and D)

Correct Answer

verifed

verified

The way Visual Basic saves changes to a local database file is determined by the file's ____ property.


A) Output Section
B) Copy to Production
C) Output Directory
D) Copy to Output Directory

E) A) and B)
F) C) and D)

Correct Answer

verifed

verified

A(n) ____ is a single item of information about a person, place, or thing.


A) file
B) entity
C) record
D) field

E) A) and D)
F) C) and D)

Correct Answer

verifed

verified

In most applications, the code to fill a dataset with data belongs in the form's Fill event procedure.

A) True
B) False

Correct Answer

verifed

verified

In the Load event procedure, you enter code you want processed before the form appears on the screen.

A) True
B) False

Correct Answer

verifed

verified

The easiest way to bind an object to a dataset is by dragging the object from the Data Sources window to the control.

A) True
B) False

Correct Answer

verifed

verified

A TableLayoutView control displays data in a row and columnar format, similar to a spreadsheet.

A) True
B) False

Correct Answer

verifed

verified

When an exception occurs in the Catch block's code, the computer processes the code contained in the Try block.

A) True
B) False

Correct Answer

verifed

verified

A ____ stores information in tables composed of columns and rows, similar to the format used in a spreadsheet.


A) relational database
B) relational computer
C) relational base
D) relational data

E) A) and C)
F) B) and C)

Correct Answer

verifed

verified

A ____ is an electronic file that contains an organized collection of related information.


A) computer list
B) computer database
C) computer record
D) computer sheet

E) B) and C)
F) A) and B)

Correct Answer

verifed

verified

You cannot bind an object in a dataset to an existing control on the form.

A) True
B) False

Correct Answer

verifed

verified

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.

A) True
B) False

Correct Answer

verifed

verified

The ____ stores objects that do not appear in the user interface while an application is running.


A) component tray
B) task list
C) menu tray
D) object tray

E) A) and D)
F) C) and D)

Correct Answer

verifed

verified

A

The syntax for the bindingSource object's position property is ____.


A) bindingSourceName.Position
B) Position.bindingSourceName
C) bindingSourceName(Position)
D) Position(bindingSourceName)

E) B) and C)
F) A) and B)

Correct Answer

verifed

verified

A

In order to maintain accurate records, most businesses store information about their employees, customers, and inventory in Excel spreadsheets.

A) True
B) False

Correct Answer

verifed

verified

Showing 1 - 20 of 25

Related Exams

Show Answer