This is for Python
numbers = [7, 3, 6, 9, 0]
print(numbers.sort())
Output: [0, 3, 6, 7, 9]
numbers = [7, 3, 6, 9, 0]
print(numbers.sort(reverse = True))
Output: [9, 7, 6, 3, 0]
Answer:
See explaination
Explanation:
2a)
A hacker group hacked into the Bay Area Rapid Transit system, this was done to protest BART’s shut down of wireless communication in some BART stations. Such attacks is done mostly to stand for some situation which happened previously. Hence, we can say it is a form a hacktivism. It was not ethical as it disrupted the system for some time.But this is also a form of protest which is been done by some group of peoples.
2b)
If a foreign government launches a hacking attack, it can be considered a war.
If this type of attack happens then the repercussions may result to the war.
2c)
We gave an analogy between merchants accepting some amount of shoplifting, on the one hand, and merchants and credit card companies accepting some amount of credit card fraud, on the other hand.
THe streght so called can be pointed out as the money is rolling in the market and the business keeps on going.
The weakness can be described as the loss which is being incurred by the company.
Answer:
You are gonna waste money and it might not be the best idea
Explanation:
According to its structure I'd say that this is SEAL (<span>Software-Optimized Encryption Algorithm). It's difficult to describe how it works, because this kind of ciphers is very tricky. This algorithm uses 160 bit key and it uses 3 tables (R, S, T) to encode and decode.
I'll attach the image where you can see a process of creating a pseudo-random function:
</span>