Site MapHelpFeedbackMultiple Choice Quiz
Multiple Choice Quiz
(See related pages)

1
What does ADO stand for?
A)Advanced Data Objects
B)Active Data Objects
C)ActiveX Directory Objects
D)ActiveX Data Objects
2
Visual Basic 2008 uses _______ database technology.
A)DAO
B)ADO
C)ADO.NET
D)XML.NET
3
The textbook examples use _______ database files.
A)Oracle
B)Access
C)SQLClient
D)SQL Server Express (SSE)
4
Using _______ as the data provider, you can obtain data from sources such as Access, Oracle, Sybase, or DB2.
A)OleDb
B)SQLClient for SQL Server
C)ODBC
D)Oracle
5
A doctor's office uses a database to store information about each of the patients. All of the information about a patient is stored in a _______.
A)File in the database
B)Record in the database table
C)Field in the database table
D)Key field
6
A library keeps track of all of the books in a database table. Author, Title, and Subject are _______ in the database table
A)Files
B)Records
C)Fields
D)Keys
7
A database table that contains information about the students in a college probably uses the _______ as the key field
A)Last name
B)Zip code
C)Date of birth
D)Student identification number
8
Each row in a database table represents a _______.
A)File
B)Field
C)Record
D)Key field
9
Each column in a database table represents a _______.
A)File
B)Field
C)Record
D)Key field
10
A _______ is a temporary set of data stored in the memory of the computer
A)Record source
B)Dataset
C)Connector
D)Table adapter







Bradley:Programming in VB 2008Online Learning Center

Home > Chapter 10 > Multiple Choice Quiz