0% found this document useful (0 votes)
7 views

LEC-1A OBE Introduction Computer Programming

The document outlines Outcome Based Education (OBE) as a framework for assessing and evaluating the performance of graduates in the Civil Engineering program at the University of Engineering and Technology, Lahore. It details the benefits of OBE, including improved curriculum relevance and recognition in Washington Accord countries, and presents the Program Educational Objectives (PEOs) and Program Learning Outcomes (PLOs) that graduates are expected to achieve. Additionally, it includes a course outline for Computer Programming and Application, highlighting the integration of theoretical and practical components in the curriculum.

Uploaded by

malihabano003
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

LEC-1A OBE Introduction Computer Programming

The document outlines Outcome Based Education (OBE) as a framework for assessing and evaluating the performance of graduates in the Civil Engineering program at the University of Engineering and Technology, Lahore. It details the benefits of OBE, including improved curriculum relevance and recognition in Washington Accord countries, and presents the Program Educational Objectives (PEOs) and Program Learning Outcomes (PLOs) that graduates are expected to achieve. Additionally, it includes a course outline for Computer Programming and Application, highlighting the integration of theoretical and practical components in the curriculum.

Uploaded by

malihabano003
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

COMPUTER PROGRAMMING

INTRODUCTION TO OBE

DR. ALI AHMAD


DR. USMAN AKMAL

DEPARTMENT OF CIVIL ENGINEERING


UNIVERSITY OF ENGINEERING AND TECHNOLOGY,
LAHORE
OBE => Outcome Based Education
Outcome => Output => Result / Product =>
University Product => Performance of Graduates & Alumni

OBE is a system of education that


involves assessment and evaluation
practices from stake holders to reflect the
attainment of expected learning and
showing mastery in the program area.

Program => B.Sc. Civil Engineering


Students => Learning in a program
Graduates => Just passed the program
Alumni => Ex-students, now working
2
DOMAINS OF ENGINEERING PROGRAM

(1) Cognitive => Engineering Knowledge

(2) Psychomotor => Skills learnt by moving body parts

(3) Affective => Attitude / ethical values / manners

3
Difference between Engineering and
Engineering Technology Programs

ENGINEERING PROGRAM

Education Training
(Knowledge & Understanding) (Skill)
Psychom
Cognitive Affective
otor
(Knowledge – K) (Attitude – A)
(Skill – S)

TECHNOLOGY PROGRAM

Education Training
(Knowledge & Understanding) (Skill)
Cognitive Psychomotor Affective
(Knowledge – K) (Skill – S) (Attitude – A)

4
Difference between Engineering and
Engineering Technology Programs

5
Difference between Engineering and
Engineering Technology Programs

Technologist
Technician
Apprentice

Knowledge
Engineer
Skills

6
Benefits of OBE

1. More directed & rational curriculum.

2. Graduates will be more “relevant” to the industry / field.

3. Enhances public relations.

4. Improve avenues for internships and jobs.

5. Continuous Quality Improvement (CQI) is in place.

6. Degree will be well recognized in all Washington Accord


Countries.

7. Pakistan has become 19th FULL SIGNATORY of the


Washington Accord in June, 2017.

7
Washington Accord Countries

8
Likely future Washington Accord Countries

9
UET Vision
To generate Knowledge for global competitive advantage
and become a leading world class research University.

UET Mission
To play a leading role as a university of Engineering and
Technology in teaching, research, innovation, and
commercialization that is internationally relevant and has a
direct bearing on national industrial, technological and
socio-economic development.

Program Mission
To impart high quality Civil Engineering education through
modern teaching and research for the national and
international socio-economic development.
10
Objectives / Outcomes

PEOs => Program Educational Objectives


(Assessed from Alumni after 5 years of graduation)

PLOs => Program Learning Outcomes


(Assessed from graduates till the time of graduation)

CLOs => Course Learning Outcomes


(Assessed from students after each course)

11
Program Educational Objectives (PEOs)

1) Graduates demonstrate their proficiency of applying the


knowledge & skills to solve complex civil engineering
problems.

2) Graduates communicate effectively and contribute in


the project team.

3) Graduates uphold principles of ethics and societal


obligations with integrity throughout their professional
practices.

4) Graduates engage themselves in continuous


professional learning process for the sustainability.

12
PEOs and PLOs Mapping
S. No. PEOs PEO’s Relevant PLO's
PLO-1 Engineering knowledge
Graduates demonstrate their
PLO-2 Problem analysis
proficiency of applying the knowledge
1 PEO-1 PLO-3 Design/development of solutions
& skills to solve complex civil
PLO-4 Investigation
engineering problems.
PLO-5 Modern tool usage

PLO-9 Individual and teamwork


Graduates communicate effectively
2 PEO-2 PLO-10 Communication
and contribute in the project team.
PLO-11 Project Management

Graduates uphold principles of ethics


and societal obligations with integrity PLO-6 The Engineering and society
3 PEO-3
throughout their professional PLO-8 Ethics
practices.

Graduates engage themselves in


PLO-7 Environmental and sustainability
4 PEO-4 continuous professional learning
PLO-12 Lifelong Learning
process for the sustainability

13
Program Learning Outcomes (PLOs)
At the time of graduation, the graduate must be able to have:
S. No PLOs

1 PLO 1 Engineering Knowledge

2 PLO 2 Problem Analysis

3 PLO 3 Design/Development of Solutions

4 PLO 4 Investigation

5 PLO 5 Modern Tools Usage

6 PLO 6 The Engineers and Society

7 PLO 7 Environment and Sustainability

8 PLO 8 Ethics

9 PLO 9 Individual and Team Work

10 PLO 10 Communication

11 PLO 11 Project Mangement

12 PLO 12 Life Long Learning

Note: Each student must qualify all 12 PLOs 14


Course Outline of Computer Programming and Application
of ICT (Theory)

❖ Introduction to computers
❖ Computational Thinking
❖ Introduction to programming & PYTHON
❖ Programming with PYTHON (syntax)
❖ Algorithms, Flowcharts & Data Types
❖ PYTHON variables
❖ Conditional operations
❖ Loops structures
❖ Functions and Strings
15
Course Outline of Computer Programming and Application
of ICT

❖ Working with files


❖ Introduction to Pandas & Numpy libraries
❖ 2D and 3D plotting
❖ Programming of Elementary Civil
Engineering Problems
❖ Introduction to MS Office with advanced
applications of MS Excel
❖ Fundamentals of Information and
Communication Technologies (ICT)
platforms
16
CLO - PLO Mapping for Theory Part

Blooms
Sr. No. CLOs PLO Taxonomy
Level

To DESCRIBE basic concepts of


1 1 C2
computer programming and ICT

To DEVELOP computer programs


involving arithmetic operations,
2 3 C5
input/output statements, decision-
making statements, loops, and functions.

To ANALYZE computing problems


3 related to civil engineering and choose 2 C4
the best possible solution

17
Course Outline of Computer Programming and Application
of ICT (Lab)
❖ Practice of basic syntax of PYTHON (Jupyter
notebook, constants, variables, print & input
function)
❖ Practice programs for conditional statements & error
handling
❖ Practice programs for loops
❖ Practice programs for functions & strings
❖ Practice programs for working with files (using
Pandas library)
❖ Practice of plotting in PYTHON
❖ Programming of Elementary Civil Engineering
Problems
18
CLO - PLO Mapping for Lab Part

Blooms
Sr. No. CLOs PLO Taxonomy
Level

To demonstrate the basics of computer


1 1 C3
programming

To outline the algorithms of programs for


2 3 C4
solving civil engineering problems

To prepare programs for solving basic


3 3 C3
civil engineering problems

To exhibit concern towards time


4 7 A3
management, punctuality, and honesty

19
What difference students feel with OBE?

1. Now in the first lecture, teacher tells us about the CLOs of each course.

2. Now Psychomotor are being assessed in the laboratories.

3. Now safety measures are being adopted in labs while performing


experiments.

4. Now teacher tells us about the ethical values to be practiced in the field.

5. Now there is considerable improvement in facilities and infrastructure.

6. Now after 5 years of the graduation, the performance of the alumni is


being assessed and evaluated.

7. There is Continuous Quality Improvement (CQI) in education system.

20
Continuous Quality Improvement (CQI)

P P C
E L L
O O O
ACT PLAN
• Adjust Plan • Establish
• Adjust Syllabus/
Delivery Objectives/Outcome Curriculum
• Adjust s
• Design Exam, Project,
Assessment
criteria CQI learning/content
• Make Assessment
Survey etc.

Lecture, Lab,
CHECK DO Tutorial
• Analyze of Exam, Test, Quiz,
• Deliver
data Report,
• Propose • Assess Presentation
Improvements
• Document
Analysis & Evaluation of Course File Results
CLO, PLO attainments and
results of Survey data
21

You might also like