Answer:
This is an example of Social Engineering security threats
Explanation:
Social Engineering is a process whereby cyber attackers manipulate victims to divulge personal information. These victims are tricked to granting attackers access to valuable and confidential information.
Social Engineering is considered one of the greatest threats to organizations because it is different from hackers trying to break into a system. Social Engineers are granted legitimate access by unsuspecting victims.
Tips to help against Social Engineers.
- Don't be too hasty to respond.
- Be careful of the links you click, research on them before you click them.
- Don't be quick to download files that you are not sure of the source, always check before you download.
- Don't be quick to jump into foreign offers, as they could be the bait to getting your information.
2 that’s because some people will buy it because they think the value of it is good and some might not because they believe it is too expensive.
Answer:
The solution code is written in Python:
- a = int(input("Input first dish time: "))
- b = int(input("Input extra minutes: "))
- t = int(input("Input time available: "))
-
- dishesCount = 1
- currentTotal = a + b
-
- while(currentTotal <= t):
- dishesCount += 1
- currentTotal += currentTotal + b
-
- print("Number of dishes can be prepared: " + str(dishesCount))
Explanation:
Firstly, prompt user to input the first dish time, extra minutes and time available and assign the values to variable a, b and t, respectively (Line 1-3).
Next, create variable dishesCount to hold the number of dishes can be prepared (Line 5).
Get the current total time by adding a and b and assign it to variable currentTotal (Line 6).
While the currentTotal is less than or equal to t, increment the dishesCount by one and then add the hour of current dish to the currentTotal (Line 9-10).
At last, display the number of dishes that can be prepared in t minutes (Line 12).
Insulting or harassing them over the Internet
Answer:
understanding component interaction