CLO Assignment PDF
CLO Assignment PDF
Question 01: A company requires data management system to arrange employ record of 100
persons. Existing system uses “Bubble sorting” technique which is slow and inefficient due to
its number of iterations analyze and examine the situation conduct a research survey to find
other techniques and apply this knowledge to minimize the delay factor.
(Marks: 10 CLO 2, PLO 1, C3)
Solution:
Name: ________________ Instructor: Omer Khan
Reg. #: ________________ ASSIGNMENT 02 Section: A
Section: _______________ Maximum Marks: 10
Question 01 (a): Write a program for bank management system using functions which include
1. Register Account
2. Search by account
3. Deposit
4. Withdrawal
5. Account Information
6. Exit
Question 01 (b): If number of persons increase more than 50 in bank it created humidity and
suffocation for customers to keeping that in mind bank also require a person counter system
for their building design this system for bank. (Marks: 10 CLO 1, PLO 3, C6)
Solution:
Name: ________________ Instructor: Omer Khan
Reg. #: ________________ ASSIGNMENT 03 Section: A
Section: _______________ Maximum Marks: 10
Question 01: Write a program that contains attributes for 10 players: player’s name and average
score. Write three function to input, change_score display these attributes and function to calculate
the average of team. (Marks: 10 CLO 1, PLO 3, C6)
Solution:
Name: ________________ Instructor: Omer Khan
Reg. #: ________________ ASSIGNMENT 04 Section: A
Section: _______________ Maximum Marks: 10
Question 01: Write a program that will ask the user a question with four possible answers. The
question should be asked 20 times. After all the inputs are gathered, the program should
output the number of time each answer was selected. (Marks: 10 CLO 1, PLO 3, C6)
Solution: