False a thesaurus are a list of synonyms or antonyms
creates storyboards based on clients’ needs- Animator
assesses proposals for airplane designs to determine if they meet standards- Aeronautical engineer
uses special equipment and techniques to capture images- Commercial Photographer
creates software code, graphics, and multimedia elements for websites- Webpage designer
Answer:
Option D
Explanation:
Modularity in general defines the flexibility of a system. It is the degree to which a system can be broken down into smaller segments and then rearranged or recombines into new groups. Modularity is determined for multiple disciplines each having their own drawbacks.
Answer:
In Python:
numDays = int(input("Days: "))
print("Number of days: "+str(numDays)+"\n")
Explanation:
The program was written in Python and the explanation is as follows;
First, get the input for the number of days from the user
<em>numDays = int(input("Days: "))</em>
Next, print string "Number of days: " followed by the number input from the user and then newline
<em>print("Number of days: "+str(numDays)+"\n")</em>
<em>The character \n represents new line</em>
It seems that you have missed the given choices for this question, but anyway, here is the correct answer. The functional business systems that supports the finance business function are CASH MANAGEMENT and FINANCIAL FORECASTING. Hope this is the answer that you are looking for.