当前位置:MCTS(70-561)题库

问题:

[单选]

You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application that will connect to the Microsoft SQL Server 2005 database. You have completed the following code segment. (Line numbers are for reference only.)  
01 public IDataReader GetCustomerReader() 
02 { 
03     SqlConnection con = new SqlConnection(); 
04     //Set up the connection 
05     con.Open(); 
06     string sql = "Select * from Customers"; 
07     IDataReader rd = null; 
08 
09     con.Close(); 
10     return rd; 
11 }  
You need to make sure that a DataReader stream for the data in the Customers table can be
returned from the GetCustomerReader method.  
What should you do? ()

A . A
B . B
C . C
D . D

Which of the following commands will display the name of the IOS image file being used in a Cisco router?() Router# show IOS。 Router# show version。 Router# show image。 Router# show protocols。 Router# show flash。 激情 Your network contains an Active Directory domain. The functional level of the domain is Windows Server 2008. The domain contains application servers that run either Windows Server 2003,Windows Server 2008, or Windows Server 2008 R2. The network contains 5,000 client computers that run Windows XP Service Pack 3 (SP3). Your company has a line-of-business application named App1 that has the following characteristics: - Must be available offline. - Only runs on Windows XP or Windows Server 2003. The company plans to migrate all of the client computers to Windows 7 Service Pack 1 (SP1). You need to recommend a solution to ensure that App1 can run on the client computers after the planned migration. The solution must use the minimum amount of administrative effort. What should you include in the recommendation?() pass-through disks。 Windows Server Backup。 mandatory profiles。 Dynamic Host Configuration Protocol (DHCP)。 Microsoft System Center Configuration Manager 2007。 Microsoft Application Virtualization (App-V)。 RemoteApp。 roaming profiles。 RemoteFX。 CPU Core Parking。 Microsoft System Center Virtual Machine Manager 2010。 folder redirection。 Microsoft Enterprise Desktop Virtualization (MED-V)。 VM snapshots。 Microsoft Software Assurance。 Dynamic Memory。 产品生命周期对营销具有指导意义,下列说法错误的是()。 研判大势。 制定策略。 规避风险。 提高利润。 招标过程划分为三个阶段:准备阶段、招标投标阶段、评标定标阶段。

You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application that will connect to the Microsoft SQL Server 2005 database. You have completed the following code segment. (Line numbers are for reference only.)  
01 public IDataReader GetCustomerReader() 
02 { 
03     SqlConnection con = new SqlConnection(); 
04     //Set up the connection 
05     con.Open(); 
06     string sql = "Select * from Customers"; 
07     IDataReader rd = null; 
08 
09     con.Close(); 
10     return rd; 
11 }  
You need to make sure that a DataReader stream for the data in the Customers table can be
returned from the GetCustomerReader method.  
What should you do? ()

参考答案:

  参考解析

本题暂无解析

在线 客服