A+exam17 Flashcards

1
Q

You believe that the disk on your Linux operating system is full. Which command will allow you to verify this assumption?

A

df

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

su

A

allow you to log in as a different user

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

pwd

A

command will show the current working directory

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

ls

A

command will list all the files in the current working directory

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

There has recently been a string of hardware thefts in your office building. What should you recommend that your users do to help avoid this problem?

A

Use a cable lock

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

You are troubleshooting a network issue. What feature do switches most likely have to help troubleshoot connectivity issues?

A

indicator lights

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

A client needs to be able to plug in more external storage devices. Which of the following add-on cards will allow them to do this? (Choose all that apply.)

A

USB
eSATA

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

Multimedia cards

A

are for audio/video

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

Which of the following are good measures to take to help prevent ESD? (Choose two.)

A

Tie long hair back
Perform self-grounding

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

Which editions of Windows 10 include BitLocker feature?

A

All, except Home edition

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

Which routine backup method requires the longest backup window?

A

Full

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

Performing a copy backup will take

A

slightly less time than a full backup

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

Incremental backup

A

will only copy files that have changed since the last back up

leave the archive bits unchanged which will shorten the back up window

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

a differential back up

A

will back up only files that have changed since the last backup and become increasingly large

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

Which of the following protocols provide secure network transmissions? (Choose two.)

A

SSH
HTTPS

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

SSH

A

Secure Shell

17
Q

HTTPS

A

Hypertext Transfer Protocol Secure

18
Q

The interpreter in Linux between the operating system and the user is known as the _______.

A

A Shell

19
Q

In the PowerShell example following this question, what is this an example of?

While ( $count < 5 ) {
#do something
}

A

A while loop

20
Q

A for loop

A

would defined beginning, end and step.

21
Q

What is a branch loop?

A

branch loop doesn`t exist
branch is used to exit a loop

22
Q

Branch Logic

A

used to branch a script based on a T or F condition