Answer:
38 cents on the dollar means that the cost is 38%. So for each of the costs, multiply by 0.38 (38%) to get the cost.
$3459*0.38=$1314.42
$2976.81*0.38 = 1131.1878 or about $1131.19
etc.
Answer: Apache
Explanation:
You restarted Apache system in the cmd in the kali linux vm.
Answer:
viruses
Explanation:
a piece of code which is capable of copying itself and typically has a detrimental effect, such as corrupting the system or destroying data
Answer:
this solution was written in c programming language
Explanation:
#include <stdio.h>
int main(void)
{
int i, j, number;
/* ask user for numbers */
printf("Enter 5 numbers between 1 and 30: ");
/* repeat 5 times */
for (i = 0; i < 5; i++)
{
/* read in number */
scanf("%d", &number);
/* print that number of stars */
for (j = 0; j < number; j++)
{
printf("*");
}
/* bring cursor to next line */
printf("\n");
}
return 0;
}
Answer:
A. Social network analysis (SNA).
Explanation:
This is explained to be a process of quantitative and qualitative analysis of a social network. It measures and maps the flow of relationships and relationship changes between knowledge possessing entities. Simple and complex entities include websites, computers, animals, humans, groups, organizations and nations.
The SNA structure is made up of node entities, such as humans, and ties, such as relationships. The advent of modern thought and computing facilitated a gradual evolution of the social networking concept in the form of highly complex, graphical based networks with many types of nodes and ties. These networks are the key to procedures and initiatives involving problem solving, administration and operations.