Answer:
In Python:
num = int(input("Enter number: "))
maxn = num
while num >=0:
if num>maxn:
maxn = num
num = int(input("Enter number: "))
print("Largest: "+str(maxn))
Explanation:
Get input from the user
num = int(input("Enter number: "))
Initialize the largest to the first input
maxn = num
This loop is repeated until a negative input is recorded
while num >=0:
If the current input is greater than the previous largest
if num>maxn:
Set largest to the current input
maxn = num
Get another input from the user
num = int(input("Enter number: "))
Print the largest
print("Largest: "+str(maxn))
Answer:
d. Port mirror
Explanation:
Port mirroring is a method to monitor network traffic and it is used in the Intrusion Detection Systems. It is also called Switched Port Analyzer and is used to analyse the network errors. This technique basically copies the network packets and sends or transmits these copied packed from one port to another in a network device such as a switch. This means that this technique is used to copy the network packets from one switch port and send the copy of these packets to another port where these packets are monitored. This is how it analyses the network errors and incoming traffic for irregular behavior and also this can be done without affecting the normal operation of the switch and other network processes. It is simple, inexpensive and easy to establish and use. The most important advantage of using mirrored ports is that it catches the traffic on several ports at once or can capture all of the network traffic.
Answer:
=IF((D5="Yes"),(C4*1.05),C4)
Explanation:
If condition accepts 3 parameters, where the 1st parameter is the condition and second parameter is the one which needs to be executed “if the condition is true” and the third argument is executed when the “condition is false”.
Here the condition is if there is an delivery ie. D5 = yes, then we add some amount of additional charges through the formula (c4*1.05) and if not we retain the base price C4.
Here the additional delivery charges are considered as 5%. You can change the number according to your need.
The answer is "SSD-25GB", and its further calculation can be defined as follows:
- The <u><em>current generation of computer storage devices</em></u> is a hard drive (SSD).
- It uses a flash memory that is substantially faster than a conventional mechanical disc.
- The user does not require Storage or GPU, Video Card cannot be used.
- RAM is a memory volatile that cannot be utilized as storage media.
- SSD is better than magnetic HDD in terms of speed and performance.
- SSD has become substantially quicker than USB 3.0.
That's why the answer is "SSD-25GB".
Learn more:
brainly.com/question/14411313
Answer
You should maintain course and speed unless the give-way vessel fails to take action.
Explanation
In the water ways when two boats are approaching nearly and then they may come to collision the boat on the right is the one which is considered as the stand-on vessel and it should be given way by the other boat or vessel. On this situation it should maintain course and speed unless the give-way vessel fails to take action. If it fails to take action what you should do is, you should take action and move away from the vessel, do not go toward the vessel nor pass in front of it.