You want to combine storage space from two different hard disks into a single logical storage unit on your Windows computer. What should you do? |
Use dynamic disks and a spanned volume |
Which of the following is an advantage of the exFAT file system over NTFS? |
Lower memory and processor resource use |
Which partition type identifies the partition as one that holds the boot loader program used to start the operating system? |
Active |
Which disk types does Windows support? (Select two.) |
Basic Dynamic |
You have a computer running Windows 7. You need to format a 64 GB flash drive as a single volume. You want the drive to support quick removal, and minimize memory and processor use when reading and writing to the drive. Which file system should you choose? |
FAT64 |
How can you reformat a drive from FAT32 to NTFS without losing the existing data? |
Use the convert command at a command prompt. |
What is required to control access to the file system using file and folder permissions on a |
NTFS-formatted partition |
You have added two new hard disks to a Windows computer. The disks are configured as basic |
Extended partitions with logical drives Primary partitions |
You’re formatting a newly-installed hard disk with Disk Management and are at the point where you need to select the type of file system to be used. Which of the following scenarios would require selecting the FAT32 file system? |
You need the disk to be backwards-compatible with older versions of Windows. |
You have an extra disk on your system that has three primary partitions and an extended partition with two logical drives. You want to convert the partitions to simple volumes, preferably without losing any data. What should you do? |
Upgrade the disk to a dynamic disk. |
Which of the following is true about primary partitions? 1. Primary partitions are subdivided into logical drives. |
The active partition must be a primary partition. |
You have a computer where a removable disk drive has been formatted with NTFS. You want the drive to use FAT32 to be compatible with more operating systems. The drive is currently configured using drive letter D:. What should you do? |
Back up the data on the D: drive. Reformat the D: drive using FAT32. Restore the data. |
You remove a hard disk from a Windows 7 system and put it in another system that is running Windows 98. You are unable to read the disk. What is most likely the problem? |
Windows 98 does not support NTFS. |
You have physically installed a new hard disk drive in your computer, configured the disk in the BIOS using the CMOS setup program, and partitioned the disk. You try to access the hard disk drive in Windows Explorer, but get an error message. Which utility will you most likely use to solve the problem? |
format |
Which tool would you use to create and delete partitions on hard drives? |
Disk Management |
Which of the following is a characteristic of extended partitions? |
They are subdivided into logical drives. |
You have a hard disk that has a single primary partition and has been assigned D: as the drive |
format |
Under what conditions should you choose exFAT over FAT32 or NTFS? (Select two.) |
When creating a volume over 32 GB in size When formatting removable flash devices |
Where is Disk Management located within Windows? |
Computer Management |
If you want to boot from a hard drive, what must it have? |
Active partition |
You have a computer running Windows 7 Home Premium and need to access the contents of a flash drive. The flash drive has been formatted with the exFAT file system. You want to read the flash drive on your computer as quickly as possible with the least amount of effort. What should you do? |
Do nothing. Windows 7 can natively access exFAT file systems. |
You have a Windows XP system with a single hard disk configured as a basic disk with a single partition formatted with FAT32. The disk is running out of free space and you need to add additional space to it. You install a new hard drive and start Disk Management. Which of the following are required tasks to add space to the existing volume? (Select two.) |
Run the convert command. Create an empty folder on the C:\ drive. |
You have a computer with a single hard disk configured as a basic disk with a single partition formatted with FAT32. The computer runs Windows XP Professional. The disk has run out of space. You need to add space to the disk. You install a new hard drive and start Disk Management. Which of the following is a required task to add space to the existing volume? |
On the new hard disk, create a new partition without a drive letter. |
Your computer has a single hard disk with a single volume used by the C:\ drive. You have previously upgraded the disk to a dynamic disk. The disk has run out of disk space. You need to add more space to the C:\ volume. You add a new hard disk to the computer. What should you do to add space to the C:\ drive? |
Create a mount point using space on the second disk |
Which of the following utilities would you use to correct cross-linked clusters within the file system on a Windows workstation? |
chkdsk |
Which of the following Windows utilities would you use to realign the file structure on the disk |
defrag |
What is the effect on your system when you run Disk Defragmenter? |
Speeds up disk I/O performance. |
Which of the following utilities checks the disk for bad clusters? |
chkdsk |
Which operating system does not use C:\Windows as the default location for system files? |
Windows 2000 |
Where are fonts stored on a Windows 7 system? |
%systemroot%\Fonts\ |
Which of the following best describes the use of Libraries in Windows 7? |
Special folders that group files and folders, possibly stored in both local or network locations, into a single logical folder. |
Which Windows version(s) use Libraries to logically group files? |
Windows 7 |
You need to see the temporary files on a machine running Windows 7. Which directory holds the user temporary files, and what environment variable stores the temporary directory path? (Select two.) |
C:\Users\username\AppData\Local\Temp %tmp% |
You need to install a 32-bit application on a 64-bit version of Windows 7. Where is the default directory where the application will be installed? |
%systemdrive%\Program Files (x86) |
Which of the following are true of Libraries in Windows 7? (Select two.) |
A single folder can be added to multiple Libraries. Each Library can contain multiple folders from different file system locations. |
You have a Windows 7 computer. You have created a custom Library using D:\Stats as the path to the Library. You want the files in the D:\Reports folder to be available in the Library you created. The files should also still be accessible using the D:\Reports folder. What should you do? 1. Copy the D:\Reports folder to the Library. |
Include the D:\Reports folder in the Library. |
Which of the following operating systems uses C:\Users\username as the default directory for |
Windows 7 Windows Vista |
You need to install a 32-bit application on a 32-bit version of Windows Vista. Where is the |
%systemdrive%\Program Files |
What is the path to the user profiles in Windows XP? |
%systemdrive%\Documents and Settings\ |
You recently purchased a new computer running Windows 7 for your company’s graphic designer. The graphic designer needs his design fonts removed from his old Windows 2000 computer and placed on his new computer. Assuming the default directories were used during installation for both systems, which action is correct? |
Copy the fonts from C:\Winnt\Fonts to C:\Windows\Fonts. |
Which option used with the copy command makes sure that all copied files are written correctly after they have been copied? |
/v |
You are working at the command line and want to add the Read-only attribute to a file and |
attrib +r -h |
You need to copy several hundred files from one directory to another. Most of the files exist in the target directory, but you want to overwrite the existing files with the ones you will copy. You want the file copy to proceed automatically without prompting you to overwrite existing files. Which copy command switch should you use? |
/y |
You want to set the encryption attribute for the C:\payroll.xls file. What should you do? |
Edit the properties of the file in Windows Explorer. |
Which of the following file extension types can be run from the command prompt? (Select |
.com .exe .bat |
Which of the following file extensions indicate a program file type? (Select two.) |
.com .exe |
How can you see a list of valid switches for the cd command? |
Type cd /? |
Which command would you use to change the current directory to the immediate parent |
cd .. |
Which of the following file extensions indicates a Windows system file? (Select two.) |
.vxd .dll |
What does the following command do? attrib +s +r -a myfile.dll |
Adds the System file attribute, adds the Read-only attribute, and removes the Archive attribute to the file myfile.dll. |
You have a file which you would like other users to see, but not modify. Which file attribute |
R |
Which commands can you use to create a new directory? (Select two.) |
mkdir md |
Which file attribute identifies the file as having been modified since the last backup? |
Archive |
A user needs to copy a file from an NTFS partition to a FAT32 partition. The file has NTFS permissions and the following attributes: Read only (R) and Encryption. When the folder is copied, which of the following is true? |
The R attribute is retained on the file. |
Which command would you use to copy all files in a directory, including all subdirectories (as well as empty ones)? |
xcopy/e |
Which of the following extensions identifies a program packaged for use by Windows Installer? |
.msi |
What does the /q switch with the rd command do? |
Will not prompt you to confirm deletions. |
What does the /a switch used with the copy command indicate? |
That the file is an ASCII text file |
How do you set file attributes? (Select two.) |
Right-click the file, then select Properties. Use the attrib command. |
Which command lets you delete subdirectories in addition to files in the current directory? |
rd/s |
Your computer has a single NTFS partition used for the C: drive with the following folders: |
Deny Read to Reports.doc; Allow Full Control to Costs.doc |
The D:\ drive in your computer has been formatted with NTFS. The Mary user account has |
Deny Full Control to both |
Your computer has a single NTFS partition used for the C: drive with the following folders: |
Allow Full Control to both |
The D:\ drive in your computer has been formatted with NTFS. The Sales group on your computer has been given Allow Full Control to the D:\Sales folder. The Mary user account is a member of the Sales group. How can you prevent Mary from accessing the D:\Sales\2010sales.doc file without affecting her ability to access any other files in that folder and without affecting the abilities of any other users? |
Edit the properties for the file; assign Mary the Deny Full Control permission. |
Mary and Pablo share a workstation doing customer support. Mary works in the morning, and Pablo works in the evening. One day Mary is helping a customer with a support issue. Because her shift is over, she creates a Word document with details about the customer she is helping. She saves it to the C:\Customer folder on the computer. When Pablo comes in, he is unable to open the file. What should you do? |
Modify the permissions on the document |
If a folder exists on an NTFS partition, what is the minimum permission needed by a user to set any security permissions on the folder? |
Full Control |
You have a hard disk that is formatted with the FAT32 file system. You would like to implement file and folder permissions on the Design folder that apply when files are accessed both locally and remotely. What should you do? |
Use the convert command to convert from FAT32 to NTFS, then configure NTFS permissions. |
Susan in accounting has left the company and been replaced by Manuel. You create a user account for Manuel on Susan’s computer. Manuel calls you and says that he can’t open a specific file on the computer. Which of the following will most likely correct the problem? |
Make Manuel the owner of the file. |
You manage two folders in your computer as follows: |
Permissions are removed from both files |
You manage two folders in your computer as follows: • C:\Confidential |
Allow Full Control to both |
(IT) Quiz 2
Share This
Unfinished tasks keep piling up?
Let us complete them for you. Quickly and professionally.
Check Price