Answer:
Here is my answer in Javascript
num = 0; // Use to calcate the even numbers
loop = 10; // Use for the highest even number that will be calcated for
index = loop/2; // Calcate the size of the array based upon how many loops their
let arr = [index]; //Create array to store the even numbers
let i = 0; // Use to keep track of which on what number in the while loop we are on
let total = 0; //Used to add up all of the even numbers
let mean = 0; //Used to calcate the mean of all even numbers
do {
i = i + 1; //Keep track of what loop we are on
num = num + 2; //Used to calcate the even number
arr.push(num); //Push the num into a array
total = total + arr[i]; //Calcate the total of the array
mean = total / i; //Calcate the mean
}
while (num != loop);
//Output the result
console.log(mean);
Answer:D)Format string attack
Explanation:
Format string attack is the type of attack that causes to change the application functioning .This attack access the memory of the string library. It occurs while the submission of the string as input and then gets tested due to application command.
Other options are incorrect because these are the attacks that don't happens in the application for the alteration of the flow. Thus, the correct option is option(D).
1. Spreadsheets Improve Data Organization
2. Easing Collaborative Data Collection
3. Spreadsheets Enable Dynamic Calculations With Built-In Formulas
4. Spreadsheets Are Equipped With Preset Functions
5. Spreadsheets Provide Functionality For Graphing And Visual Aids
hope it helps
Answer:
Option C is the correct answer for the above question
Explanation:
- The storage replica is a new advantage that is used in the 2016 version of the windows server. It is a feature which is very useful for the user point of view, because of it more secure the data transfer on the internet.
- It is used to block the duplicate data, by which the storage space is left for the other data and the data will secure when it stores on the server.
- The above question asked about the features which are a new advantage of the 2016 version and provide block facilities for the duplicate data which is storage Replica which is defined above.
- Hence the correct option is C, while the other is not because others is not a feature to block the duplicate data.