Operating systems (4) Flashcards
Your Windows 7 workstation has one physical hard drive with one partition that takes up the entire drive. You want to create a second partition on the drive. What is the easiest way to accomplish this?
Delete the partition and create two partitions.
Create a secondary partition within the existing partition.
Shrink the partition and create a second one in the empty space.
Shrink the partition and create a second one in the empty space.
With Windows Disk Management, you can shrink a partition. Then with the empty space, you can create a new partition. Remember that you can have a maximum of four partitions if on an MBR drive. Drives partitioned as dynamic disks do not have the four partition rule
You have a Windows 7 workstation, and you are planning system configuration changes. Which utility allows you to make a backup of your system configuration before making these changes?
System Restore
Windows Backup
BitLocker
System Restore
Restore points are created 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
You are at a Windows 8.1 command prompt. Which command can you type to see a list of system commands available to you?
dir
list
help
help
The help command does what it says: It gives you help. If you just type help and press Enter, your computer gives you a list of system commands that you can type. To get more information, type the name of a command that you want to learn about after typing help. For example, type help rd and press Enter, and you will get information about the rd command
A Windows 7 workstation will not boot properly. Upon boot, you receive the error message, “Boot sector not found.” You boot to the Windows installation CD and enter the Windows Recovery Environment. Which command should you use to fix this error?
bootrec. exe /rebuildbcd
bootrec. exe /fixmbr
bootrec. exe /fixboot
bootrec.exe /fixboot
The bootrec.exe utility can be run in Windows 8/8.1, Windows 7, or Windows Vista to interact with the Master Boot Record (MBR), boot sector, or Boot Configuration Data (BCD) store. The options for bootrec are /fixboot (to write a new boot sector), /fixmbr (to write a new MBR), /rebuildbcd (to rebuild the BCD store), and /scanos (to scan all disks for installations the Boot Manager menu is not listing)
You need to format a hard drive so you can install Windows 7 on it. Which file system will you not be able to choose?
NFS
FAT32
ext4
ext4
The ext3 and ext4 file systems are supported by Linux but not natively by Windows Vista, Windows 7, or Windows 8/8.1
Which feature of Windows Vista, Windows 7, and Windows 8/8.1 allows you to use a removable drive as temporary cache space to speed up the system?
OneDrive
ReadyBoost
Shadow Copy
ReadyBoost
ReadyBoost allows you to use free space on a removable drive (usually USB) as virtual memory and speed up a system. For the option even to be possible, at least 256 MB of space must be available on the removable media. ReadyBoost is configured from the ReadyBoost tab of the Properties dialog box for the removable media device
You have purchased a dozen Windows 8.1 workstations from a computer vendor. The vendor has set aside space on the hard drive to hold an extra copy of key operating system files. What is this space called?
Restore partition
Recovery partition
Reinstallation partition
Recovery partition
A recovery partition is an area of the hard drive set aside to hold files that can be used to recover the operating system in the event of a failure. You can copy the information from this partition to another location (usually a USB drive) to use in the event that the partition fails
You want to configure a Windows 8.1 workstation to boot from an external hard drive. Which of the following must be true for that to happen? (Choose two.)
The drive must be USB.
The computer’s BIOS must support it.
BitLocker needs to be enabled.
The external drive must be listed in the BIOS boot order.
The computer’s BIOS must support it.
The external drive must be listed in the BIOS boot order.
Rather than booting from an internal drive, it is possible to install and boot Windows from an external drive if your BIOS supports it (and looks for the external drive in the boot order). As silly as it sounds, bear in mind when taking the exam that an external drive will not boot if it is not found at startup
Which version of Windows was the first to feature side-by-side apps, where two applications can be snapped to the side of a widescreen display, each taking up half of the screen?
Windows Vista
Windows 7
Windows 8
Windows 8
Windows 8 was the first to feature side-by-side apps. Snapped applications will take up half of the screen by default. On larger screens, up to four apps can be snapped. Windows 7 does allow vertical or horizontal stacking of application displays by right-clicking on the Taskbar and choosing to show the windows stacked. Not exactly the same, but similar
The data storage partition on your Windows 7 workstation is nearly out of room. It’s configured as a basic volume. What needs to be true for you to extend this partition? (Choose two.)
You need to convert it to a dynamic volume.
It must be formatted with NTFS.
It must be extended into contiguous free space.
It must be a primary partition.
It must be formatted with NTFS.
It must be extended into contiguous free space.
In Windows Vista and newer, you can extend existing partitions to give them more space, provided of course that the hard disk has unpartitioned space available. To extend a basic volume, it either needs to be raw or formatted with NTFS, and you can only extend it into contiguous disk space. Both primary and extended partitions can be extended. Only dynamic disks can be extended into noncontiguous space
You have a Windows 7 workstation configured in a workgroup. Before you reboot your computer to apply a change, you want to be sure that no one else is remotely connected to your workstation. Which administrative tool can you use to do this?
Users and Groups
Performance Monitor
Task Manager
Task Manager
Task Manager’s Users tab provides you with information about the users connected to the local machine. You’ll see the username, ID, status, client name, and session type. You can right-click the name of any connected user to perform a variety of functions, including sending the user a message, disconnecting the user, logging off the user, and initiating a remote-control session to the user’s machine
You are installing a new network for a small office. They are concerned about security and therefore want it managed by one computer. When installing the Windows computers, what type of network setup will you choose?
HomeGroup
Distributed
Domain
Domain
A domain is a group of computers that are tightly connected or associated and share a common domain name. It has a single authority (called a domain controller) that manages security for all of the computers. All users will log in to the Windows domain using their centrally created user account
You are at a Windows 7 command prompt. A process has frozen and is making the computer slow to respond. What is the syntax used to find the process and how much CPU time it has used?
tasklist /s
tasklist /v
tasklist /c
tasklist /v
The tasklist utility is used at the command line to see a list of all the running processes (and their process ID number), similar to what you see in the GUI by using Task Manager. By default, it shows the processes on the current machine, but the /s switch can be used to see the processes on a remote machine. /svc will show the services hosted in each process, and you can use /u if you need to run the command as another user. The /v switch is for verbose mode, which will show details such as CPU time and memory usage. /c is not a valid tasklist switch
You are migrating user files and applications for a few user accounts from Windows Vista to Windows 7. Which tool does Microsoft recommend you use to make this transfer?
User State Migration Tool (USMT)
Windows Easy Transfer (WET)
Windows Migration Tool (WMT)
Windows Easy Transfer (WET)
If you are migrating only a few accounts, Microsoft recommends Windows Easy Transfer (WET) instead of USMT. You don’t need to use either one if you chose the Upgrade option and are doing an inplace upgrade because user files and applications are preserved
You are at a Windows 8.1 command prompt, in the D:\users\jdoe\files directory. What command can you use to get to the D:\ directory?
cd\
cd..
cd/
cd\
The cd, md, and rd commands are used to change (or display), make, and remove directories, respectively. They’re shorthand versions of the chdir, mkdir, and rmdir commands. To get back to the root directory, use cd\; the cd.. command will take you up one directory