Prework - Systems Final Exam Flashcards

1
Q

Name all types of ‘ware for computers.

A
  • Software
  • Firmware
  • Hardware
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does RAM stand for?

A

Random Access Memory

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

What are the two physical types of servers in the datacenter?

A
  • Rack Mounted

- Blade

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

During boot, the first thing the computer does is self test. This is called _____, and it stands for ________.

A
POST
Power
On
Self
Test
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 4 general types of virtualization?

A
  1. Bare Metal Server Based - Hypervisor
  2. Host Based - Software
  3. Cloud Based
  4. Containerization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 3 correct Linux Shell I/O Streams?

A
  1. STDIN
  2. STDOUT
  3. STDERR
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Linux File System - What is the CLI symbol for the root directory?

A

/

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

True or False: The name of Ubuntu’s default shell is called the “Bourne Again SHell’>

A

True

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

What does the CLI command “df” do?

A

Displays filesystem disk space utilization and capacity

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

What VIM mode allows you to save the file?

A

Command mode

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

What port does SSH use?

A

22

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

What port does SCP use?

A

22

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

What command allows you to read just the end of a file?

A

Tail

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

What does UID stand for?

A

User ID

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

What is a sequence of one or more characters used to specify the boundary between separate, independent regions in plain text or other data streams?

A

Delimeter

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

What would the output be from the below commands:

a_string=”hello world” echo a_string

A

a_string

17
Q

What does the # stand for in BASH?

A

Comments the rest of the text so it isn’t executed

18
Q

In Windows, which menu contains options to change the items you are viewing, including toolbar options?

A

View

19
Q

Windows File Explorer: What is the name of the 3 or 4 characters (the part after the final dot) that tells windows how to deal with a certain file by identifying the type of file it is?

A

Extension

20
Q

True or False: Active Directory can be used locally and in the cloud?

A

True