Answer: (A) Tactical support
Explanation:
GIS is the global information system in which the data is delivered worldwide in the form of information system. The global information system achieve long term goals in an organization.
- The tactical support is used in the global information system for concentrating the activities on the medium range in an organization.
- The tactical support is one of the effective way to producing the desirable result and also achieve the main strategic objective.
Therefore, Option (A) is correct.
<h2>Hey mate </h2><h2>Here is ur answer..! ⬇️⬇️</h2>
Explanation:
<u>The characteristics of computers that have made them so powerful and universally useful are speed, accuracy, diligence, versatility and storage capacity. Let us discuss them briefly. Computers work at an incredible speed.</u>
<em><u>Hope</u></em><em><u> </u></em><em><u>it helps</u></em><em><u> </u></em><em><u>u plzz</u></em><em><u> </u></em><em><u>mark it</u></em><em><u> </u></em><em><u>as brainalist</u></em><em><u> </u></em><em><u>and thnk</u></em><em><u> </u></em><em><u>my answers</u></em><em><u> </u></em>
Answer:
// program in Python to check perfect number
#function to find number is perfect or not
def is_Perfect_Number(n):
#total variable
tot = 1
i = 2
#sum of all divisor of number
while i*i<=n:
if n%i==0:
tot = tot + i + n/i
if tot == n and n != 1:
return 1
i = i+1
return 0
#read until user enter a perfect number
while True:
#read integer
num = int(input("Input an integer: "))
#call the function
if(is_Perfect_Number(num)):
print(num,"is perfect number")
#if perfect number break
break
else:
print(num,"is not a perfect number")
#ask again
print("try again.")
Explanation:
Read number from user and then call the function is_Perfect_Number() with parameter "num".This will find the sum of all divisor of number.If sum is equal to number then it will return 1 else return 0.If the number is not perfect then it will again ask to enter a number until user enter a perfect number.
Output:
Input an integer: 24
24 is not a perfect number
try again.
Input an integer: 28
28 is perfect number
<span>The answer is Show IP OSPF interface
Hope this helped :)</span>
Answer:
An advertisement for sportswear
Explanation:
An advertisement for sportswear would most likely be written in an informal style.