Answer:
Descriptives is the correct answer of this question.
Explanation:
Some software packages provide data column definitions that include qualitative summaries such as control averages, mean, average, minimum, standard deviation, number of zero values, number of empty records, etc.
- A descriptives summary is a sentence that gives someone information or something.
- Description is the style of narration creation aimed at making a location, an event, a character or a community vivid.
There are 2 types of Descriptives :-
- Narrative type.
- Argumentative type.
Answers:
What is the index of the last element in the array? stArr1.length()-1
This prints the names in order. How would I print every other value? Change line 4 to: index = index +2
Change line 7 to: i < names.length
Answer:
Explanation:
The following code was written in Javascript. It asks the user to enter the values for each of the variables and saves it to them. Then it uses those values to calculate the total number of pizzas needed to feed everyone at the party. Finally, it prints out the total to the screen as an alert. Both test cases were used and the outputs can be seen in the attached images below.
var slicesPerPizza = window.prompt("How many slices per pizza?");
var slicesPerPerson = window.prompt("How many slices per person?");
var totalPersons = window.prompt("How many total people will attend?");
var pizzasNeeded = Math.round((slicesPerPerson * totalPersons) / slicesPerPizza)
alert(`You need a total of ${pizzasNeeded} pizzas.`)
Answer:
brainlest please
Answer:
Intranet
Explanation:
According to my research on information technology and hardware, I can say that based on the information provided within the question the term being described is called an Intranet. This (like mentioned in the question) is a local or restricted communications network,usually made as a private network within an organization and is created using Internet Protocol Technology.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.
Explanation:
Answer:
A. Logic Bomb.
Explanation:
A Logic Bomb is a piece of code that is planted in a software system that is infected intentionally to set off malicious function.They are deployed at a predetermined time.
For ex:- a programmer hiding the files that deletes details of the employee who left the company.So these files can never be deleted.