Which of the following would you use to find the temp files on the C: drivefrom a
command line?
A. DIR ~*.* ; *.TMP
B. DIR C:\*.TMP /S
C. *.TMP; ~*.*
D. DIR C:\~*.* /S
Answer: B, D
Explanation:
Because some temp files end with .TMP and others start with a tilde (~), you would have
to issue two DIR 000-638 sequences To find all the temp files on Drive C: The first would be DIR
C:\~*.* /S to find any file that began with a tilde, starting from the root directory of Drive
C: and looking in every sub-directory on the drive.000-639 The second would be to use DIR
C:\*.TMP /S to find any file in any sub-directory on Drive C: with a .TMP extension.
Reference:
David Groth and Dan Newland,000-641 A+ Complete Study Guide (Second Edition), Sybex,
Alameda, CA, 2001, pp. 557.
Tuesday, July 8, 2008
Friday, July 4, 2008
Citrix IP Communications Certification 642-642
You are the certifyme.com trainee technician currently installing 6 IDE devices in a
computer. Which of the following is the minimum amount of IDE channels needed
to accomplish this objective?
A. 1
B. 6
C. 4
D. 3
Answer: D
Explanation: Each IDE channel can support two IDE devices.640-802 Thus if you are
installing 6 IDE devices you need 3 IDE channels.
Incorrect Answers:
A: 1 IDE channel is inadequate if you want to install 6 IDE devices.
Leading the way in IT testing and certification tools, www.certifyme.com
- 9 -
B: 6 Channels would be too many since each channel is able to support two IDE devices.642-642
C: 4 Channels would be too many since each IDE channel can support two IDE devices.
Reference:
James G. Jones and Craig Landes, A+ Exam Cram 2 (2nd Edition), QUE Publishing,
Indianapolis, 2003, p. 321.
computer. Which of the following is the minimum amount of IDE channels needed
to accomplish this objective?
A. 1
B. 6
C. 4
D. 3
Answer: D
Explanation: Each IDE channel can support two IDE devices.640-802 Thus if you are
installing 6 IDE devices you need 3 IDE channels.
Incorrect Answers:
A: 1 IDE channel is inadequate if you want to install 6 IDE devices.
Leading the way in IT testing and certification tools, www.certifyme.com
- 9 -
B: 6 Channels would be too many since each channel is able to support two IDE devices.642-642
C: 4 Channels would be too many since each IDE channel can support two IDE devices.
Reference:
James G. Jones and Craig Landes, A+ Exam Cram 2 (2nd Edition), QUE Publishing,
Indianapolis, 2003, p. 321.
Subscribe to:
Posts (Atom)