Operating systems (6) Flashcards
You are at a Windows Vista command prompt in the D:\files directory. You want to display all files that have the archive bit set. Which command should you use to do this?
dir /d:a
dir /q:a
dir /a:a
dir /a:a
The dir command shows a directory listing. The /a switch displays only files with specified attributes
You have just installed a new Windows 7 workstation. You want to ensure that all new operating system patches are installed automatically when they become available. Which administrative tool do you configure to do this?
System Monitor
Advanced Security
Windows Update
Windows Update
Windows includes Windows Update, a feature designed to keep Windows current by automatically downloading and installing updates such as patches and security fixes. By default, Windows Update will run automatically when any administrator user is logged in. If you want to run it manually, however, you can always do so
You want to create a Windows Desktop shortcut on your Windows 7 computer to a Windows management tool that gives you quick access to manage hard drives, user accounts, scheduled tasks, and Event Viewer. What should you create a shortcut for?
MSINFO32.EXE
SERVICES.MSC
COMPMGMT.MSC
COMPMGMT.MSC
One Microsoft management tool allows you to manage hard drives, users and groups, scheduled tasks, and Event Viewer, and that tool is Computer Management. The executable file for Computer Management is COMPMGMT.MSC
Which Windows 7 utility allows you to review recent messages and resolve problems, see your computer’s security status, and perform troubleshooting and maintenance steps?
Control Panel
Action Center
System and Security
Action Center
Available in Windows 7 and Windows 8, Action Center (Control Panel ➢ System and Security ➢ Action Center) is a central dialog for dealing with problems, security, and maintenance
Several workstations in your office are running Windows XP Professional. You want to upgrade them to Windows Vista. To which versions of Vista can you upgrade Windows XP Professional? (Choose two.)
Windows Vista Enterprise
Windows Vista Home Premium
Windows Vista Ultimate
Windows Vista Business
Windows Vista Ultimate
Windows Vista Business
Windows XP Professional can be upgraded only to Windows Vista Business or Windows Vista Ultimate. Windows Vista Enterprise is typically installed as a clean install. It can be installed only as an “upgrade” to Windows Vista Business
You have just installed a Windows Vista workstation for a user. Company policy is that the user’s TEMP folder should not be located on the system partition. Which administrative tool can you use to change the location of the user’s temporary files folder?
Computer Management
Users and Groups
Local Security Policy
Users and Groups
The user’s TEMP directory is a user environment variable and is accessed through Users and Groups (or User Accounts)
You are installing Windows Vista on an empty mechanical hard drive. When formatting the drive, you want to choose a file system that is lightweight. The user is not concerned about data security. Which file system best meets the user’s needs?
NFS
NTFS
FAT32
FAT32
FAT32 is lightweight and relatively fast. It allows for 32-bit cluster addressing, which provides for a maximum partition size of 2 terabytes (2,048 GB). It also includes smaller cluster sizes to avoid wasted space. FAT32 support is included in current Windows versions. FAT32 does not have individual file security permissions
You have a desktop running Windows Vista Home Basic 32-bit and want to upgrade your OS. To which of the following operating systems can you perform an in-place upgrade?
Windows 7 Ultimate 32-bit
Windows 7 Professional 64-bit
None of the above
Windows 7 Ultimate 32-bit
Windows Vista Home Basic is upgradeable to Windows 7 Home Premium or Windows 7 Ultimate but not Windows 7 Professional
Which Windows Vista utility provides a single interface for configuring your firewall, getting automatic updates, and setting up malware protection?
Action Center
Security Center
Windows Defender
Security Center
In Vista, Windows Security Center provides a single interface for firewall settings, automatic updating, malware protection, and other security settings. In Windows 7, other options were added, and it was renamed to Action Center
One of the developers in your organization has created a new software package for Windows 8.1 client computers. He wants to custom configure application-specific access permissions. Which administrative tool would he use to do this?
System Configuration
Advanced Security
Component Services
Component Services
Component Services is an MMC snap-in in Windows 7 that allows you to administer, as well as deploy, component services and configure behavior such as application-specific security. If you hear the terms DCOM or COM+ mentioned in conjunction with Windows, Component Services is the tool needed for their management
Several workstations in your office are running Windows Vista Business. You want to upgrade them to Windows 8.1 Pro. Which of the following statements is true?
There is no direct upgrade path from Vista to Windows 8.1. You must perform a clean install.
You can upgrade Windows Vista Business only to Windows 8.1 Enterprise.
You can upgrade Windows Vista Business only to Windows 8.1 Basic.
There is no direct upgrade path from Vista to Windows 8.1. You must perform a clean install.
There is no direct upgrade path from Windows XP or Vista to Windows 8/8.1. You must do a clean installation. You can upgrade from Windows Vista to Windows 7 and then upgrade Windows 7 to Windows 8/8.1
You want to format a hard drive with the NFTS file system. It’s the D: drive on a Windows Vista computer. Which command do you use at the command prompt to do this?
format d: /fs:ntfs
format d: /ntfs
format d: /v:ntfs
format d: /fs:ntfs
The format command is used to format hard drives. Before you format any drive, be sure that you have it backed up or are prepared to lose whatever is on it. The /fs:[filesystem] switch specifies the file system
You are trying to update a Windows Vista workstation. After you make changes to the configuration, the system does not boot properly. Another technician suggests reverting the OS to the previous configuration settings. Which tool can you use to do this?
Computer Management
System Restore
System Configuration
System Restore
To revert to a previous configuration, you need to apply a restore point. Restore points are created and managed in the System Restore utility. A restore point is a copy of your system configuration at a given point in time. Restore points are useful for when Windows fails to boot but the computer appears to be fine otherwise, or when Windows doesn’t seem to be acting right and you think it was because of a recent configuration change
A user reports that it seems like her network performance has recently become very slow. While investigating her network card properties, you notice that her network card is set to half duplex. What does this mean?
The switch that she is connected to configured her network card to operate in this mode for backward compatibility.
The card needs to be set to simplex mode for it to run faster.
The card needs to be set to full-duplex mode for it to run faster.
The card needs to be set to full-duplex mode for it to run faster.
Duplexing is the means by which communication takes place. With full duplexing, the network card can send and receive at the same time. The main advantage of full-duplex over half-duplex communication is performance. NICs can operate twice as fast in full-duplex mode as they do normally in half-duplex mode
You have recently deployed a custom application to several Windows workstations on your network. The application appears to have a bug, and the developer suggests you edit the Registry to fix it. Which administrative tool would you use to do this?
MSINFO32
COMMAND
REGEDIT
REGEDIT
Windows configuration information is stored in a special configuration database known as the Registry. This centralized database also contains environmental settings for various Windows programs. To edit the Registry, use the REGEDIT tool. Be careful, though, because an incorrect Registry change can render a system inoperable