Answer:
Six applications domains for the ATM was listed below in the explanation section below
The main aim of the ATM is cash collection, user information update.
The users of the ATM are people, staff, customers/clients.
Explanation:
Solution
Given that
The Application domain for the system is given below:
- The System is going to verify the details entered
- Update the database on the server side
- Calculation of cash Available
- Count the Cash and Identify the note in the Machine
- Troubleshooting of the ATM machine (system)
- Backup of the system and Operating system /Software installed on the ATM machine.
The ATM is going to be used for the purpose of collecting cash, updating user information, cashing cheques etc and is used by all the Bank customers.
Who are the users of ATM:
- Customers at the bank
- Individuals /people
- Staff of the Bank
Your IP address, also known as Internet Protocol
Wait what? is that really a question orr
Answer:
<u>Algorithm()
</u>
1. p = Enter the price of item A.
2. c = Enter the number of A’s purchased.
3. Now the price per item with tax is:
t= p+(p*6/100)
4. The total cost of c items:
ct= t * c.
5. Print ct.
In this algorithm, we are taking the price per item and counting it’s cost including tax. Then we are multiplying the price per item with tax with the number of items we purchase, to find the overall cost with tax.
You may calculate the overall cost without tax as (p*c). Then you can find the overall cost with tax as ((p*c)+(p*c*6/100)), as in both way, we will get the same result.
Answer:
Mainframe Computer System
Explanation:
Mainframe systems or simply mainframes are computers used for critical application, bulk processing and transaction processing.
They are larger than the basic computers we find around. They are advantageous as they are able to process large data faster. For this reason, large institutions like banks tend to use them for processing of data because of the thousands of transactions they engage in.
They are capable of handling and processing very large amount of data quickly.
Examples of other large institutions that uses mainframe computers apart from Bank stated in the question are
1. Stock brokerage firms
2. Government agencies
3. Insurance agencies
4. Fortune 500 companies and so on.