Excel Macros, or .xlsm, stores automated steps for repetitive tasks.
Answer: Decision support system (DSS)
Explanation:
Decision support system is the process in which the information model basically support the managers in the process of the decision making.
It is an information system and produces various reports and also interprets the data and information so that it help to make decisions.
The decision support system (DSS) is basically carried out by the management by reviewing all kinds of the report and then generate necessary data or information.
On the other hand, all the other options are incorrect as they are not related to the decision making process. Therefore, DSS is the correct option.
Answer:
Internal and External Zones
Explanation:
Demilitarized Zone (DMZ) in a network means that, we make sure the security of network at higher level as military make sure the security of their bases or zones.
In this type of network, The network of the internal organization (LAN) needs security from hackers and unauthorized users who are trying to access the resources and information from the network.
This network is divided into two major zones. A DMZ has been placed between two zones along with firewalls enhance the security of LAN Network from the networks on internet. These two zones are named as Internal and External Zone. The firewall between DMZ and External zones monitors the users from external networks on the internet who tries to access organization's network. Internal network monitors the traffic between DMZ and Internal LAN network.
user_in = str ( input ("Please enter a phrase: " ))
def reverse_str (string):
e = 0
for e in range (len (string)):
x = -1
print string[x]
x += (len (string))