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

Republic of the Philippines

COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY


Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

COURSE SYLLABUS (OBE)


First Semester 2020– 2021
Vision: CFCST: haven of intellectuals in 2023
Mission: CFCST shall endeavor to be a potent vehicle in uplifting the socio-economic status of its clientele and neighboring communities through the provision of custodial care services, access to
education and relevant training in science and technology.

Core Values: Culture-Sensitive; Adherent to Laws; Relevant and Responsive; Efficient and Effective; and Spiritually-oriented (CARES)

Course Name CS 211 Data Structures and Algorithms


Course Credit 3 units
Covers the design, analysis, and implementation of data structures and algorithms to solve engineering problems using an object‐oriented programming
Course Description language. Topics include elementary data structures, (including arrays, stacks, queues, and lists), advanced data structures (including trees and graphs), the
algorithms used to manipulate these structures, and their application to solving practical engineering problems.
Contact Hours/week Five (5) hours per week (2 hours lecture; 3 hours laboratory)
Prerequisite None

Program Educational Objectives. After 3-5 years of completing all the academic requirements, the BSCS graduates could:
1. The BSCS alumni will perform high level of technical expertise in the field of primary and secondary job roles.
2. The BSCS alumni will perform ethical conduct in the practice of computing professionalism.

Program Outcome Code Program Outcomes


Apply knowledge of computing fundamentals, knowledge of a computing specialization, and mathematics, science and domain knowledge appropriate for the computing
PO1
specialization to the abstraction and conceptualization of computing models from defined problems and requirements.
Identify, analyze, formulate, research literature, and solve complex computing problems and requirements reaching substantiated conclusions using fundamental principle
PO2
of mathematics, computing sciences, and relevant domain discipline.
An ability to apply mathematical foundations, algorithmic principles and computer science theory in the modeling and design of computer- based systems in a way that
PO3
demonstrates comprehension of the tradeoffs involved in design choices.
PO4 Knowledge and understanding of information security issues in relation to the design, development and use of information systems
PO5 Design and evaluate solutions for complex computing problems and design and evaluate systems, components, or processes that meet specified needs with appropriate
Form No. : FM -DPM- CFCST PRS—01
Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

considerations for public health and safety, cultural, societal, and environmental consideration
Create, select, adapt and apply appropriate techniques, resources and modern computing tools to complex computing activities, with an understanding of the limitations to
PO6
accomplish a common goal
PO7 Function effectively as an individual and as a member or leader in diverse teams and in multidisciplinary settings
Communicate effectively with the computing community and with society at large about complex computing activities by being able to comprehend and write effective
PO8
reports, design documentation, make effective presentations, and give and understand clear instructions
An ability to recognize the legal, social, ethical and professional issues involved in the utilization of computer technology and be guided by the adoption of appropriate
PO9
professional, ethical and legal practices
PO10 Recognized the need, and have the ability, to engage in independent learning for continual development as a computer professional

Course Outcome
After completion of the course, the students should be able to: PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12 PO13
Design, Implement, test and Debug a program, based on the given
specification. That uses and implement an abstract data types (stacks
CO1 P P P I
queues, priority queues, sets, maps)

Argue strength and weakness among multiple implementation for a


CO2 problem (i.e., on the aspects of iterative vs. recursive solution and on P P P I
the aspects of abstraction, encapsulation, and information hiding.
I – Introduce, P – Practice, D-Demonstrate

COURSE OUTLINE AND TIME FRAME (54 HOURS LECTURE WITH LABORATORY)
Week 1 Course Content/Subject Matter
I. Orientation
Form No. : FM -DPM- CFCST PRS—01
Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

a. VGMO
b. Classroom policy
c. Requirement/s of the course
Unit I. Data Types, Abstraction,
Week 2 Data abstraction and Abstract Data Types

Unit II. Friend functions,


Operator overloading Exception handling,
Week 3
Memory allocation and Deallocation, bad_alloc exception.

Unit III. Encapsulation


Inheritance,
Week 4-5
Polymorphism,
Virtual functions.
Unit IV. Templates Function and class templates
Programming using class and function Templates,
Week 6
Standard Template Library (STL), Components of STL.

Unit V. Basic data structures


Arrays, Static Arrays and Dynamic arrays,
Week 7-8
Explore how a generic Vector container is used to Manipulate data.

Unit VI. List ADT


Implementation using arrays (static and dynamic),
Week 9
Basic operations on a List

MIDTERM EXAM
Unit VII. Linked-List
Singly linked-lists,
Week 10 Implementation using pointers,
Basic Operations

Week 11-12 Unit VIII. Stacks and Queues

Form No. : FM -DPM- CFCST PRS—01


Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

Behavior of a Stack,
Basic operations on a Stack
Array-based Stacks, Linked-list based implementation.
Expression evaluation using a stack,
Queues,
Behavior of a queue,
Basic queue operations Study implementations using an array and a linked-list.

Unit IX. Tree data structure


Binary and nonbinary trees
Structure of a binary tree
Week 13 Definitions and properties
Traversing a binary tree
Study binary tree implementation

Unit X. Binary Search Tree (BST)


Organizing data in a BST
Inserting and deleting items in a BST
Week 14
Traversing a BST. Non-binary (General) tree
General tree traversal.

Unit XI. Algorithm analysis


What to analyze
Analysis techniques
Week 15
Efficiency of algorithms
Comparing efficiency of various algorithms

Week 16-17 Unit XII. Searching and Hashing algorithms.


Search algorithms – Sequential Search,
Ordered lists, binary search
Searching using Hashing,
Hash tables,
Hash functions

Form No. : FM -DPM- CFCST PRS—01


Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

Some examples of hash functions,


Collision resolution.

Unit XIII. Sorting algorithms


Week 18 Sorting an array of elements,
Study various algorithms and their efficiency
FINAL EXAM

Pen and Paper Assessment


Authentic Assessment (Laboratory and Field Work) using Scoring Criteria developed by the whole class
Written Outputs (to be assessed using the Scoring Criteria developed by the whole class)
Quizzes/Assignments
Assessment Task
Teaching and
Desired Learning Course Content/ Textbooks/ (ATs) Resource Time Table
Learning
Outcomes(DLO) Subject matter References Theory Based Practice Based Assessment Materials
Activities (TLAs)
Schedule
At the end of the semester, the Course Content/Subject
students must: Matter

a. be oriented about the Orientation


Week 1
school’s VMGO a.VGMO CFCST student Manual Powerpoint Reflective First Formative CFCST
b. be informed about b.Classroom policy CFCST Operation Presentation Writing Test student
classroom policies and c.Requirement/s of the Manual handbook,
requirements of the course. course Teacher-Centered operation
Strategy (Lecture) manual
CO1, CO2 Data Structures Online modality Quiz Laboratory Books / Week 2
a. Defined different kinds Unit I. Data Types, Demystified using Learning activity Ebooks
of data type and its Abstraction, Authors: James Keogh, management Assignment
function Data abstraction and Ken Davidson system Laptop
Abstract Data Types Publisher: Brandon A.
b. explained abstraction and Nordin 2004 Offline modality LCD
its function to ISBN: 0-07-225359-2 using Exe platform Projector
programming

Form No. : FM -DPM- CFCST PRS—01


Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

Advanced Data PowerPoint Compiled


c. apply abstract data types Structures Presentation IM’s
in sample program Author: PETER BRASS
Publisher: PETER Teacher-Centered
BRASS 2008 Strategy (Lecture
ISBN: 978-0-511-43685-
7 Video
conferencing
Algorithms and Data software
CO1, CO2 Unit II. Friend functions, Structures—The Science Online modality Quiz Laboratory Books /
a. Explained the concept of Operator overloading of Computing using Learning activity Ebooks
memory allocation Exception handling, Authors: Douglas management Assignment
b. Discussed memory Memory allocation and Baldwin, Greg W. Scragg system Laptop
allocationto optimized Deallocation, bad_alloc Publisher: David Pallai
programming technique exception. 2004 Offline modality LCD
c. Apply data structuring in ISBN: 1-58450-250-9 using Exe platform Projector
sample program
DATA STRUCTURES PowerPoint Compiled Week 3
AND PROBLEM Presentation IM’s
SOLVING USING C++
Authors: MARK ALLEN Teacher-Centered
WElSS Strategy (Lecture
Publisher: Addison
Wesley Longman 2002 Video
ISBN: 0321 205006 conferencing
software
CO1, CO2 Unit III. Encapsulation, Online modality Quiz Laboratory Books / Week 4-5
Inheritance, using Learning activity Ebooks
a. Understood the concept of Polymorphism, management Assignment
encapsulation, inheritance, Virtual functions. system Laptop
polymorphism, virtual
function and its used in Offline modality LCD
programming using Exe platform Projector
b. Discussed code
Form No. : FM -DPM- CFCST PRS—01
Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

encapsulation PowerPoint Compiled


c. Apply polymorphsm in Presentation IM’s
sample program
Teacher-Centered
Strategy (Lecture

Video
conferencing
software
CO1, CO2 Unit IV. emplates Online modality Quiz Laboratory Books /
Function and class using Learning activity Ebooks
a. Exemplify the function of templates, management Assignment
Standard template Programming using system Laptop
Library class and function
b. Explained the class Templates, Offline modality LCD
function in code Standard Template using Exe platform Projector
c. Apply class function in Library (STL),
the sample program Components of STL. PowerPoint Compiled Week 6
Presentation IM’s

Teacher-Centered
Strategy (Lecture

Video
conferencing
software
CO1, CO2 Unit V. Basic data Online modality Quiz Laboratory Books / Week 7-8
structures, using Learning activity Ebooks
a. Demonstrate basic data Arrays, Static Arrays management Assignment
structuring and data and Dynamic arrays, system Laptop
manipulation Explore how a generic
b. Explaine the function of Vector container is used Offline modality LCD
arrays in coding to Manipulate data. using Exe platform Projector
c. Apply array
Form No. : FM -DPM- CFCST PRS—01
Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

programming to create PowerPoint Compiled


sample program Presentation IM’s

Teacher-Centered
Strategy (Lecture

Video
conferencing
software
CO1, CO2 Unit VI. List ADT, Online modality Quiz Laboratory Books /
Implementation using using Learning activity Ebooks
a. Understand the function arrays (static and management Assignment
of arrays in the program dynamic), system Laptop
b. Discussed basic Basic operations on a
operation on a list List Offline modality LCD
c. Apply basic operation using Exe platform Projector
using list in sample
coding PowerPoint Compiled Week 9
Presentation IM’s

Teacher-Centered
Strategy (Lecture

Video
conferencing
software

Form No. : FM -DPM- CFCST PRS—01


Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

e.g. Multiple e.g. Laboratory/ December Test paper, 1


Choice Hands-on exam, (2020) TOS,
MIDTERM EXAMINATION Questions performance- assessment
(Coverage: Unit I to VI) (TOS must be based exams rubrics or
provided) (rubrics/criteria criteria
must be
provided)
CO1, CO2 Unit VII. Linked-List, Data Structures Online modality Quiz Laboratory
Singly linked-lists, Demystified using Learning activity
a. explained link list Implementation using Authors: James Keogh, management Assignment
concept in sample pointers, Ken Davidson system
Books /
program Basic Operations Publisher: Brandon A.
Ebooks
b. discussed the Nordin 2004 Offline modality
function of pointers ISBN: 0-07-225359-2 using Exe platform
Laptop
in sample program
Advanced Data PowerPoint Week 10
LCD
c. apply basic pointers Structures Presentation
Projector
operation in sample Author: PETER BRASS
program Publisher: PETER Teacher-Centered
Compiled
BRASS 2008 Strategy (Lecture
IM’s
ISBN: 978-0-511-43685-
7 Video
conferencing
Algorithms and Data software
CO1, CO2 Unit VIII. Stacks and Structures—The Science Online modality Quiz Laboratory Books / Week 11-12
Queues, of Computing using Learning activity Ebooks
a. Exemplify the Behavior of a Stack, Authors: Douglas management Assignment
function of queuing Basic operations on a Baldwin, Greg W. system Laptop
Stack Scragg
b. Understood the Array-based Stacks, Publisher: David Pallai Offline modality LCD
behavior of the stack Linked-list based 2004 using Exe platform Projector
in a program implementation. ISBN: 1-58450-250-9

Form No. : FM -DPM- CFCST PRS—01


Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

Expression evaluation PowerPoint


c. Apply basic using a stack, DATA STRUCTURES Presentation
operation of stack , Queues, AND PROBLEM
array-based stack Behavior of a queue, SOLVING USING C++ Teacher-Centered
Compiled
Basic queue operations Authors: MARK Strategy (Lecture
IM’s
Study implementations ALLEN WElSS
using an array and a Publisher: Addison Video
linked-list. Wesley Longman 2002 conferencing
ISBN: 0321 205006 software
CO1, CO2 Unit IX. Tree data Online modality Quiz Laboratory
structure using Learning activity
a. Apply binary trees in Binary and nonbinary management Assignment
simple program. trees system
Books /
b. Explained the Structure of a binary tree
Ebooks
structure of binary Definitions and Offline modality
tree properties using Exe platform
Laptop
c. Discussed the binary Traversing a binary tree
tree implementation Study binary tree PowerPoint Week 13
LCD
implementation Presentation
Projector
Teacher-Centered
Compiled
Strategy (Lecture
IM’s
Video
conferencing
software
CO1, CO2 Online modality Quiz Laboratory Books / Week 14
Unit X. binary Search using Learning activity Ebooks
a. Create simple Tree (BST) management Assignment
program to apply Organizing data in a BST system Laptop
Insert and deleting Inserting and deleting
items in a BST items in a BST Offline modality LCD
b. Discussed inserting Traversing a BST. Non- using Exe platform Projector
and deleting items in a binary (General) tree
Form No. : FM -DPM- CFCST PRS—01
Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

BTS General tree traversal. PowerPoint


c. Explained traversing Presentation
BTS
Teacher-Centered
Compiled
Strategy (Lecture
IM’s
Video
conferencing
software
CO2 Unit XI. Algorithm Online modality Quiz Laboratory
analysis, using Learning activity
a. Demonstrate the What to analyze management Assignment
efficiency of Analysis techniques system
Books /
algorithms Efficiency of algorithms
Ebooks
Comparing efficiency of Offline modality
b. Explained defferent various algorithms using Exe platform
Laptop
kind of algorithm
PowerPoint Week 15
LCD
c. Apply algorithm Presentation
Projector
analysis to solve
problem. Teacher-Centered
Compiled
Strategy (Lecture
IM’s
Video
conferencing
software
CO2 Unit XII. Searching and Online modality Quiz Laboratory Books / Week 16-17
Hashing algorithms. using Learning activity Ebooks
a. Apply different kinds of Search algorithms – management Assignment
algorithms in simple Sequential Search, system Laptop
program Ordered lists, binary
b. Explained the efeciency search Offline modality LCD
of hashing algorithm Searching using using Exe platform Projector
c. Discussed some Hashing,
Form No. : FM -DPM- CFCST PRS—01
Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

examples of hash Hash tables, PowerPoint


function and collision Hash functions Presentation
resolution Some examples of hash
functions, Teacher-Centered
Compiled
Collision resolution. Strategy (Lecture
IM’s
Video
conferencing
software
CO2 Unit XIII. Sorting Online modality Quiz Laboratory
algorithms, using Learning activity
a. Apply sorting Sorting an array of management Assignment
algorithm elements, system
Books /
b. Discussed sorting Study various
Ebooks
algorithm to solve algorithms and their Offline modality
problem efficiency using Exe platform
Laptop
c. Explained sorting
algorithm to solve PowerPoint Week 18
LCD
computing problems Presentation
Projector
Teacher-Centered
Compiled
Strategy (Lecture
IM’s
Video
conferencing
software

Form No. : FM -DPM- CFCST PRS—01


Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

e.g. Multiple e.g. Laboratory/ April 2021 Test paper,


Choice Hands-on exam, TOS,
Questions performance- assessment
FINAL TERM EXAMINATION (TOS must be based exams rubrics or
(Content: unit I to XIII) provided) (rubrics/criteria criteria
must be
provided)

Suggested Readings and References Data Structures Demystified


Authors: James Keogh, Ken Davidson
Publisher: Brandon A. Nordin 2004
ISBN: 0-07-225359-2

Advanced Data Structures


Author: PETER BRASS
Publisher: PETER BRASS 2008
ISBN: 978-0-511-43685-7

Algorithms and Data Structures—The Science of Computing


Authors: Douglas Baldwin, Greg W. Scragg
Publisher: David Pallai 2004
ISBN: 1-58450-250-9

DATA STRUCTURES AND PROBLEM SOLVING USING C++


Authors: MARK ALLEN WElSS
Publisher: Addison Wesley Longman 2002
ISBN: 0321 205006

Course Requirements 1. Topic Reporting utilizing traditional and recent educational technologies
2. Research work and assignment
3. On-Time submission of written works / exercises / reports.

Form No. : FM -DPM- CFCST PRS—01


Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 
Republic of the Philippines
COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY
Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address cfcstedu@gmail.com website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

4. CHEATING during examination; COPYING & PLAGIARISM of submitted materials are never allowed.
5. The instructor reserves the right to either accept or deny outputs that are submitted later than the due date.
Grading System Following the Quality Policy Manual of the College of ICT, the grading system below shall be used:

LECTURE (40%)
Quizzes –30%
Class Recitation/Participation/Attendance - 10%
LABORATORY – 30%
Mid-Term/Final Term Exam – 30%
Total = 100%

Final Rating = (Final Term Grade x 2) plus Mid-Term Grade divided by 3 or FR = FT (2) + MT
3
Classroom Policies Online class using learning management system platforms:
1. Assignments must be submitted on or before the assigned deadline, late submission will have a corresponding deduction on the graded
assignment
2. Quizzes and exam will be taken only once by the individual student, it will automatically lock when the specified date and time limit is reach.
The student may take special quizzes and exam provided that the student has justifiable and valid reason.
3. The online class in open for student’s individual class discussion/ consultation and clarification during week days, Monday to Friday 8:00am to
5:00pm.
Offline class using Exe LMS platform, e-copies:
1. Modules will be given to individual students through the use of USB drive provided by the individual student. A URL link will be provided by
the instructor for the student to access and download the said learning materials.
2. The student must submit assignments, quizzes, exams and reports on time that being set by the instructor.

Submitted by: Concurred by: Noted by: Recommending Approval: Approved:

RODERICK S. TINGZON MARIA VANISA A. AKMAD ENGR. ROY M. PAMA, MIT BAINORIE A. MANTAWIL, EdD HARRIS M. SINOLINDING,
Ph.D.
Course Instructor College Librarian Dean, College of ICT Director for Instruction Vice Pres. for Academic Affairs

Form No. : FM -DPM- CFCST PRS—01


Issue Status 01
Revision No. 00
Date Effective : 30 September, 2017
Approved by : President
 
 
 

You might also like