Answer:
M1 is equal to $ 4 trillion
Explanation:
M1 money supplies are liquid money supplies like cash, checkable deposits, traveler's check etc. It is equal to;
M1= coins and currency in circulation + checkable (demand) deposit + traveler's check.
M2 money supply are less liquid and is equated as;
M2 = M1 + savings deposit + money market fund + certificates of deposit + other time deposits.
Savings = $7 trillion
Checkable deposit = $3 trillion
Money market fund = $1 trillion
Currency = $1 trillion
Certificates of deposit = $1 trillion
M1 = currency + checkable deposit
= $1 + $ 3
= $4 trillion.
Answer:
Following is the program in the python language
st = 'sAN RaN' #String
print(st.lower()) #display into the lowercase
Output:
san ran
Explanation:
Following are the description of program
- Declared and initialized the string in the "st" variable .
- The lower function in python is used for converting the uppercase string into the lower case string .
- Finally in the print function we used lower function and display the string into the lower case
Answer:
B.
Slides or positive films give high quality pictures with higher color saturation and contrast.
Explanation:
The above is true for slides with positive film. This is because, the positive film happens to have a high resolution when it was been used thereby giving out a high quality video at the end of the recording. The higher colour saturation and contrast are also an attribute of a slide or positive film.
The organization must develop it specifically for the business in order to get the functionality required is True.
a) true
<u>Explanation:</u>
In software development industry it called as EAS. Where organizations required complete one solution and made most customizable with less cost effective.
Moreover to implement the same organizations has to spend less money for software development and hardware appliances. An organization has clear documented which specific their business requirements and their business future expansion.
Basically in organization from low grade employee to higher employee and meeting is arranged and understand system requirements and compiled as document which is circulated to higher official in organization for their final approval.
Answer:
C.R.U.D stands for Create, Read, Update, Delete.
Explanation: