Operating System 3 revision Flashcards
Functions and Definition
You decide to edit the boot order for your Windows 10 computer using the MSCONFIG utility. To which file is this edit saved?
A)boot.ini
B)BCD
C)bootmgr
D)Ntoskrnl.exe
When you edit the boot order for a Windows 10 computer using the MSCONFIG utility, the changes are saved in the Boot Configuration Data (BCD) file. You can select the boot order on the Boot tab of the System Configuration utility (note that the OS you want to select must already be installed):
The BCD file is the file that replaced the boot.ini file. The boot.ini file was used in Windows XP and earlier, and the BCD file is used in Windows Vista and later. The BCD holds configuration data about which operating systems are installed. You cannot copy a BCD file from another computer and expect it to work properly. The MSCONFIG utility is used to edit the BCD file. You can also use Advanced Recovery Options and the BCDEdit.exe tool in Windows 7 and later to change the boot options. You can use the BCDBoot command to set up or repair the boot menu.
You need to upgrade a computer running Windows 8.1 Core to Windows 10. To which editions of Windows 10 can this computer be upgraded? (Choose all that apply.)
A)Windows 10 Education
B)Windows 10 Enterprise
C)Windows 10 Pro
D)Windows 10 Home
Windows 8.1 Core can be upgraded to Windows 10 Home, Pro, or Education.
You need to view the contents of a Windows 10 update. Which command-line tool should you use?
A)XCOPY
B)EXPAND
C)COPY
D)EXTRACT
You can view the contents of a Windows 10 update file by using the EXPAND command.
EXTRACT allowed you to pull one or more files out of a CAB file. This command was deprecated in Windows XP and above.
COPY allows you to duplicate a file or folder.
XCOPY duplicates a folder, including subfolders and files.
To use the EXPAND command, run the CMD command to open the command-line prompt, and then type EXPAND. The command line options are as follows:
-r – renames expanded files
-D – displays the list of files in the source file
Source – specifies the source file to use
-F:filename – specifies the name of the files to expand from the source file
Destination – specifies the destination location
Which of the following statements is true about an in-place upgrade and a clean installation?
A )An in-place upgrade can always be used when upgrading from a previous operating system version.
B) An in-place upgrade installs the operating system files and retains user settings.
C) A clean installation installs the operating system files and retains user settings.
D) A clean installation does not require the reinstallation of applications.
The difference between an in-place upgrade and a clean installation is that an in-place upgrade installs the operating system files and retains user settings, while a clean installation installs the operating system files and does not retain user settings. An in-place upgrade can only be used when the operating systems are closely related, and must follow a certain upgrade path. A clean installation will require the reinstallation of applications.
Christine, a member of the IT department, has contacted you saying she wants to organize the contents of her My Documents folder into subfolders. She wants to do it from the command prompt. Which command should she use?
A) cd
B) dir
C) ren
D) md
The md command should be used to create new folders and subfolders.
You need to check the startup configuration for several services. From which tools can you access the Services console? (Choose all that apply.)
A) System Properties
B) Device Manager
C) Computer Management
D) Administrative Tools
You can access the Services console from the Computer Management console or the Administrative Tools console. All of these tools have a console called Services. You can also access the Services console using the Microsoft Management Console (MMC) by typing services.msc in the Run dialog box.
What should be your primary consideration when upgrading from a previous version of Windows to Windows 10?
A)Load alternate third-party drivers when necessary
B)Prerequisites/hardware compatibility
C)Time/date/region/language settings
D)OS compatibility/upgrade path
Your primary consideration when upgrading from a previous version of Windows to Windows 10 should be the OS compatibility/upgrade path. For example, if you want to upgrade from Windows 8 to Windows 10, you must install Windows 8.1 first.
You are the desktop support technician for your company. You are working on a computer running Windows 10 that has two hard disk drives, named HDD1 and HDD2. You want to copy the entire file and folder structure from HDD1 to HDD2 in the most efficient manner.
Which command-line tool should you use?
A)copy.exe
B)diskcopy.exe
C)move.exe
D)xcopy.exe
You should use the xcopy.exe command-line tool. Xcopy.exe allows you to copy files and folders, including subfolders. Xcopy.exe is useful when you want to efficiently duplicate multiple files and folders from one location to another.
You need to run Disk Defragmenter, but several other applications are running. Why should you shut down all running applications first?
A)I f the other applications are running, Disk Defragmenter offers to run at the next bootup time.
B) Running other applications may result in disk write operations forcing Disk Defragmenter to restart continually.
C) Disk Defragmenter requires exclusive access to drives.
D) Running applications prevent Disk Defragmenter from being launched.
Running other applications may result in disk write operations, forcing Disk Defragmenter to restart continually. Disk Defragmenter reorders file contents on the disk in an attempt to store each file in a contiguous sequence of disk storage blocks. Any application that is running and writing data to the disk may disrupt the ordering carried out by Disk Defragmenter and force the defragmentation process to be restarted.
You are installing an operating system on a drive that appears to have sector issues. Which formatting option should you use?
A)ExFAT
B)Full Format
C)NTFS
D)Quick Format
When you are installing an operating system on a drive that appears to have sector issues, you should use full format. A full format will take much longer than a quick format because a full format checks for bad sectors. It is critically important that the boot drive be properly formatted with the correct partitions and format.
You run the systeminfo command on a Windows 10 computer. What will NOT be displayed?
A) virtual memory statistics
B) domain name
C) boot options
D) installed hotfixes
Boot options are not displayed when you run the systeminfo command on a Windows 10 computer. Boot options are displayed on the Boot tab of the System Configuration utility.
When you start Windows 10, an error message is displayed that indicates that a service failed to load.
Which utility can you use to determine why the service failed to load?
A)Event Viewer
B) Network Monitor
C) Resource Meter
D) System Configuration
In Windows 10, a service that fails to load generates an event. You can use the Event Viewer utility (eventvwr.msc) to view the event and help you determine why the service failed to load. Any event that generates a message can be located in Event Viewer, which is helpful when a user cannot remember the exact wording of an error message.
You are working at a client site and need to connect securely to the network at your home office. Which secondary network connection will allow you to do that?
A)WWAN
B)VPN
C)Wireless
D)Dial-up
A VPN connection, which is a secondary network connection, will allow you to securely connect to the network at your home office. A VPN requires that you first have an Internet connection. Once the Internet connection is established, you can then launch a secure VPN connection to your home office.
Your organization has several computers that are currently operating on Windows 8.1. You have been tasked with upgrading these computers to Windows 10. What are the hardware requirements needed to install Windows 10 64-bit on these devices? (Choose all that apply.)
A) DirectX 8-compatible graphics card
B) 1 GHz processor
C) 2 GB of RAM
D) 16GBs of hard drive space
To install Windows 10 64-bit onto a computer, it needs a minimum of a 1-GHz processor and 2 GB (gigabytes) of RAM.
Which Microsoft utility provides drive-level encryption?
A) BitLocker
B) TrueCrypt
C) Symantec Drive Encryption
D) DiskCryptor
BitLocker is Microsoft’s utility that provides drive-level encryption. It is available in Windows 10 Pro and Pro for Workstations, Windows 10 Enterprise, and Windows 10 Education, but not Windows 10 Home. BitLocker provides administrators with the ability to encrypt the contents of an entire drive. BitLocker To Go allows administrators to encrypt the contents of flash drives.
You are connecting to a wireless network at a coffee shop. How should you classify that connection when prompted?
A)Work
B)Public
C)Private
D)Home
When you are connecting to a wireless network at a coffee shop, you should classify that connection as Public when prompted. When in doubt, choose Public, unless you need to share files or printers.
You need to schedule several disk maintenance tasks on a Windows computer. Where should you go to schedule these tasks?
A)Open Task Manager
B)Open Task Scheduler
C)Right-click the commands for the tasks
D)Double-click the commands for the tasks
You should go to the Actions pane in Task Scheduler to schedule disk maintenance tasks. To get to the Task Scheduler, type Task Scheduler in the search bar. This will open the Task Scheduler console. You can also type taskschd.msc in the Run command prompt
You have installed several 32-bit and 64-bit applications on a Windows 10 64-bit computer. What is the installation folder for the 64-bit applications?
A)C:\Program Files (x86)
B)C:\Program Files
C)C:\Program Files (x64)
D)C:\Windows\System32
The default installation folder for 64-bit applications in any edition of Windows is C:\Program Files, regardless of whether it is running a 32-bit or 64-bit version of the operating system.
You want to install Windows 10 32-bit edition on a new computer. Which hardware is NOT a minimum requirement?
A) DirectX 9 graphics card
B) 2 gigabytes RAM
C) 16 GB available hard drive space
D) 1 gigahertz processor
To install Windows 10 32-bit on a user’s computer, you do not need 2 GB of RAM. This amount of hard drive space is needed for the 64-bit versions of Windows 10. The 64-bit versions need 2 GB of RAM.
A user has connected a second monitor to his Windows 10 computer. The new monitor is detected. However, the dual-monitor configuration is not configured as he wants it. What should the user do to change the dual-monitor configuration of the monitors?
A) Right-click the desktop and select Gadgets.
B) Navigate to Control Panel\Appearance and Personalization\Display\Adjust Resolution\Advanced Settings.
C) Right-click the desktop and select Personalize.
D) Right-click the desktop and select Display Settings.
The user should right-click the desktop and select Display Settings. From there the user can adjust and display orientation and detect different display options. The Display Settings is shown in the following exhibit:
Which security considerations should you take into account when installing and configuring applications on Windows desktops? (Choose all that apply.)
A) User privileges
B) Turning Windows features on or off
C) Remote PC access
D) Impact to device
You should consider the impact to the device, user privileges, and whether Windows features will be enabled or disabled as a result of the installation.
You should consider the impact to the device, specifically the application’s access to the device’s files, settings, and user accounts. If, for example, the application accesses information in the cloud, you might be vulnerable to an attack. You should also consider whether the application is allowed to make changes to the underlying operating system settings, registry keys, or inbound connections.
You might also want to consider which user privileges are required to install and run the application. User Account Control (UAC) will limit the users that will be able to install applications on a Windows computer. An administrative-level account is required to do this.
You should consider whether the application will enable or disable Windows features. If you have to disable Windows Firewall to install an application, what vulnerabilities does this expose?
A user contacts you asking if she should run the chkdsk command on her computer. Why would you use this command?
A) To repair the master boot record (MBR) on the boot partition
B) To check the specified drive and repair possible problems
C) To write new boot sector code on the system partition
D) To manage hard drive partitions
command checks the specified drive and repairs possible problems
You know you saved a file named FILECHK in the D:\MYDOCS directory, but you do not remember the location or the extension. You run the dir D:\MYDOCS\FILECHK.* /S command. What would this command accomplish?
A) It locates all files that have names starting with FILECHK on the default drive.
B) It locates a file named FILECHK.* on the default drive.
C) It locates all files that have names starting with FILECHK in the MYDOCS directory of drive D, including the subdirectories.
D) It locates all the files and directories that have the name FILECHK with any file extension in the MYDOCS directory of drive D, including the subdirectories.
The dir command locates all the files and directories that belong to the specified path and match the file name specified as part of the command. The D:\MYDOCS\FILECHK.* specification matches any file or directory that has the name FILECHK and any extension. The search starts with the D:\MYDOCS directory and searches all the subdirectories, as specified by the /s switch.
A user that has a Windows 10 laptop is frequently away from the office. During that time, he needs access to several files that are on the network. What should you do?
A) Enable BitLocker To Go.
B) Enable BitLocker.
C) Create a Windows 10 library.
D) Enable offline files.
You should enable offline files. The offline files feature allows users to access network files even when the network is unavailable. When the network is available, the files are synced to ensure that both the online and offline versions are the same. In Windows 10, you enable offline files using the Sync Center in Control Panel.