<span>grants & schollarships- money you earn</span>
Answer:
Replace the comment with:
int p = 1; p < data.length - 1; p++
Explanation:
See attachment for proper format of the code
The loop header is expected to test if the current element is greater than the adjacent elements (i.e. array elements before and after it)
It should be noted that the first element of the array (index 0) has not element before it and the last element of the array has no element after it.
So, the loop header must start from index 1 and end at the last index - 1
The option that illustrates this is:
int p = 1; p < data.length - 1; p++
Answer:
The NIC is disabled in CMOS
Explanation:
CMOS refers to the Complementary Metal Oxide Semiconductor. It is a technology that is used to generated integrated circuits.
It can be found in various types like microprocessors, batteries, etc
While on the other hand the NIC refers to the network interface controller in which the component of the computer hardware has connected the computer to its network. It can be done via wired and wireless.
Since in the given situation, it is mentioned that Ellen is not able to access the internet through wireless NIC neither it is visible in network connections nor it is shown in device manager so first she assumes that is nic is disabled in CMOS
and the same is to be considered