• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/116

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

116 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

Your system volume is running out of disk space. You need to extend the system volume to give it more space. Which of the following conditions must be met to extend the system volume?

The system can only be extended using contiguous free space on the same disk &volume must be formatted with NTFS.

You want to combine storage 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. To use multiple disks in a single logical storage unit on your windows computer, upgrade all disks to dynamic and create spanned volume.

What are characteristics of extended partitions?

They are subdivided into logical drives. They cannot be formatted. Can only have single extended partition per disk. Can not be set to active therefore cannot boot the computer

Which two disk types does windows support?

Basic and dynamic.

Where is disk Management located within windows 7?

Computer management

Which tool would you use to create and delete partitions on a hard drive?

Use Disk Management to view modify and create partitions

You have a computer with a single hard disk configured as a basic disk with a single partition formatted with NTFS. The computer runs Windows 7 Enterprise. The disk has run out of space and 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 volume used by the c:\drive. You have previously upgraded the disk to dynamic disk. The disk has ran out of disk space. You need to add more space so you add a new hard drive. What should you do to add space to the c:\drive?

Create a mount point. A mount point is an empty folder on the existing volume that points to another partition.

You manage windows desktops for your organization. You recently updated all of your work stations to win 10. Your organization relies on a particular application, which worked correctly in earlier versions of Windows but now does not run on win 10. You have checked the application vendors website but there is no update available. What should you try next to run the application?

Create a virtual machine that runs older version of win or run in compatibility mode

You need to install a 32 bit application on a 32 version of Windows. Where is the default directory where the application will be installed?

%systemdrive%\program files because x86 only exists on 64 bit win

On a Windows 10 system, which task manager tab would you use to adjust the priority given to a specific program?

Details

You have an application that you would like to run every Monday at 3 p.m on your windows workstation. Which tool would you use to configure the application to run automatically?

Task scheduler

What Windows command line utilities would you use to realign the file structure con the disk to optimize performance?

Defrag

What disk maintenance utility optimizes the performance of your hard drive by verifying the file system integrity of a hard disk and fixing errors it detects?

Check disk

Your computer currently uses a 5,400 rpm hard disk. You want to improve your computer's overall performance by optimizing your hard disk performance. What would be the most effective means for optimizing your hard disk performance?

Upgrade to 10,000 RPM hard disk and upgrade your hard disk interface to SATA 3

What is required to control access to the file system using file and folder permissions in a Windows based computer?

NTFS-formatted partition

If you want to boot from a hard drive, what must it have?

Active partition

Which partition type identifies the partition as the one that holds the bootloader program used to start the os?

Active

What is true about primary partitions?

Type used on basic disks, active disk must be a primary partition.

You have added two new hard disks to a Windows computer. The disks are configured as basic disks. Which of the following could be configured on these disks?

Extended partitions w logical drives, primary partition

You have an extra disk on ur system that has three primary partitions and an extended partition w two logical drives. You want to convert the partitions to simple volumes, preferably without any data. What should you do?

Upgrade the disk to a dynamic disk

Which of the following is a command line utility that can be used to create, format and manage partition and volumes?

DiskPart

What conditions would prevent you from using a GUID partition table(GPT) when setting up a disk drive?

Setting up the drive to boot Windows 7 on a computer that uses traditional BIOS

What best describes the use of libraries in Windows?

Special folders that group files and folders, possibly stored in both local or network location, into a single logical folder

What is true with libraries ?

A single folder can be added to multiple libraries, each library contain multiple folders from different file system locations.

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 the installation for both systems, which action is correct?

Copy the fonts from C:\Winnt\Fonts to C:\windows\Fonts

You need to see the temporary files on a machine running Windows 7. Which directory holds the user temporary files, and which environment variable stores the temporary directory path?

C:\User\username\AppData\local\temp & %tmp%

%tmp%

Where are fonts stored in a Windows 7 system?

%systemroot%\Fonts\

What file system is the default location for the system files in Windows 10?

C:\Windows

What file extension types can be run from the command prompt?

.Exe,.Com, .Bat

What commands can you use to create a new directory?

MD and mkdir

Which command would you use to copy all files in a directory, including all subdirectories (as well as empty ones)?

xcopy /e

Which command lets you delete subdirectories in addition to files in the current directory?

rd /s

What command would you use to change the current directory to the immediate parent directory?

cd ..

What does the rd command do when used with the /q switch?

Will not prompt you to confirm deletions

Which option used with the copy command makes sure that all copied files are written correctly after they have been copied?

/v

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 are working at the command line and want to add the read-only attribute to a file and remove the hidden attribute. Which command would you use?

attrib +r -h

What extension identifies a program packaged for use my windows installer?

.msi

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?

Right-click the file, then select properties or use attrib command in from the command prompt

Which file attribute identifies the file as having been modified since the last backup?

Archive

You have a file which you would like other users to see, but not modify. Which attribute should you use?

"R" (read-only)

What file extensions indicatw a Windows file system?

.vxd and .dll

What are two file extensions that indicate a program file type?

.Com, .Exe

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

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.

Which command will display a list of files and subdirectories in a directory?

dir

Which command is used to copy entire folder structures between volumes or across a network while maintaining all NTFS file permissions and attributes?

robocopy

How can you reformat a drive from FAT32 to NTFS without losing the existing data?

Use the convert command at the command prompt

Which of the following utilities checks the disk for bad clusters

chkdsk

Which of the following utilities would you use to correct cross-linked clusters within the file system on a Windows workstation?

chkdsk

You have a small network. All computers are running Windows 7. You have created a homegroup for your network. You have a laptop that you use at work that runs Windows 7 professional. You connect the laptop to the network. You are unable to see shared files on other computers.what should you do?

Join the laptop to the homegroup

You have a Windows 7 computer connected to a small network that is not part of a domain. You want to see the computers and printers on the network. Which feature would you use?

HomeGroup

Your home computer belongs to a homegroup so that resources can be shared between other computers you have in your home. Where would you find the resources that are being shard from other computers?

In the library container in Windows explorer

A user needs to copy a file from an NTFS partition 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 of the following is the name of the core of the operating system that is loaded into memory when the system boots up?This part of the os is responsible for *controlling security*managing the file system*providing a platform for applications to run on

Kernal

You need to find a file that you saved on your computer. You will have to search for it bc u don't remember which directory it was save in. Which window feature improves the speed of the file searches on ur computer?

Indexing service

Which window component can be used to display information such as wx forcasts, time and news headlines on the desktop?

Gadgets

Which component of Windows prompts the user for credentials or permission to minimize the dangers of unintended software installations?

User account control (UAC)

Your computer has a quad core processor that supports multi-threading installed. Given that the system is running Windows, how can you verify whether multi threading has been enabled?

Task manager can display CPU utilization graphs for 8 procerssors

Ur computer seems to be running slow . In particular, u notice that the hard drive activity light stays lit constantly when running multiple applications and switching between open windows, even though you aren't saving large files. What could you do to t/s the problem?

Use the task manager to monitor memory utilization and use the resource monitor to monitor memory utilization

Match them

You have a computer that currently has Windows Vista installed. You want to upgrade the system to windows 10. You want to retain as much of the application, user profile and user data as possible. You want to perform the upgrade with the least amount of effort possible. What should you do?

Run scanstate in Windows Vista. Perform a clean(custom) installation of Windows 10 on the existing hard drive. Boot into Windows 10 and reinstall all applications. Run loadstate.

You manage over 100 desktop computers, all currently running Windows Vista. You recently purchased replacement computers that have windows 10 pre-installed. You want to move user data and settings from the old computers to new computers. Which tool should you use?

User state migration tool

You have two computers: computerA is running Windows 7 and computer B is running Windows 8.1. you need to transfer user profile information and data files from ComputerA to ComputerB. Which tools could you use to do this?

USMT (USMT) and windows easy transfer (small environments)

You have purchased a new computer that runs Windows 8.1. you would like to transfer all of the applications and user data from your old computer running Windows 7 to the new computer. How can you do this with the least amount of effort?

Run Windows easy transfer on the old computer and the new computer. Reinstall any applications

Your windows 7 client systems are joined to the westsim.com domain. To ensure correct time stamps are used, you need to verify that these clients are configured for the appropriate time zone. Which command can you use to do this?

w32tm /tz

Which printer permission would you assign to a user so that she can pause the printer?

Manage this printer

Advanced

Which acpi power state retains the contents in RAM, but turns all other components off?

Suspend

You want to use hibernation on your windows notebook. What does it need to have?

Enough free hard drive space

U have a Windows system shared by three shift workers. Files that are used by all users are stored in the D:\drive in various folders. The users have created hundreds of files on this drive and sometimes experience difficulty finding the files they need. What should you do?

Configure indexing to include the D:\ drive

U manage the desktop computers at your company. U are in charge of 100 computers, all of which run Windows 7. U want to upgrade all computers to windows 10. Prior to the upgrade, you need to verify the compatibility of each computer to Windows 10. U want to gather the necessary information as quickly as possible. What should you do ?

Use the Microsoft assessment and planning toolkit (MAP)

When you load a partition management utility on a workstation running an OEM version of Windows 8.1, you notice that there is a hidden partition located at the beginning of the workstations hard drive. You decide to delete it to free up space on the HDD. Should you do this?

No, this is the systems recovery partition.

What is true regarding the recovery partition on a Windows system?

The recovery partition can be used to restore the system to its original state where. Shipped from the manufacturer

Given that you are using a Windows 10 system, in which of the following situations would reverting back to a system restore point be the best option?

You recently installed a new application and now the system behaves erratically

What kind of situations would restoring from a backup be the best option?

1. You need to restore several word processing files that were accidentally deleted from you docs. 2. You accidently deleted several important emails and need to restore them

Refresh your PC

What remote access mechanisms on a Windows system lets you watch what a user is doing and, if necessary, take control of the users desktop to perform configuration tasks?

Remote Assistance

A user works primarily in your organizations production area. However, she frequently needs to access data stored on her windows 10 desktop system In her office while on the production floor. She would like to be able to use a system in the production to remotely access her desktop system. What group on her desktop system could you make her user account a member of to enable this configuration?

Administrators and remote desktop users

Remote desktop port?

3389

On a Windows 10 workstation, you want to use the storage spaces feature to create a logical drive. What components are used to configure storage spaces?

Windows 10 features a storage solution called storage spaces. What is the name of the storage spaces feature that allows to allocate space for redundant information using options that include two way mirroring, three way mirroring and parity?

Data resiliency

You have configured your Windows system to automatically backup user data every night at midnight. You also take a system image backup once a month. What else should you do to ensure that you are protected against data loss?

Regularly tst restoration procedures and store a copy of backups off site

You need to protect the user data on a Windows 7 system. Which tools could you use to do this?

Previous versions, back up and restore

U need to protect user data on a Windows 8.1 system. Which tools could you use to do this?

File history

You need to protect data data on a Windows 10 system. Which tools could you use to do this?

Backup and restore, file history

What is true if you accidently download a malware package from a phishing exploit and u boot into safe mode and use system restore point to a point in time before the malware infection occurred?

You must reinstall any applications that are installed after the restore point was taken and your user files were not affected when the system was reverted back to the restore point.

How would you view a list of all Iraq's and the device using EA IRQ?

In device manager, click view>resources by type

You manage a Windows system. You want to view info about your computer including CPU utilization and info about disk I/O operations. Which tools could you use to do this?

Performance monitor and task manager

You manage a Windows system. You want to view information about all the programs running on your system and sort EA program based on the amount of memory and CPU that the program uses.which tool would you use?

Performance monitor

What utility let's you customize the way Windows starts up?

Msconfig

On a Windows system, which task manager tab would you use to adjust the priority given to a specific program?

Details

What is the purpose is the dxdiag tool?

View information related to directx operation

What is the purpose of the Microsoft management console (MMC)?

Provides a common user interface for performing system administration tasks and provides a shell for running snap-ins

Your windows 7 client systems are joined to the WestSim.com domain.you need to verify that these clients are configured to get time from the correct time provider. Which commands can you use to do this?

w32tm /query /status and w32tm /query /source

Which option in the control panel is used to review a Windows systems status and resolve issues?

Action center

Hotfix

OS patch that corrects a specific known problem

What components can be updated by the windows update service?

O/s and critical driver files

You have a laptop running Windows 10. UAC has been disabled. How would you re enable UAC on the laptop?

1. In the control panel, select system and security, then security and maintenance 2. In the control panel, select user accounts, then user accounts

You want to configure UAC so that you see the permission prompt only when programs try to make changes to your computer (not when you make changes). You do not want the desktop to be dimmer when the prompt is shown. What should you do?

Disable secure Desktop

You want to configure the UAC so that when a UAC prompt is shown, the desktop is not dimmed, allowing you to continue working without responding to the prompt immediately. What should you do?

Edit settings in the local security policy

What aspects of virtual memory can you configure on a Windows workstation?

Maximum size of the paging file and location of the paging file

You have been having trouble with your laptop crashing. You would like your computer to create a memory dumped file when it crashes. Where should you place the paging file?

On the system volume

Which tool would you use to configure the paging file location and size on a Windows system?

Advanced system settings in the control panel

Given that a Windows 10 system has 16 GB of system RAM and three hard disks installed, which configuration change could you make to the paging file to increase system performance?

Add paging files to the E: and F: volumes

You have been asked to install Windows 7 on 10 different computers for a new branch office your company is setting up. The computers have been purchased from different companies and have different t hardware. Which method should you use to reduce the installation time and the effort you need to spend?

Unattended

Under what conditions should you choose exFAT over FAT32 or NTFS?

When formatting removable flash devices &storing files larger than 4GB in size

What is an advantage is an advantage of the exFAT file system over NTFS?

Lower memory and processor resource use

Another term for exFAT

FAT64

To protect a Windows 8.1 system, you've configured system restore to automatically protect your system using restore points. Will this adequately protect the user data on the system?

No, you need to enable file history.

What are functions performed by proxy servers?

Cache web pages and blocks employees from accessing certain websites