护理学相关专业知识

单选题You are the desktop administrator for Company.com’s sales department. Company.com’s network contains a RIS server.  You need to install Windows 2000 Professional on a computer that has a SCSI disk subsystem. You start the computer by using the Windows 

题目
单选题
You are the desktop administrator for Company.com’s sales department. Company.com’s network contains a RIS server.  You need to install Windows 2000 Professional on a computer that has a SCSI disk subsystem. You start the computer by using the Windows 2000 Professional CD-ROM, and you begin the installation. However, Setup reports that it cannot find any disk on which to install Windows 2000 Professional. You start the computer by using a RIS bootable floppy disk, and you receive the same result. What should you do?()
A

 Add an answer file to the root directory of the RIS bootable floppy disk.      Start the computer by using the RIS bootable floppy disk, and run Setup by using RIS. 

B

 Add the SCSI-controller driver to the root directory of the RIS bootable floppy disk.     Start the computer by using the RIS bootable floppy disk, and run Setup by using RIS. 

C

 Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide an answer file on a floppy disk. 

D

 Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide a SCSI-controller driver on a floppy disk. 

E

 Start the computer by using the Windows 2000 Professional CD-ROM, and run Setup.     After Setup starts, provide the appropriate HAL on a floppy disk. 

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You need to connect to your computer by using the Remote Desktop Connection client.Which two actions should you perform?()

A.A

B.B

C.C

D.D

E.E


参考答案:A, C

第2题:

You are the desktop administrator for the sales department at Company. All employees have Windows2000 Professional portable computers.Sales department users require dial-in access to the company network when they travel to customerlocations. These users must also be able to fax documents to customers from their computers.You need to configure network dial-up access immediately for a user named Anne. First, you insert a 56-Kbps PCMCIA fax modem into Anne’s computer. You restart the computer and log on as a localadministrator. Then, you start the Network Connection Wizard. However, the modem does not appear inthe list of devices that you can select for marking the dial-up connection.You need to be able to install Anne’s modem.  What should you do?()

  • A、Disable the portable computers’ built-in serial ports. 
  • B、Manually install the modem device driver provided by the manufacturer. 
  • C、Decrease the maximum port speed on the modem’s COM port to 57600. 
  • D、Set the Driver Signing Options to Ignore - Install the software anyway and do not ask for my approval. 
  • E、Use the Add or Remove Windows Components Wizard to install the Fax service.

正确答案:B

第3题:

You are the database administrator for a retail company. The company owns 270 stores. Every month, each store submits approximately 2,000 sales records, which are loaded into a SQL Server 2000 database at the corporate headquarters.

A Data Transformation Services (DTS) package transforms the sales records, as they are loaded. The package writes the transformed sales records to the Sales table, which has a column for integer primary key values. The IDENTITY property automatically assigns a key value to each transformed sales record.

After loading this month's sales data, you discover that a portion of the data contains errors. You stop loading data, identify the problem records, and delete those records from the database.

You want to reuse the key values that were assigned to the records that you deleted. You want to assign the deleted key values to the next sales records you load. You also want to disrupt users' work as little as possible.

What should you do?

A.Export all records from the Sales table to a temporary table. Truncate the Sales table, and then reload the records from the temporary table.

B.Export all records from the Sales table to a text file. Drop the Sales table, and then reload the records from the text file.

C.Use the DBCC CHECKIDENT statement to reseed the Sales table's IDENTITY property.

D.Set the Sales table's IDENTITY_INSERT property to ON. Add new sales records that have the desired key values.


正确答案:C
解析:Explanation: DBCC CHECKIDENT is used to check the current identity value for the specified table. It can be set to correct the identity value by specifying the RESEED option with DBCC CHECKIDENT.

Note: Example:
Assume that we have a table called test with an identity column with seed (1,1) and 1000 rows and that we delete row 901 to 950. We could then issue the command
DBCC CHECKIDENT (test, reseed, 900)

And load the 50 missing rows. These rows would get the values 901, 902, …,950 in the identity column.
We should then set the identity value to 1000 again:
DBCC CHECKIDENT (test, reseed, 1000)

So that the next new row will have identity 1001.

Incorrect Answers:
A: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.
B: Exporting the data from the Sales table and then reloading the data will not correct errors contained in the table as these errors will also be exported as they are part of the data already in the table.

D: The SET IDENTITY_INSERT command allows explicit values to be inserted into the identity column of a table. To reuse the old key values from the rows that was deleted would require manual commands and would be awkward. This is not the best solution.

第4题:

Your company has an Active Directory domain that has an organizational unit named Sales. The   Sales organizational unit contains two global security groups named sales managers and sales  executives.    You need to apply desktop restrictions to the sales executives group. You must not apply these desktop  restrictions to the sales managers group. You create a GPO named DesktopLockdown and link it to the  Sales organizational unit.   What should you do next()

  • A、Configure the Deny Apply Group Policy permission for the sales managers on the DesktopLockdown  GPO.
  • B、Configure the Deny Apply Group Policy permission for the sales executives on the DesktopLockdown  GPO.
  • C、Configure the Deny Apply Group Policy permission for Authenticated Users on the DesktopLockdown  GPO.
  • D、Configure the Allow Apply Group Policy permission for Authenticated Users on the DesktopLockdown  GPO.

正确答案:A

第5题:

You are the administrator for ExamSheet.net's network.  You are using Windows Installer to deploy an application to 750 Windows 2000 Professional computers on your network. The network includes an organizational unit (OU) named Sales. A Group Policy object (GPO) is created for the Sales OU.  The software deployment of the application is unsuccessful. During the deployment, some users in the Sales OU report that the installation is aborting with random errors midway through the installation process. The remaining users in the Sales OU report that the software is installing, but is giving them general protection fault errors. You want to successfully deploy the software What should you do? ()

  • A、Repackage and redeploy the application’s .msi file to the Sales OU.
  • B、Repackage and redeploy the application’s .mst file to the Sales OU.
  • C、Redeploy the application by using the Group Policy object (GPO) for the Sales OU.
  • D、Restart Windows Installer on all computers in the Sales OU. Then redeploy the application’s .zap file to the Sales OU.

正确答案:A

第6题:

You are the domain administrator for your company. Roaming profiles are enabled for all users in the sales department. Roaming profiles are stored on a server named Server1, in a shared folder named Profiles. Roger is a user in the sales department. Susan is Roger's manager. Susan reports that Roger modifies his desktop settings, which results in the need for help desk assistance and in lost productivity for Roger. You want to ensure that Roger cannot modify his roaming profile. What should you do?() 

  • A、In Active Directory Users and Computers, on Roger's profile tab, change the profile path to //Server1/Profiles/%username%.dat. 
  • B、In Active Directory Users and Computers, on Roger's profile tab, change the profile path to //Server1/Profiles/%username%.man. 
  • C、In Roger's profile on Server1, change the file name of Ntuser.dat to Ntuser.man.
  • D、In Roger's profile on his computer, change the file name of Ntuser.dat to Ntuser.man.

正确答案:C

第7题:

You are the network administrator for Company.  Your Windows 2000 Professional computer contains a single hard disk configured with two NTFS partitions C and D. You want to move a folder named Sales from the C partition to a folder named Corp on the D partition.  You want the files in the Sales folder to still be compressed after moving the folder. You want the files in the Corp folder to remain uncompressed. You want to ensure that the files are recoverable in case of any disk problems. You also want to move the files with the least amount of administrative effort.   What should you do?()

  • A、 Back up the Sales Folder.      Move the Sales folder to the Corp folder.     Compress the Sales folder. 
  • B、 Back up the Sales folder.      Copy the Sales folder to the Corp folder. 
  • C、 Copy the Sales folder to a second computer.     Then move the Sales folder to the Corp folder. 
  • D、 Run the command xcopy.exe c:/Sales d:/Corp /S /C

正确答案:A

第8题:

You enable the Windows Sidebar feature on your computer. You discover that you are unable to access the desktop icons that appear beneath the Windows Sidebar feature. You need to access these desktop icons.What are two possible ways to achieve this goal?()

A.A

B.B

C.C

D.D

E.E


参考答案:A, C

第9题:

You are the network administrator for Testking.com. The network consists of a single Active Directory domain named testking.com. The sales department is hiring employees. An OU named TestKingSales is created to hold objects for the new sales department users. Each sales department user has a portable computer. Each portable computer runs Windows XP Professional. The sales department users are responsible for joining their portable computers to the domain. You need to ensure that the computer accounts for the Sales department user's portable computers are created in the TestKingSales OU. You need to achieve this goal without granting any unnecessary permissions. What should you do?()

  • A、Assign the sales department users the Allow - Read permissions for the Computer container.
  • B、Configure the sales department users' user accounts to be trusted for delegation
  • C、Prestage the computer accounts in the TestKingSales OU for the sales department users' portable computers.
  • D、Assign the sales depertment users the Allow - Create all Child Objects permission for the TestKingSales OU.

正确答案:C

第10题:

You are the administrator of the Corp arborshoes.com domain. Users in the domain run Windows 2000 Professional on their desktop computers.   A user named Katrin in the Sales organizational unit (OU) reports that her mouse is not working correctly. You log on to the domain from Katrin’s computer by using the domain Administrator account. You use Device Manager to display the current information for the mouse driver.   You discover that Katrin’s computer is using an older version of the mouse driver. You have current drivers furnished by the manufacturer of the mouse. You install the current driver by using Device manager and restart the computer.   You test the mouse and it is still not functioning correctly. You view Device Manger and notice that the display of the current driver indicates that the previous driver is still uninstalled.   You want to be able to install the correct mouse driver. What should you do? ()

  • A、Set the Sales OU policy for security to warn and allow the installation to override the local security defaults. 
  • B、Set the domain policy for security to block but allow the installation to override the local and Sales OU security defaults. 
  • C、Set the Local Computer Policy for security on Katrin’s computer to warn but allow the installation to override the domain and the Sales OU security defaults. 
  • D、Disable plug and play on Katrin’s computer. Restart the computer and manually set up the system resources for the mouse. 

正确答案:A

更多相关问题