You run a 16-bit scientific data analysis package on your Windows 2000 Professional computer. The package consists of three components. The first component is a data acquisition application that monitors continuous data output from scientific instruments. The second component is a data analysis application that receives data from the data acquisition application by using shared memory. The third component is a data graphing application that displays the processed data in real time.  The data analysis application communicates with the data graphing application by using OLE. When you attempt to analyze large data sets, your computer is not able to display data in real time. You install a second processor in your computer; only one processor is used while the package is running, even though task manager shows both processors.   You want your data analysis package to use both processors. What should you do?()A、Configure the data acquisition application to run in its own virtual DOS machine (VDM).B、Configure the data analysis application to run in its own virtual DOS machine (VDM).C、Configure the data graphing application to run in its own virtual DOS machine (VDM).D、Configure the virtual DOS machine for the data acquisition and data analysis applications to.have a hard affinity for processor 0. Configure the VDM for the data graphing application to.have a hard affinity for processor1. E、Configure the virtual DOS machine for the data acquisition to have a hard affinity for processor 0. Configure the VDM for the data graphing application to have a hard affinity for processor1.

You run a 16-bit scientific data analysis package on your Windows 2000 Professional computer. The package consists of three components. The first component is a data acquisition application that monitors continuous data output from scientific instruments. The second component is a data analysis application that receives data from the data acquisition application by using shared memory. The third component is a data graphing application that displays the processed data in real time.  The data analysis application communicates with the data graphing application by using OLE. When you attempt to analyze large data sets, your computer is not able to display data in real time. You install a second processor in your computer; only one processor is used while the package is running, even though task manager shows both processors.   You want your data analysis package to use both processors. What should you do?()

  • A、Configure the data acquisition application to run in its own virtual DOS machine (VDM).
  • B、Configure the data analysis application to run in its own virtual DOS machine (VDM).
  • C、Configure the data graphing application to run in its own virtual DOS machine (VDM).
  • D、Configure the virtual DOS machine for the data acquisition and data analysis applications to.have a hard affinity for processor 0. Configure the VDM for the data graphing application to.have a hard affinity for processor1. 
  • E、Configure the virtual DOS machine for the data acquisition to have a hard affinity for processor 0. Configure the VDM for the data graphing application to have a hard affinity for processor1.

相关考题:

Examine this statement: SELECT student_id, gpa FROM student_grades WHERE gpa > You run the statement once, and when prompted you enter a value of 2.0. A report is produced. What happens when you run the statement a second time?()A. An error is returned.B. You are prompted to enter a new value.C. A report is produced that matches the first report produced.D. You are asked whether you want a new value or if you want to run the report based on the previous value.

You perform an in-place upgrade on a Microsoft Windows XP Service Pack 2 (SP2) computer to Windows Vista.After the upgrade, you attempt to run a custom application. You receive the following error message: This application is only designed to run on Windows XP or later.”You need to run the application on Windows Vista.What should you do?()A.AB.BC.CD.D

My money______. Could you please lend me some?A. has run out ofB. has run outC. was run out ofD. has been run out

You have a computer that runs Windows 7. You run Runas and specify the /savecred parameter to start anapplication. You need to delete the stored password. What should you do?()A、Run Del and specify the /p parameter.B、Run Runas and specify the /noprofile parameter.C、From Credential Manager, modify the Windows credentials.D、From Authorization Manager, modify the Authorization Manager options.

You work as the enterprise exchange administrator at Xxx .The Xxx network consists of a domain named xxx .Xxx is using Microsoft Exchange Server 2010 as their messaging solution.The Xxx network contains a server named XXX-EX10.You receive instruction from Xxx to add the Hub Transport Server role on XXX-EX10.What command can be used for installing the Hub Transport Server role?()A、You should run the setup /ps.B、You should run the Setup.com /M:Install /R:HT.C、You should run the setup.exe.D、You should run the scanforfeature.

You have a computer that runs Windows XP Service Pack 3 (SP3). The computer is a member of an ActiveDirectory domain. Several domain users log on to the computer. You plan to  install Windows 7 on thecomputer. You need to ensure that all user settings are preserved after the installation.  What should you do?()A、Run Loadstate.exe, install Windows 7, and then run Scanstate.exe.B、Run Sysprep.exe /audit, install Windows 7, and then run Sysprep.exe /oobe.C、Run Windows Easy Transfer, install Windows 7, and then run Windows Easy Transfer again.D、Create a backup of %systemdrive%/documents and settings, install Windows 7, and then restore thebackup.

You work as a network administrator at ABC.com. The ABC.com network consists of a single domain named ABC.com. All domain controllers on the ABC.com network have Windows Server 2012 R2 installed.The ABC.com network has a Windows Server 2008 R2 print server named ABC_SR08.  You add a new Windows Server 2012 R2 computer named ABC_SR12 to the network and join it to the domain.You install Print and Document Services role on ABC_SR12.Which of the following options allows you to successfully migrate the printers from ABC_SR08 to ABC_SR12?()A、You should run the printbrm -b command on ABC_SR08.B、You should run the printbrm -b command on ABC_SR12.C、You should run the printbrm -q command on ABC_SR08.D、You should run the printbrm -q command on ABC_SR12.E、You should run the printbrm -r command on ABC_SR08.F、You should run the printbrm -r command on ABC_SR12.

You need to validate whether Active Directory successfully replicated between two domain controllers. What should you do()A、Run the DSget command.B、Run the Dsquery command.C、Run the RepAdmin command.D、Run the Windows System Resource Manager.

You work as the IT professional in an international company which is named Wiikigo. You are experiencedin implementing and administering a network operating system. You are specialized in deploying servers,configuring Windows Server 2008 Terminal services and network application services, and configuring aweb services infrastructure. There is an Active Directory domain in your company. The company runsTerminal Services. All Terminal Services accounts are configured to allow session takeover without permission. A user has used an account named User1 to log on to a server named S02. The session ID forUser1 is 1337. You need to perform a session takeover for session ID 1337. Which commands should you run?()A、You should run Tsdiscon 1337, and then Tscon 1337B、You should run Chgusr 1337 /disable, and then Tscon 1337C、You should run Takeown /U User1 1337, and then Tscon 1337D、You should run Tsdiscon 1337, and then Chgport /U User1 1337

Your company’s security policy requires complex passwords.   You have a comma delimited file named import.csv that contains user account information. You  need to create user accounts in the domain by using the import.csv file.   You also need to ensure that the new user accounts are set to use default passwords and are  disabled.     What should you do()A、Modify the userAccountControl attribute to disabled. Run the csvde -i -k -f import.csv command. Run the DSMOD utilityB、Modify the userAccountControl attribute to accounts disabled. Run the csvde -f import.csv command. Run the DSMOD utilityC、Modify the userAccountControl attribute to disabled. Run the wscript import.csv command. Run the DSADD utilityD、Modify the userAccountControl attribute to disabled. Run the ldifde -i -f import.csv command. Run the DSADD utility

You have an Exchange Server 2010 organization. You need to install the Hub Transport server role on a new server. You install all the prerequisites for the Hub Transport role on the server.  What should you do next()?  A、From Windows PowerShell, run the Add-WindowsFeature cmdlet.B、From Windows PowerShell, run the Install-TransportAgent.ps1 script.C、At the command prompt, run Setup.com /M:Install /R:Ht.D、At the command prompt, run ServerManagerCmd.exe -IP Exchange-HUb.xml.

You have a computer that runs Windows 7 Professional. You need to upgrade the computer to Windows 7Ultimate. You must achieve this goal in the minimum amount of time.  What should you do?()A、Run Windows Update.B、Run Windows Anytime Upgrade.C、From the Windows 7 installation media, run Setup.exe.D、From the Windows 7 installation media, run Migwiz.exe.

You install Windows Server 2008 R2 (Server Core I nstallation) on a server. You install the Hyper-V role and Windows PowerShell 2.0 on the server. When you attempt to run an iscsicli command, the command fails. You need to be able to immediately run the iscsicli command successfully. What should you do?()A、Run the ocsetup MultiPathIo command.B、Run the sc config msiscsi start= auto command.C、Run the start-service msiscsi PowerShell cmdlet.D、Run the set-service msiscsi CstartupType auto PowerShell cmdlet.

Your company has a single Active Directory domain. All domain controllers run Windows Server  2003.     You install Windows Server 2008 R2 on a server.     You need to add the new server as a domain controller in your domain.     What should you do first()A、On the new server, run dcpromo /adv.B、On the new server, run dcpromo /createdcaccount.C、On a domain controller run adprep /rodcprep.D、On a domain controller, run adprep /forestprep.

You have two servers named Server1 and Server2 that run Windows Server 2003 Service Pack 2 (SP2). Both servers have Remote Desktop enabled. You log on to the console of Server1 and begin to defragment the C: volume. You log on to Server2. From Server2, you need to view the status of the defragment job on Server1. What should you do? ()A、Run defrag.exe //server1/c$ -a.B、Run mstsc.exe /server:Server1.C、Run compmgmt.msc, and then connect to Server1.D、Run mstsc.exe /console, and then connect to Server1.

You have a computer that runs Windows 7. You create an application shim for a third-party application byusing the Microsoft Application Compatibility Toolkit (ACT). You need to ensure that the application shim isapplied the next time you run the application.  What should you do first ?()A、Run Sdbinst.exe.B、Run Msiexec.exe.C、Right-click the application executable file and modify the compatibility settings.D、Right-click the application executable file and modify the advanced security settings.

Which of the following actions will allow you to convert from Windows Server 2012 R2 Standard to Windows Server Datacenter, using the least administrative effort?()A、You should run Setup from the installation media.B、You should run the Install-WindowsFeature cmdlet from the Windows PowerShell.C、You should run the dism /online /add-package command from an elevated command prompt.D、You should run the dism /online /enable-feature command from an elevated command Prompt.E、You should run the dism /online /set-edition command from an elevated command prompt.

Your company has a single Active Directory domain. AlI domain controllers run Windows Server 2003 You install Windows Server 2008 on a server. You need to add the new server as a domaincontroller in your domain.What should you do first()A、On the new server, run dcpromo /adv.B、On the new server, run dcpromo /createdcaccount.C、On a domain controller run adprep /rodcprep.D、On a domain controller, run adprep /forestprep.

You have a standalone computer that runs Windows 7. Multiple users share the computer. You need toensure that you can read the content of all encrypted files on the computer.  What should you do?()A、Run the Certificates Enrollment wizard and then run Certutil.exe importpfx.B、Run the Certificates Enrollment wizard and then run Certutil.exe installcert.C、Run Cipher.exe /r and then add a data recovery agent from the local security policy.D、Run Cipher.exe /rekey and then import a security template from the local security policy.

You start a computer by using Windows Preinstallation Environment (Windows PE). You need todynamically load a network adapter device driver in Windows PE.  What should you do?()A、Run Peimg.exe and specify the device driver path.B、Run Drvload.exe and specify the device driver path.C、Run Winpeshl.exe and specify a custom Winpeshl.ini file.D、Run Wpeutil.exe and specify the InitializeNetwork command.

单选题You set up scheduled tasks to run and notify you of any failures. 3 days later you see that none of the tasks ran and you received no notifications. What should you do?()ASet the schedule service to run under the administrator account.BSet the scheduled tasks to run under the administrator account.CEnable the messenger serviceDSet the schedule service to run under the local system account and set it to start automatically.

单选题You have a file server named Server1 that runs Windows Server 2003 Service Pack 2 (SP2). You use Windows Backup to back up Server1. You need to view all the backup jobs that are scheduled to run on Server1. What should you do? ()AFrom Administrative Tools, run Services.BFrom Administrative Tools, run File Server Manager.CFrom Windows System Tools, run Scheduled Tasks.DFrom Windows System Tools, run System Information.

单选题You have an enterprise root certification authority (CA) that runs Windows Server 2008 R2.     You need to ensure that you can recover the private key of a certificate issued to a Web server.     What should you do()AFrom the ca, run the Get-PfxCertificate cmdlet.BFrom the Web server, run the Get-PfxCertificate cmdlet.CFrom the ca, run the certutil.exe tool and specify the -exportpfx parameter.DFrom the Web server, run the certutil.exe tool and specify the -exportpfx parameter.

单选题You plan to deploy Windows XP Professional on 100 client computers. You need to create an answer file for a Sysprep setup.  What should you do from the Windows XP Professional installation CD? ()AExtract support.cab, and then run rsdir.exe.BExtract deploy.cab, and then run sysprep.exe.CExtract support.cab, and then run windiff.exe.DExtract deploy.cab, and then run setupmgr.exe.

单选题You have a server that runs Windows Server 2003 Service Pack 2 (SP2). The server has Terminal Server installed. You have a new multi-user application that you plan to install on the server. The setup program for the application is named setup.exe. You need to install the application on the server. You must ensure that the application can be used by all users. What should you do? ()AFrom the command prompt, run setup.exe.BFrom Add or Remove Programs, add a new program.CIn Windows Explorer, use the Run As option to run setup.exe.DIn Windows Explorer, use Compatibility mode to run setup.exe.

单选题You work as a database administrator for Certkiller .com. While loading data into the Certkiller STAFF table using Oracle Enterprise Manager 10g Database Control, you find the status of the job as failed. On further investigation, you find the following error message in the output log: ORA-01653 unable to extend table HR. Certkiller STAFF by 8 intablespaceUSERS Which task would you perform to load the data successfully without affecting the users who are accessing the table?()ARestart the database instance and run the jobBTruncate the Certkiller STAFF table and run the jobCDelete all rows from the Certkiller STAFF table and run the jobDIncrease the size of the USERStablespacethe and run the jobEIncrease the size of the database default permanenttablespaceand run the job

单选题Your company has a single Active Directory domain. AlI domain controllers run Windows Server 2003 You install Windows Server 2008 on a server. You need to add the new server as a domaincontroller in your domain.What should you do first()AOn the new server, run dcpromo /adv.BOn the new server, run dcpromo /createdcaccount.COn a domain controller run adprep /rodcprep.DOn a domain controller, run adprep /forestprep.

单选题Your company has a single Active Directory domain. All domain controllers run Windows Server 2003.    You install Windows Server 2008 R2 on a server.    You need to add the new server as a domain controller in your domain.    What should you do first()AOn the new server, run dcpromo /adv.BOn the new server, run dcpromo /createdcaccount.COn a domain controller run adprep /rodcprep.DOn a domain controller, run adprep /forestprep.