Answer:
Find answers below.
Explanation:
1. Input: it takes in data in its raw format or an item that receives data and transfers them to the process.
- <em>Employees in a management team. </em>
- <em>Program code for a software application. </em>
- <em>Flour for making bread.</em>
2. Process: it converts the data from an input to a usable format. Also, it conveys the processed data (informations) to the output.
- <em>Harvesting a crop. </em>
- <em>Dryer spinning at top speed.</em>
3. Output: it is the result produced by a process i.e the finished product.
- <em>Newly painted structure. </em>
- <em>Freshly mowed lawn. </em>
Answer:
D
Explanation: i think it's d because today technology is a big thing it would make sense if there was machinery doing the work so in that case ).Factories filled with machinery and no need for employees.
Answer:
def length( mystring):
count = 0
for i in mystring:
count += 1
return count
def reversed( mystring):
strlist = []
for i in range(length(mystring)):
strlist.append(mystring[(length(mystring) - 1) - i])
txt = "".join(strlist)
return txt
string = 'Yolanda'
print(reversed(string))
Explanation:
The python module defines two functions 'reversed' and 'length'. The length function counts the number of characters in a string variable while the reversed function reverses the string variable value.
Answer: as a whale attack
Explanation:
A whale attack is simply refered to as an attack that is utilized by cybercriminals and in this case, a senior player such as the CEO is targeted in the company and the aim is to steal sensitive information from them or steal money or gain access to their computer for fraudulent purposes.
Based on the explanation above, the attack called into is a whale attack.