0% found this document useful (0 votes)
181 views4 pages

CLO Assignment PDF

The document contains 4 assignments with questions for students. Assignment 1 asks students to analyze a data management system using bubble sorting and propose improvements. Assignment 2 involves writing a program for a bank management system with various functions. Assignment 3 requires writing a program to input and display attributes of 10 players, including functions to calculate team averages. Assignment 4 asks students to write a program that asks a question 20 times and tracks answer selections.

Uploaded by

m azfar tariq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
181 views4 pages

CLO Assignment PDF

The document contains 4 assignments with questions for students. Assignment 1 asks students to analyze a data management system using bubble sorting and propose improvements. Assignment 2 involves writing a program for a bank management system with various functions. Assignment 3 requires writing a program to input and display attributes of 10 players, including functions to calculate team averages. Assignment 4 asks students to write a program that asks a question 20 times and tracks answer selections.

Uploaded by

m azfar tariq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Name: ________________ Instructor: Omer Khan

Reg. #: ________________ ASSIGNMENT 01 Section: A


Section: _______________ Maximum Marks: 10

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:

You might also like