Module 2 Quiz Flashcards

(17 cards)

1
Q

In Filesystems, what does FAT stand for?

A

File Allocation Table

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

Raid 0 allows for double speed and double storage requiring only one disk.

A

False

In a RAID 0 system, data are split up into blocks that get written across all the drives in the array. By using multiple disks (at least 2) at the same time, this offers fast read and write speeds. All storage capacity can be fully used with no overhead. The downside to RAID 0 is that it is NOT redundant, the loss of any individual disk will cause complete data loss. Thus, it is not recommended to use unless the data has no value to you.

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

A SAN (Storage Area Network) is usually mapped in a way that makes it seem like a locally attached device.

A

True

To a client OS, a SAN typically appears as a disk and exists as its own separate network of storage devices, while NAS appears as a file server

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

Select the storage types that are most typically found on networks.

Points will be deducted if you choose an incorrect answer(s).

A
  • NAS (Network Attached Storage)
  • SAN (Storage Area Network)

Network Access Storage and Storage Area Networks are typically found on Networks as Storage solutions.

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

While restoring a backup for a client you see files that seem to indicate illegal activity, what should you do?

A

Alert the relevant authorities.

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

Persistent storage is also referred to as non-volatile storage.

A

True

Persistent storage is any data storage device that retains data after power to that device is shut off. It is also sometimes referred to as non-volatile storage. Magnetic media, such as hard disk drives and tape are common types of persistent storage, as are the various forms of optical media such as DVD.

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

TCP/IP stands for Transmission Control Protocol and Internet Protocol

A

True

TCP/IP does stand for Transmission Control Protocol and Internet Protocol

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

IP addresses allow computers to communicate with other computers on the same local network.

A

True

On a computer network, all devices that are connected to the same local network can talk directly with each other, as long as they have IP addresses that belong to the same IP network. If the computers belong to different IP networks then they have to communicate with each other via a router

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

While working on a client’s workstation, you accidentally open a very personal file. What should happen next?

A

Close the file and report it to the client

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

Can a HDD have more than one platter?

A

Yes

Yes, hard disk drives can have more than one platter

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

Which of the following is a valid encoding format?

A

UTF-8

UTF-8 (8-bit Unicode Transformation Format) is a variable-width character encoding capable of encoding all 1,112,064 valid character code points in Unicode using one to four one-byte (8-bit) code units.

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

Hyper-Threading is always better than multiple CPU-Cores?

A

False

While the operating system sees two CPUs for each core, the actual CPU hardware only has a single set of execution resources for each core. … Hyper-threading is no substitute for additional cores, but a dual-core CPU with hyper-threading should perform better than a dual-core CPU without hyper-threading.

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

What Network “gave birth” to the Internet?

A

ARPANET

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

A NAS is mainly used over the network.

A

True

A NAS system is a storage device connected to a network that allows storage and retrieval of data from a centralized location for authorized network users and heterogeneous clients

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

Select the correct Hexidecimal values.

Points will be deducted if you choose an incorrect answer(s).

A
  • 263A
  • 270C
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following Linux file systems use a journaling system?

Points will be deducted if you choose an incorrect answer(s).

A
  • Ext3
  • Ext4

Ext 3 and Ext 4 supports journaling.

17
Q

IP addresses allow computers to communicate with other computers on the same local network.

A

True

On a computer network, all devices that are connected to the same local network can talk directly with each other, as long as they have IP addresses that belong to the same IP network. If the computers belong to different IP networks then they have to communicate with each other via a router