Answer:
The answer to this question can be described as follows:
Explanation:
Given data:
Performance of the CPU:
The Fastest Factor Fraction of Work:

Current Feature Speedup:
1.5
CPU upgrade=6000
Disk activity:
The quickest part is the proportion of the work performed:
Current Feature Speedup:
Disk upgrade=8000
System speedup formula:

Finding the CPU activity and disk activity by above formula:
CPU activity:

Disk activity:

CPU:
Formula for CPU upgrade:

DISK:
Formula for DISK upgrade:

equation (3) and (4),
Thus, for the least money the CPU alternative is the best performance upgrade.
b)
From (3) and (4) result,
The disc choice is therefore the best choice for a quicker system if you ever don't care about the cost.
c)
The break-event point for the upgrades:
=4702.19 x-0.5
= -2351.095
From (2) and (3))
Therefore, when you pay the sum for disc upgrades, all is equal $ -2351.095
Answer:
Active Attack
• It is an active attack 1, because someone is actively attacking your system. It is also an active attack because it is affecting the way your system works negatively, and visibly.
• 2, because they have been caught for actively committing a crime.
• lastly, because a brute-force is classified as an active attack, regardless. It is an illegal way to attempt to damage, steal or change a root password.
•<em> Fun fact </em>
<em>A DDoS(distributed denial-of-service) is also classified as an active attack.</em>
Wrong sign in information that your putting in maybe?? If it’s not even giving you an option you need to ask your teachers next time your in school
Input statements allow the user to enter data that a program uses to perform necessary computations. Users enter the data when they <u>encounter the statements like the scanf() or gets() functions in the program.</u>
<u>Explanation:</u>
The scanf() is the function that is used to take inputs from the user with the help of the standard input device,i.e, the keyboard.
scanf() function is capable of taking any data type as an input, though it has to be specified first like %d for integers, %s for strings and %f for floating-point type. The gets() function can only take a string as an input.