Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 14

Presentation on C Programming

Module Leader Group Members


Dolma Kumari Sherpa Sushil Poudel
(NP000421)
TITLE

Malaysian Urban Bank Management System


• Introduction
• Design of Program
CONTENT

• Explanation of C Programming Concept


• Additional Features
• Sample Outputs
• Conclusion
Introduction

Malaysian Urban Bank Management System (MUBMS)


is banking software developed to provide online access to
the Bank Costumers. It is developed by using C
Programming language. It helps to store Financial and
Personal information of customers. MUBMS is a system
with two types of user in which admin user can access all
the customer related functions and customer can access
limited functions.

1
Design of Program

C Programming language is one of the oldest programming but it is enough to


get better understanding of programming concept. Programming of this
MUBMS Bank Management System contains several designing elements like
flowchart and pseudocode

2
Flow Chart

Flowchart is a kind of flowing graph which shows the systematic processes


of programmed software.

ASSIGNED
START DICISION INPUT/OUTPUT
VALUE DIRECTION OF FLOW

3
Sample Flow Chart

4
Pseudocode

Pseudocode is an informal definition of C language which helps to get


better understanding of programming language in normal language.
Simply it is a short form of program which intended to human reading.

5
Sample Pseudocode
Read select
Begin
If select=b or select=B
Declare header file
Open function menu2();
Declare function for Admin
Else
Declare function for Customer
Open update_personal_information ()
Declare structure for customer
End if
Open function Main ()
End if
Display welcome to Bank management system
End if
Display choose the option
End if
Display 1 admin 2 customer 3 Exit
End do
Read a
End function
Case 1
End
Display welcome to login panel
6
Explanation of C Programming Concept

This is a system created by C Programming language. I have use various C Programming


concepts to program this system after designing and decisioning. Following are the C
Programming concept used in this MUBMS system

• Function • Array
• Data Type • Comments
• Variables • File Handling
• C Struct • Operators
7
Sample Outputs

8
Sample Outputs

9
Conclusion

From this assignment I have learned about the different concepts of C


Programming language which inspire me to program these types of
system in future. It helped me to know what we have learned in our
module in this session.

11
THANK YOU!

You might also like