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.