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
C# 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
30.A SQL Server Express file has a(n) _______ file extension.
A).adb
B).mdb
C).mdf
D).net
6
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
7
A library keeps track of all of the books a database file. Author, Title, and Subject are _______ in the database table.
A)files
B)records
C)fields
D)keys
8
A database file 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
9
Each row in a database table represents a _______.
A)file
B)field
C)record
D)key field
10
Each column in a database table represents a _______.
A)file
B)field
C)record
D)key field







Programming in Visual C# 2005Online Learning Center

Home > Chapter 10 > Multiple Choice Quiz