Operating systems (3) Flashcards

1
Q

The hard drive performance on your Windows 7 workstation has deteriorated over time. To attempt to help performance, you want to ensure that files on the hard drive are written in contiguous blocks. Which administrative tool should you use to make this happen?

Disk Management

Disk Defragmenter

Disk Optimizer

A

Disk Defragmenter

When files are written to a hard drive, they’re not always written contiguously or with all the data in a single location. Defragmenting a disk involves analyzing the disk and then consolidating fragmented files and folders so that they occupy a contiguous space (consecutive blocks), thus increasing performance during file retrieval. The executable for Disk Defragmenter is DEFRAG.EXE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A member of your sales team wants to work from a remote location while traveling. The location he is going to does not have high-speed Internet, and he will be connecting to the network using a modem. When Windows Vista asks what type of networking connection he wants to establish, what should he choose?

Wired

Wireless

Dial-up

A

Dial-up

If you are using a modem to connect to the Internet, then the type of connection you are establishing is a dial-up connection. Internet access will be slow and painful!

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the name of the user interface introduced with Windows 8?

Aero

Metro

WinPE

A

Metro

Microsoft came up with a new user interface for Windows 8. This was originally called the Metro interface, but the name was changed after its release to the new Windows UI (or the Windows 8 UI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

One of your workstations is running Windows 7 and has been occasionally crashing. You believe it’s an OS issue and not a hardware issue. You decide to upgrade the computer to Windows 8.1; however, you want to avoid continuing to have errors if they were software related. What type of installation should you perform?

Unattended

Migration

Clean

A

Clean

The best plan in this scenario is to format the hard drive, which by definition makes it a clean installation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You have a Windows 7 command prompt open. You are in the D:\users directory and want to copy all 20 of the files with a .doc extension into the D:\files directory. Which of the following statements is true?

You need to copy the files one at a time.

You can use the command copy *.doc d:\files.

You can use the command copy all.doc d:\files.

A

You can use the command copy *.doc d:\files.

The copy command makes a copy of a file in a second location. (To copy a file and then remove it from its original location, use the move command.) One useful tip is to use wildcards. For example, the asterisk (*) is a wildcard that means everything. So, you could type copy *.exe to copy all files that have an .exe filename extension, or you could type copy . to copy all files in your current directory. The other popular wildcard is the question mark (?), which does not mean everything but instead replaces one character. The copy abc?.exe command would only copy exe files with four-letter names of which the first three letters are abc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

After you install Windows 8.1, you notice that an application called Windows Firewall is enabled. What is Windows Firewall designed to help protect your computer against?

Spyware

Fires

Malicious network traffic

A

Malicious network traffic

Windows 7 incorporates Windows Firewall, which can be used to stop incoming and outgoing network traffic. Traffic is allowed or denied by specific rules that are part of an access control list (ACL). By default, Windows Firewall blocks incoming traffic. One example of custom configuration is to create exceptions, where you can specify the incoming traffic you want to allow through

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A Windows Vista user uses a lot of memory-intensive applications and has been recently getting “out of memory” error messages. Her computer has 16 GB RAM and can’t be upgraded any further. You want to ensure that her system has ample virtual memory as well; what is the minimum recommended size that her swap file should be?

16 GB

24 GB

48 GB

A

24GB

In general, the swap file should be at least 1.5 times the amount of RAM in the machine. You should place the swap file on a drive with plenty of empty space. As a general rule, try to keep 20 percent of your drive space free for the overhead of various elements of the OS, like the swap file. Do not set the swap file to an extremely small size. If you make the swap file too small, the system can become unbootable, or at least unstable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You are going to install a Windows 8.1 workstation from an image located on a server. What does the workstation need to support to enable this installation?

Netboot

PXE boot

USB boot

A

PXE boot

An install can be started many ways—with a USB drive, a DVD, and so on—and an image and setup files can also be located on and installed from a network, thus saving you from having to keep all the files on the local machine. Often called a PXE-initiated boot (for Pre-boot Execution Environment), it allows the workstation involved in the installation to retrieve the files from the network, as needed, and configure variables accordingly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The ability to have a Windows Taskbar appear on multiple monitors was introduced with what version of Windows?

Windows 8

Windows 7

Windows Vista

A

Windows 8

Multiple monitors have been available with Windows for some time, but not until Windows 8 has it been possible to have a Taskbar appear in each monitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

You have chosen to install Windows 8 Pro on a workstation that is currently running Windows 7 Professional. You choose a Custom installation and format the hard drive. What type of installation are you performing?

Migration

Clean

Upgrade

A

Clean

Whenever you format the hard drive, the old operating system is removed. Therefore, it is a clean install

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You are at a Windows 8 command prompt. Which command allows you to copy files and directories, copy NTFS permissions, and mirror a directory tree?

copy

xcopy

robocopy

A

robocopy

The robocopy utility (Robust File Copy for Windows) is included with recent versions of Windows and has the big advantage of being able to accept a plethora of specifications and keep NTFS permissions intact in its operations. The /mir switch, for example, can be used to mirror a complete directory tree

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You need to install Windows 7 onto several client computers that currently have no OS. You have created a PXE server and will perform the installation over the network. What is required to create the PXE environment?

WinPE

WinRE

A flash drive

A

WinPE

You can boot a PC over the network (rather than from a DVD, USB, or hard disk) with the Windows Preinstallation Environment (WinPE), which is a stub operating system that creates a Pre-boot Execution Environment (PXE). Netboot is the process of booting the OS from the network, such as from a thin client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A user has poor eyesight and is having trouble reading the small fonts on his monitor, including Windows Desktop icons. What should you do to make everything on the Windows Desktop appear larger?

Open Control Panel ➢ Appearance and Personalization and decrease the resolution.

Open Control Panel ➢ Appearance and Personalization and increase the resolution.

Open Control Panel ➢ Appearance and Personalization and decrease the refresh rate.

A

Open Control Panel ➢ Appearance and Personalization and decrease the resolution.

The screen resolution determines the number of pixels that go across and down to make up the screen image. Decreasing the resolution in effect makes each pixel bigger, thereby making images on the screen larger. Resolution, color depth, and refresh rate are set in Display or Display Settings in Control Panel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You are installing a Windows Vista workstation. When you’re joining the network, it asks for the location of your computer. The choices are Home, Work, and Public. Which of the following statements about these choices is true?

Home has network discovery turned on and Windows Firewall turned off.

Home and Work have network discovery turned on but Windows Firewall turned off.

Home and Work have network discovery turned on.

A

Home and Work have network discovery turned on.

Both the Home and Work settings for Windows Vista and Windows 7 have network discovery on by default. This means that you can see other computers and other computers can see you. If you choose Public, network discovery is turned off. None of the options affects Windows Firewall

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A Windows 7 computer in your office is being used as a file server by the sales team. There is a folder on the D: drive named DailyReports where the sales team files their reports. The D: drive is now full. What is the easiest way to provide more capacity and not disrupt access to the folder?

Mount a new hard drive as a subfolder in DailyReports.

Extend the D: partition so it has more room.

Add another hard drive and create an array for the D: drive.

A

Mount a new hard drive as a subfolder in DailyReports.

By mounting a drive, you can map a folder or subfolder to empty space on another hard drive or partition. For example, if the computer has a second hard drive with a partition that has space, you can create a folder there and then mount it as a subfolder of the DailyReports folder on the D: drive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A user’s Windows 7 workstation is having memory issues. You want to look and find the user’s virtual memory file to see how large it is and whether it has enough space on the hard drive. What is the name of the file you are looking for?

swapfile. sysSWAPFILE.SYS
pagefile. sysPAGEFILE.SYS
vmemory. sysVMEMORY.SYS

A

pagefile.sysPAGEFILE.SYS

Virtual memory uses what’s called a swap file, or paging file. A swap file is hard drive space into which idle pieces of programs are placed while other active parts of programs are kept in or swapped into main memory. In Windows, the swap file is called pagefile.sys, and it’s located in the root directory of the drive on which you installed the OS files. By default, the swap file is a hidden file

17
Q

You are at a Windows Vista command prompt. You need to create a directory named files on the D: drive. What is the proper command and syntax to do this?

cd d:\files

cd files d:\

md d:\files

A

md d:\files

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

18
Q

A user’s Windows 7 workstation seems to be using an excessive amount of memory. Which management tool can you use to identify the application that is using the most memory?

Performance Monitor

Computer Management

Task Manager

A

Task Manager

Task Manager is a multifunctional tool that shows you applications that are running as well as their individual CPU and memory usage. In addition, it lets you see network usage and connected users

19
Q

What command-line tool allows you to view the network configuration on a Windows system?

ipconfig

ifconfig

tracert

A

ipconfig

The command-line utility ipconfig will display network configuration information, including the current adapters’ IP address (IPv4 and/or IPv6), subnet masks, and default gateway. Command switches such as /all will present much more detailed information. The command ifconfig is the equivalent for Linux and Unix-based systems

20
Q

A Windows 8 workstation appears to have an application that’s locked up, but the keyboard is still responsive. Which system tool can you use to kill the application?

Performance Monitor

Task Manager

Computer Management

A

Task Manager

Task Manager is a multifunctional tool that shows you applications that are running as well as their individual CPU and memory usage. You can also use Task Manager to force applications or processes to shut down

21
Q

Which of the following file systems was not designed for hard drives but rather for optical media?

CDFS

ExFAT

FAT32

A

CDFS

While not a file system that can be used on a hard drive, CDFS is the file system of choice for CD media, and it has been used with 32-bit Windows versions since Windows 95. A CD mounted with the CDFS driver appears as a collection

22
Q

You are trying to troubleshoot a remote Windows 7 workstation and want to use Remote Assistance. However, the workstation will not allow you to connect. Where do you tell the user to go to enable Remote Assistance connections to her computer?

Computer Management ➢ Remote

Advanced Security ➢ Remote

System Properties ➢ Remote

A

System Properties ➢ Remote

The Remote Assistance feature is turned on in System Properties, on the Remote tab

23
Q

You need to establish a connection to a remote Windows Desktop. Which Windows system utility allows you to set up and configure this type of connection from the command line or through a graphical interface?

MMC

MSTSC

RDPCON

A

MSTSC

MSTSC (Remote Desktop Connection) is used to configure remote Windows Desktop connections. It offers a glut of options and can be started from the command line, or it can be configured through the graphical interface