《计算机专业英语》第07章在线测试
?《计算机专业英语》第07章在线测试
剩余时间:
59:51
窗体顶端
?答题须知:1、本卷满分20分。?????????? 2、答完题后,请一定要单击下面的“交卷”按钮交卷,否则无法记录本试卷的成绩。?????????? 3、在交卷之前,不要刷新本网页,否则你的答题结果将会被清空。
第一题、单项选择题(每题1分,5道题共5分)
?1、ADO.NET is the ________ model for .NET-based applications. (data access)
A、data mining
B、data achieve
C、data process
D、data access
?2、____________, such as those supplied for OLE DB and ODBC, allow you to use data libraries designed for earlier data access technologies.
A、Bridge providers
B、Native providers
C、
D、
?3、__________, such as the SQL Server and Oracle providers, typically offer performance improvements due, in part, to the fact that there is one less layer of abstraction.
A、Native providers
B、Bridge providers
C、
D、
?4、if we want to retrieve data from the database with SQL,we should use the comand of
A、sel_ect
B、upd_ate
C、del_ete
D、ins_ert
?5、In SQL,______causes an object (a table, for example) to be created within the database.
A、ALTER
B、drop
C、create
D、TRUNCATE
第二题、多项选择题(每题2分,5道题共10分)
?1、Database connection ________ allows an application to reuse an existing connection from a pool instead of repeatedly establishing a new connection with the database.
A、pooling
B、pond
C、connection
D、link
?2、Security is usually enforced through __________________.
A、data storing
B、auditing
C、encryption
D、access control
E、data retrieving
?3、ADO.NET relies on the services of .NET data providers.There are
A、Connection
B、Command
C、DataReader
D、Data Adapter
?4、The core of SQL is formed by a command language that allows the ________ and performing management and administrative functions.
A、retrieval of data
B、ins_ertion of data
C、updating of data
D、deletion of data
E、process of data
?5、The types (classes, structs, enums, and so on) associated with each .NET data provider are located in their own namespaces are:
A、System.Data.SqlClient. Contains the SQL Server .NET Data Provider types.
B、System.Data.OracleClient. Contains the Oracle .NET Data Provider
C、System.Data.OleDb. Contains the OLE