Answer:
Trace topology is also referred to as tree bus topology.
Explanation:
I would move the file into a folder and zip it or move the it into a flash drive
<h3>UNDER THE MENU OPTION INSERT.</h3>
The device that this network administrator is most likely installing in the infrastructure is a Network Attached Storage (NAS).
<h3>What is a
Network Attached Storage (
NAS)?</h3>
A Network Attached Storage (NAS) can be defined as a file-dedicated storage device that is designed and developed to enable multiple end users and other heterogeneous client devices to store, share and retrieve data anywhere from a centralized disk, especially through a network.
In this context, we can infer and logically conclude that a Network Attached Storage (NAS) is the device that this network administrator is most likely installing in the infrastructure because it doesn't require licensing and the data stored on it at the file level can be accessed anywhere.
Read more on Network Attached Storage here: brainly.com/question/14456295
#SPJ1
Answer:
b. []
Explanation:
Arrays are represented using [] . When a method returns an array reference, the method header contains an entry of the type <data-type>[].
For example, a method test which returns a reference to integer array and takes no parameters is of the form:
int[] test();
Similarly a method list_chars which takes a String as an argument and returns an array of chars has the form:
char[] list_chars(String s);