Practice Questions Flashcards
For a newly added storage drive, this command-line tool allows to configure it with a file system enabling windows to store information in the drive.
format
Which Microsoft Windows command-line command allows for copying multiple files and directories, including subdirectories?
xcopy
which command prompt command allows for updating multiple group policy settings in MS Windowws
gpupdate
a command line tool in windows that displays group policy information fora machien or user us called
gpresult
SFC Command prompt utility in ms windows:
scans the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions.
which command-line commands in windows can be used to display help information related to a specific utility (2 answers)
- help (command name)
- (Command Name) /?
Which network command-line utility in Windows combines the features of ping and tracert?
pathping
which of the command prompt commands in ms windows launches a pop-up window containing a brief summary of the installed OS?
winver
which command prompt commands in ms windows move the command-line prompt one folder up in the directory tree (the parent folder of thecurrent folder)
(2 answers)
- cd ..
- chdir ..
which of the windows command-line commands change the current firectory to the root directory
(2 answers)
- cd \
- chdir \
which of the command prompt commands are used for resetting the DHCP configuration settings for all adapters in MS windows.
- ipconfig /release
- ipconfig /renew
which of the command-line tools can be used for troubleshooting DNS related problems
nslookup
the /r switch of the chkdsk command-line utility in windows:
(2 answers)
- locates bad sectors and recovers readable information
- fixes errors on the disk
which of the copy command switches suppresses the confirmation prompt displayed when windows is about to overwrite the contents of an existing file?
/y
which microsoft windows 10 editions provide the option to join a domain?
3 answers
- Pro
- Pro for Workstations
- Enterprise
In windows 1-, assigned access is a fewature that allowsto modify desktop stle / user interface by restricting user account access only to a single windows app aka kiosk mode.
windows 10 editions offering this functionality include:
3 answers
- Windows 10 Pro
- Windows 10 Pro for Workstations
- Windwos 10 Enterprise
Which editions of microsoft windows 10 include the remote desktop client component?
up to 4 answers
- home
- pro
- pro for workstations
- enterprise
which editions of windows 10 by default does not include the remote desktop server component?
home
which of the following is the physical memory limit for all 32 bit (x86) editions of windows 10?
4 GB
a 64 bit (x64) windows 10 home edition provides support for up to
128 gb of RAM
hat is the physical memory limit for the 64-bit (x64) windows 10 pro edition?
2tb
which of the 64-bit (x64) windows 10 editions provides support for up to 6 TB of physical memory?
2 answers
- windows 10 pro for workstations
- windows 10 enterprise.
which editions of microsoft windows 10 includes the BitLocker Drive Encryption feature?
3 answers
- windows 10 pro
- windows 10 pro for workstations
- windows 10 enterprise
an operating system installation type that preserves system settings, personal files, and applications from the older OS version is referred to as an in-pace upgrade. microsoft windows versions that can be upgraded to windows 10 via this method include?
2 answers
- windows 7
- windows 8.1
which of the following windows command prompt commands can be used to list all directory’s files and subdirectories contained within the current directory?
2 answers
- dir
- dir splat.splat
what two commands can be used to create a directory or a subdirectory?
- md
- mkdir
what 2 commands can be used to delete a directory?
- rd
- rmdir
what windows command will change the drive from C: to D:
C:>D:
what is the name of the windows command prompt utility that can be used to display TCP/IP configuration settings?
netstat
a command line utility used for checking the reachability of a remote network host is called?
- ping
what command displays the name of the current computer a user is connected to in windows?
hostname
netstat is a command like utility used for
2 answers
- Displaying the active TCP/IP Connections
- Displaying network protocol statistics
Which of the network command-line tools enables obtaining a FQDN-to-IP address mapping?
nslookup
what command prompt utility in ms windows allows to verify the file system integrity and fix logical file system errors?
chkdsk