Answer:
see attached picture
Explanation:
An algorithm would be:
if hours < 10 then bonus = 0
else if hours <= 15 then bonus = 1000
else if hours <= 20 then bonus = 1500
else if hours <= 25 then bonus = 2000
else if hours <= 30 then bonus = 3000
else bonus = 5000
The correct steps that indicate a correct order of acquisition as they relate to integrity and non-repudiation are:
- A hash of the disk is made
- A bit-by-bit copy is made
- A second hash is made
- A copy is made of the reference image
<h3>Is non-repudiation an aspect of integrity?</h3>
In general, nonrepudiation is known to be a term that puts together or combines authentication and integrity.
Note that Nonrepudiation is said to be a key or one of the pillars that pertains to information assurance.
The integrity in cyber security is known to be the act of keeping safe against any form of an improper information modification or destruction.
Hence, The correct steps that indicate a correct order of acquisition as they relate to integrity and non-repudiation are:
- A hash of the disk is made
- A bit-by-bit copy is made
- A second hash is made
- A copy is made of the reference image
Learn more about acquisition from
brainly.com/question/11412887
#SPJ1
Hey mate!
Answer:
import java.util.*;
class Max Min
{
public static void main()
{
int a,b,c,x,y,z,m,n;
Scanner in=new Scanner(System.in);
System.out.println("Enter three unequal numbers:");
a=in.nextInt();
b-in.nextInt();
c=in.nextInt();
x=Math.max(a,b);
y=Math.max(b,c);
z=Math.max(c,a);
m=Math.min(x,y);
n=Math.min(z,m);
System.out.printLn("Second Smallest Number is:"+n);
}
}
Explanation:
- here scanner class is used
- here java.util package is used
<em><u>h</u></em><em><u>o</u></em><em><u>p</u></em><em><u>e</u></em><em><u> </u></em><em><u>it</u></em><em><u> </u></em><em><u>he</u></em><em><u>lped</u></em><em><u> you</u></em><em><u>:</u></em><em><u>)</u></em>
Answer:
Option (A) is the right answer for factors.
Option (B) is the right answer for factor levels.
Explanation:
As per the scenario, the company wants to see the effect of their new website design on their customers, for which the factor of time spent on the new website is right because it gives the company to acknowledge the data of time spent by a customer on the new website.
To reach the result of the factor, we have to work on the factor level, in which we will compare the time spent on the old website and the new website because it gives the company an idea of customers preferring which website design.