9608_w19_qp_11
A paper of Computer Science, 9608
Questions:
5
Year:
2019
Paper:
1
Variant:
1

Login to start this paper & get access to powerful tools

1
2
3
4
Customers of a bank can access their account information by logging in on the bank’s website. The bank has a client-server model of networked computers. Describe, using the bank as an example, the key features of a client-server model. Give two other examples of applications that can use the client-server model. The bank’s customers log in to the website using a web application. Explain why the web application uses server-side scripting. The bank is upgrading its local area network (LAN) copper cables to fibre-optic cables. State two benefits to the bank of upgrading to fibre-optic cable from copper cable. State two drawbacks of upgrading to fibre-optic cables. The bank uses a relational database, ACCOUNTS, to store the information about customers and their accounts. The database stores the customer’s first name, last name and date of birth. The bank has several different types of account. Each account type has a unique ID number, name (for example, regular or saving) and bonus (for example, $5.00, $10.00 or $15.00). A customer can have more than one account. Each customer’s account has its own ID number and stores the amount of money the customer has in that account. The bank creates a normalised, relational database to store the required information. There are three tables: • CUSTOMER • ACCOUNT_TYPE • CUSTOMER_ACCOUNT Write the attributes for each table to complete the database design for the bank. CUSTOMER( ) ACCOUNT_TYPE( ) CUSTOMER_ACCOUNT( ) Identify the primary key for each table that you designed in part . CUSTOMER ACCOUNT_TYPE CUSTOMER_ACCOUNT Identify one foreign key in one of the tables that you designed in part . Table name Foreign key The following table has definitions of database terms. Write the correct database term in the table for each definition. Definition Term All the data about one entity The data in one row of a table A column or field in a table
5