Practice Test #2 Flashcards

1
Q

For a newly added storage drive, this command-line tool allows to configure it with a file system enabling Windows to store information on the drive.

gpart
sfdisk
mount
format

A

format

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

Which of the following Command Prompt commands in MS Windows can be used to copy one or more files from one location to another?

copy
move
cp
pushd

A

copy

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

Which Microsoft Windows command-line command(s) allow(s) for copying multiple files and directories, including subdirectories? (Select all that apply)

cp
xcopy
move
robocopy
copy

A

xcopy
robocopy

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

Which copying utility accessible via Windows command line interface offers the widest range of options?

xcopy
move
robocopy
copy
cp

A

robocopy

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

Which of the Command Prompt commands listed below allows for updating multiple Group Policy settings in MS Windows?

net user
gpupdate
bcedit
gpresult

A

gpupdate

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

A command-line tool in Windows that displays Group Policy information for a machine or user is called:

gpresult
net view
verify
gpupdate

A

gpresults

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

The following command can be used to shut down or restart a local or remote host running MS Windows.

poweroff
exit
bootcfg
shutdown

A

shutdown

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

The sfc Command Prompt utility in MS Windows:

Encrypts file and folders
Scans the ingrity of all protected system files and replaces incorrect versions with correct Microsoft versions
Displays information about system hardware and software configuration
Checks a disk and displays a status report

A

Scans the integrity of all protected system files and replaces incorrect versions with correct Microsoft versions

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

Which command-line commands in Windows can be used to display help information related to a specific utility? (Select 2 answers)

[command name] help
man [command name]
[command name] info
help [command name]
[command name] /?

A

help [command name]
[command name] /?

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

Which of the Command Prompt commands in MS Windows launches a text-based, command-line partitioning utility?

sfdisk
diskutil
gpart
diskpart

A

diskpart

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

Which network command-line utility in Windows combines the features of ping and tracert?

pathping
netcfg
dig
rpcping

A

pathping

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

Which of the Command Prompt commands in MS Windows launches a pop-up window containing brief summary of the installed operating system?

winver
msinfo32
systeminfo
msconfig

A

winver

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

Which Command Prompt commands in MS Windows move the command-line prompt one folder up in the directory tree (set the prompt at the parent folder of the current folder)? (Select 2 answers)

cd \
cd /^
cd ..
chdir \
chdir /^
chdir ..

A

cd ..
chdir /^

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

Which of the Windows command-line commands listed below change the current directory to the root directory? (Select 2 answers)

cd ..
cd /r
cd \
chdir ..
chdir /r
chdir \

A

cd \
chdir \

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

Which of the following answers refers to an ipconfig parameter used for displaying the full TCP/IP configuration information for all adapters?

-a
/?
/all
/-a

A

/all

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

Which of the Command Prompt commands listed below are used for resetting the DHCP configuration settings for all adapters in MS Windows? (Select 2 answers)

ipconfig /disable
ifconfig eth0 down
ipconfig /release
ipconfig /enable
ifconfig eth0 up
ipconfig /renew

A

ipconfig /release
ipconfig /renew

17
Q

Which netstat parameter allows to displays all active TCP connections and the TCP/UDP ports on which the computer is listening?

-a
-p
-e
-r

A

-a

18
Q

The -b netstat parameter in Microsoft Windows allows to display the name of an application involved in creating each connection or listening port.

True
False

A

True

19
Q

Which of the following netstat parameters displays addresses and port number in numerical form?

-b
-n
-q
-r

A

-n

20
Q

Which of the command-line tools listed below can be used for troubleshooting DNS-related problems?

arp
nslookup
tracert
pathping

A

nslookup

21
Q

The /f switch of the chkdsk Command Prompt utility in MS Windows:

Locates bad sectors and recovers readable information
Fixes errors on the disk
Displays cleanup messages
Displays the full path and name of every file on the disk

A

fixes errors on the disk

22
Q

The /r switch of the chkdsk command-line utility in Windows: (Select 2 answers)

Displays cleanup messages
Locates bad sectors and recovers readable information
Uses more system resource to perform a scan as fast as possible
Displays the full path and name of every file on the disk
Fixes errors on the disk

A

Locates bad sectors and recovers readable information
Foxes errors on the disk

23
Q

Which copy command switch in Windows verifies that the new files are written correctly?

/-y
/v
/y
/a

A

/v

24
Q

Which of the copy command switches suppresses the confirmation prompt displayed when Windows is about to overwrite the contents of an exsiting file?

/v
/y
/a
/-y

A

/y

25
Q

Which of the following is the correct command for setting the time-out period of 30 seconds before powering off a Windows host?

shutdown /r /t 30
shutdown /s /30
shutdown /s /t 30
shutdown /r /30

A

shutdown /s /t 30