This portfolio is divided into two parts: the first part is an essay, which is written based on a given topic, and the s
Posted: Sat May 14, 2022 2:34 pm
This portfolio is
divided into two parts: the first part is an
essay, which is written based on a given topic,
and the second part is an application of your understanding of a
scenario based on a real-world problem related to a credit card
company.
Part 1:
Write a report
about computer science and information systems. You need to explain
the role of these topics in the modern world. You can give concrete
examples to support your answer.
Part 2:
Answer all the tasks
given below. You must write the proper program or
pseudocode. You must provide also proper data type
declaration with explanation on why you must use that data type. A
flowchart also should be drawn and its output with proper
explanation.
Task 1
Enter the details of
a bank customer such as name, address, age, email, balance amount
and the type of account. The output should show all the details of
the customer.
Task 2
Convert the amount
which the bank customer wants to deposit in his account from Omani
Rial to dollar.
Task 3
Enter the withdrawal
amount and check the balance amount if it is enough for the
withdrawal transaction from the account. The output should show
“Not enough balance” if the balance
amount is less.
Task 4
Select five (5) bank
customer names and their balance amount from the accounts using
conditional statement using C# language (if, else, else if and
switch). Find the highest balance holder and print the name of
the customer and balance amount.
divided into two parts: the first part is an
essay, which is written based on a given topic,
and the second part is an application of your understanding of a
scenario based on a real-world problem related to a credit card
company.
Part 1:
Write a report
about computer science and information systems. You need to explain
the role of these topics in the modern world. You can give concrete
examples to support your answer.
Part 2:
Answer all the tasks
given below. You must write the proper program or
pseudocode. You must provide also proper data type
declaration with explanation on why you must use that data type. A
flowchart also should be drawn and its output with proper
explanation.
Task 1
Enter the details of
a bank customer such as name, address, age, email, balance amount
and the type of account. The output should show all the details of
the customer.
Task 2
Convert the amount
which the bank customer wants to deposit in his account from Omani
Rial to dollar.
Task 3
Enter the withdrawal
amount and check the balance amount if it is enough for the
withdrawal transaction from the account. The output should show
“Not enough balance” if the balance
amount is less.
Task 4
Select five (5) bank
customer names and their balance amount from the accounts using
conditional statement using C# language (if, else, else if and
switch). Find the highest balance holder and print the name of
the customer and balance amount.