A. Format the partition
B. Load any RAID or SATA drivers needed
C. Partition the drive
D. Configure Windows settings
第1题:
A.Windows的Setup程序
B.COPY命令
C.ARJ压缩程序
D.DISKCOPY命令
第2题:
Your network consists of a single Active Directory domain. The functional level of the domain is Windows Server 2003. All servers run Windows Server 2003 Service Pack 2 (SP2). The network contains 10 file servers. Each file server hosts a share named Apps.On each file server, a local group named App-install-local has permissions to the Apps share. A global group named App-install-global belongs to the App-install-local group on each file server. App-install-global is used only to control permissions for the Apps share.You create a global group named Helpdesk.You need to provide the Helpdesk group access to the Apps share on each file server. The Helpdesk group must have the same permissions as the App-install-global group. You must achieve this goal by using the minimum amount of administrative effort.What should you do? ()
A. Add the Helpdesk group to the App-install-global group.
B. Add the Helpdesk group to the App-install-local group on each file server.
C. Convert the App-install-global group to a universal group. Add the App-install-global group to the Helpdesk group.
D. Convert the Helpdesk group to a universal group. Add the Helpdesk group to the App-install-local group on each file server.
第3题:
第4题:
以下程序的运行结果为______。 char *c []={ "ENTER", "NEW", "POINT", "FIRST" }; char **cp []={ c+3, c+2, c+1, c}; char ***cpp=cp; main () {printf ("%s\n",**++cpp); }
A.ENTER
B.NEW
C.POINT
D.FIRST
第5题:
第6题:
Windows窗体从外存载入内存,会发生________事件。开发者一般需要对该事件编写事件处理程序。
A.Open
B.initiate
C.Load
D.Install