Unit 3-4 Exam Flashcards
What are two advantages of the NTFS file system compared with FAT32? (Choose two.)
NTFS allows faster access to external peripherals such as a USB drive.
NTFS supports larger files.
NTFS provides more security features.
NTFS allows faster formatting of drives.
NTFS is easier to configure.
NTFS allows the automatic detection of bad sectors.
NTFS supports larger files.
NTFS provides more security features.
Answers Explanation & Hints:
The file system has no control over the speed of access or formatting of drives, and the ease of configuration is not file system-dependent.
What technology was created to replace the BIOS program on modern personal computer motherboards?
UEFI
RAM
CMOS
MBR
UEFI
Answers Explanation & Hints:
As of 2015, most personal computer motherboards are shipped with UEFI as the replacement for the BIOS program.
A technician has installed a third party utility that is used to manage a Windows 7 computer. However, the utility does not automatically start whenever the computer is started. What can the technician do to resolve this problem?
Uninstall the program and then choose Add New Programs in the Add or Remove Programs utility to install the application.
Use the Add or Remove Programs utility to set program access and defaults.
Change the startup type for the utility to Automatic in Services .
Set the application registry key value to one.
Match the Windows 10 boot sequence after the boot manager (bootmgr.exe) loads.
Change the startup type for the utility to Automatic in Services .
Answers Explanation & Hints:
The Services console in Windows OS allows for the management of all the services on the local and remote computers. The setting of Automatic in the Services console enables the chosen service to start when the computer is started.
dir command does what?
dir - lists files in a directory.
mkdir command does what?
mkdir - creates a new directory
cd command does what?
cd - change directory
ren command does what?
ren - renames a file
What is the Windows 10 boot sequence after the boot manager (bootmgr.exe) loads.
The windows boot loader Winload.exe loads
Ntoskrnl.exe and hal.dll are loaded
Winload.exe reads the Registry, chooses a hardware profile, and loads the device drivers.
Ntoskrnl.exe takes over the process.
Winlogon.exe is loaded and executes the logon process.
Which two commands could be used to check if DNS name resolution is working properly on a Windows PC? (Choose two.)
nslookup cisco.com net cisco.com ping cisco.com nbtstat cisco.com ipconfig /flushdns
ping cisco.com
nslookup cisco.com
Answers Explanation & Hints:
The ping command tests the connection between two hosts. When ping uses a host domain name to test the connection, the resolver on the PC will first perform the name resolution to query the DNS server for the IP address of the host. If the ping command is unable to resolve the domain name to an IP address, an error will result.
Nslookup is a tool for testing and troubleshooting DNS servers.
A user logs in to Windows with a regular user account and attempts to use an application that requires administrative privileges. What can the user do to successfully use the application?
Right-click the application and choose Run as root .
Right-click the application and choose Run as Priviledge .
Right-click the application and choose Run as Superuser .
Right-click the application and choose Run as Administrator .
Right-click the application and choose Run as Superuser .
Answers Explanation & Hints:
As a security best practice, it is advisable not to log on to Windows using the Administrator account or an account with administrative privileges. When it is necessary to run or install software that requires the privileges of the Administrator, the user can right-click the software in the Windows File Explorer and choose Run as Administrator .
Which type of Windows PowerShell command performs an action and returns an output or object to the next command that will be executed?
scripts
cmdlets
routines
functions
cmdlets
Answers Explanation & Hints:
The types of commands that PowerShell can execute include the following: cmdlets – perform an action and return an output or object to the next command that will be executed
PowerShell scripts – files with a .ps1 extension that contain PowerShell commands that are executed
PowerShell functions – pieces of code that can be referenced in a script
A user creates a file with .ps1 extension in Windows. What type of file is it?
PowerShell script
PowerShell cmdlet
PowerShell function
PowerShell documentation
PowerShell script
Answers Explanation & Hints:
The types of commands that PowerShell can execute include the following: cmdlets – perform an action and return an output or object to the next command that will be executed
PowerShell scripts – files with a .ps1 extension that contain PowerShell commands that are executed
PowerShell functions – pieces of code that can be referenced in a script
What is the purpose of using the net accounts command in Windows?
to start a network service
to display information about shared network resources
to show a list of computers and network devices on the network
to review the settings of password and logon requirements for users
to review the settings of password and logon requirements for users
Answers Explanation & Hints:
These are some common net commands:
net accounts – sets password and logon requirements for users
net start – starts a network service or lists running network services
net use – connects, disconnects, and displays information about shared network resources
net view – shows a list of computers and network devices on the network
When used without options, the net accounts command displays the current settings for password, logon limitations, and domain information.
What is the purpose of entering the netsh command on a Windows PC?
to create user accounts
to test the hardware devices on the PC
to change the computer name for the PC
to configure networking parameters for the PC
to configure networking parameters for the PC
Answers Explanation & Hints:
The netsh.exe tool can be used to configure networking parameters for the PC from a command prompt.
Which statement describes the function of the Server Message Block (SMB) protocol?
It is used to manage remote PCs.
It is used to stream media contents.
It is used to share network resources.
It is used to compress files stored on a disk.
It is used to share network resources.
Answers Explanation & Hints:
The Server Message Block (SMB) protocol is primarily used by Microsoft to share network resources.
A PC user issues the netstat command without any options. What is displayed as the result of this command?
a local routing table
a network connection and usage report
a list of all established active TCP connections
a historical list of successful pings that have been sent
a list of all established active TCP connections
Answers Explanation & Hints:
When used by itself (without any options), the netstat command will display all the active TCP connections that are available.
Registry description.
a hierarchical database of all system and user information.
Windows firewall description
Selectively denies traffic on specific interfaces
PowerShell description.
a CLI environment used to run scripts and automate tasks.
Event Viewer
maintains system logs.
Which Windows tool can be used by a cybersecurity administrator to secure stand-alone computers that are not part of an active directory domain?
Local Security Policy
Windows Defender
Windows Firewall
PowerShell
Local Security Policy
Answers Explanation & Hints:
Windows systems that are not part of an Active Directory Domain can use the Windows Local Security Policy to enforce security settings on each stand-alone system.