Answer:
a. Programmed decisions
Explanation:
We basically have two types of decision:
- Programmed decision
- Non-Programmed decision
Programmed Decision: used for frequent situations of the organization; both internal and external. This decision results in the formulation of rules, procedures, and policies that can be applied in the future.
Non-Programmed Decision: used for unique and ill-structured situations of the organization; both internal and external. They are one-shot decisions. They have been handled by techniques such as judgment, intuition, and creativity.
Answer:
import math
angle = float(input('Enter Angle: '))
shadowLength = float5(input('Enter Shadow Length: '))
tree_height = math.tan(angle)*shadowLength
print('Tree Height = {}'.format(tree_height))
Explanation:
From the equation given, the first step is to derive the equation for calculating the Tree Height.

In order to calculate the tangent of an angle, the math module has to be imported. math module allows the program to perform advanced math operations.
The program then prompts the user to input values for angle and shadow length.
The inputted values are converted to floats and used in the equation that was derived for Tree height.
Three height is evaluated and the result is printed to the screen
Answer:
a.This helps with non-repudiation to ensure the user is who they claim to be and that they are authorized to access confidential organizational assets.
Explanation:
Shared key encryption in wep uses the rc4 encryption algorithm.
A schema is a collection of database objects, including tables, views, indexes, and synonyms.