Answer:
it's false
Explanation:
they don't match to personalities
Answer:
Design Phase
Explanation:
In design phase developers make prototypes. The prototype is the solution without actual implementation. That prototype is shown to the user for the purpose of getting feedback. So design phase of SDLC involves making improvements based on user feedback.
Answer:
import random
arr=[]
for i in range(100):
arr.append(i)
while True:
answer=random.choice(arr)
guess=int(input("enter your guess number between 0-100: "))
if answer is guess:
print("right guess\ncongratulations.....")
print("the answer was: "+str(answer))
break
elif guess < answer-20:
print("you guessed too low....\ntry again")
print("the answer was: "+str(answer))
elif guess > answer+20:
print("you guessed too high....\ntry again")
print("the answer was: "+str(answer))
else:
print("incorrect guess\ntry again")
print("the answer was: "+str(answer))
Explanation:
CASE tools are used to boost analyst output, enhance user-analyst collaboration, and incorporate life cycle tasks.
Chip and Anna would communicate with one another and discuss parts of the design that they have finished using CASE tools.
Due to the enormous number of users in a system, CASE tools will help to simplify communication among all users and analysts, therefore this would be helpful to Chip and Anna as well.
They could also employ CASE tools to help them record the data they have obtained from questionnaires, interviews, and document analysis.
Learn more about tool:
brainly.com/question/25860017
#SPJ4
Answer: Emergency Operation Center (EOC)
Explanation:
An Emergency Operation Center is the coordination base for emergency service in case there is any within a state or a state Connecticut. The major purpose of the emergency center is to be in charge of controlling deploying and utilizing facilities needed to prepare for any form of emergency, disaster management, etc.
To run an effective Emergency Operation Center, focus must be on the facilities, equipments and personnel involved.