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

Computer Programming I (Fundamentals of Programming) 11

This document contains a course syllabus for CS 112 Computer Programming I at the Cotabato Foundation College of Science and Technology. The 3-unit course covers fundamental programming concepts like primitive data types, basic computation, simple I/O, conditional and iterative structures, function definitions, and parameter passing. The course outcomes include designing, implementing, testing, and debugging programs based on specifications using these concepts, and assessing and recommending revisions to other programmers' code regarding documentation, style, and appropriate use of control structures. The syllabus provides the course description, prerequisites, contact hours, program educational objectives, program outcomes, course outcomes, and a proposed course outline and time frame over 14 weeks.

Uploaded by

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

Computer Programming I (Fundamentals of Programming) 11

This document contains a course syllabus for CS 112 Computer Programming I at the Cotabato Foundation College of Science and Technology. The 3-unit course covers fundamental programming concepts like primitive data types, basic computation, simple I/O, conditional and iterative structures, function definitions, and parameter passing. The course outcomes include designing, implementing, testing, and debugging programs based on specifications using these concepts, and assessing and recommending revisions to other programmers' code regarding documentation, style, and appropriate use of control structures. The syllabus provides the course description, prerequisites, contact hours, program educational objectives, program outcomes, course outcomes, and a proposed course outline and time frame over 14 weeks.

Uploaded by

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

Republic of the Philippines

COTABATO FOUNDATION COLLEGE OF SCIENCE AND TECHNOLOGY


Barangay Doroluman, Arakan, Cotabato
Telefax No. (064) 577-1343
email address [email protected] 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 112 Computer Programming I (Fundamentals of Programming)


Course Credit 3 units
The course covers the use of general purpose programming language to solve problems. The emphasis is to train students to design, implement, test, and debug
Course Description
programs intended to solve computing problems using fundamental programming constructs.
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
Design and evaluate solutions for complex computing problems and design and evaluate systems, components, or processes that meet specified needs with appropriate
PO5
considerations for public health and safety, cultural, societal, and environmental consideration
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

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 a given
specification that uses each of the following fundamental
CO1 programming competent: (1) primitive data types, (2) basic I I I I
computation, (3) simple I/O, (4) conditional and iterative structures,
(5) definitions of functions and parameter passing, and (6) recursion
Assess and recommend revisions to other programmers code (1)
regarding documentation and program style standards that contribute
to readability and maintainability of software, (2) regarding
CO2 I I I I
appropriateness of chosen conditional and iterative constructs giving
programming tasks , and (3) regarding thoroughness in applying
procedural abstraction
I – Introduce, P – Practice, D-Demonstrate

COURSE OUTLINE AND TIME FRAME (54 HOURS LECTURE WITH LABORATORY)
Week 1 Course Content/Subject Matter
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

a. VGMO
b. Classroom policy
c. Requirement/s of the course
Unit I. An Introduction to Programming
a. The Programmer’s Job
Week 2 b. Employment Opportunities
c. A Brief History of Programming Languages
d. Control Structures
Unit II. A Brief History of Programming Languages
a. Machine Languages
Week 3
b. Assembly Languages
c. High-Level Languages
Unit III. Beginning the Problem-Solving Process
a. Problem Solving
Week 4 b. Solving Everyday Problems
c. Creating Computer Solutions to Problems
Unit IV. Variables and Constants
Week 5 a. Internal Memory
b. Selecting a Name for a Memory Location
Unit V. Selecting a Data Type for a Memory Location
Week 6 d. Selecting an Initial Value for a Memory Location
e. Declaring a Memory Location
Unit VI. Completing the Problem-Solving Process
Week 7 a. Getting Data from the Keyboard
b. Displaying Messages on the Computer Screen
Unit VII. Arithmetic Operators in C++
Week 8
f. Assignment Statements
MIDTERM EXAM
Unit VIII. The Selection Structure
Week 9 a. Making Decisions
b. Flowcharting a Selection Structure
Week 10 Unit IX. Comparison Operators
g. Logical Operators
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

h. Formatting Numeric Output


Unit X. More on the Selection Structure
a. Nested Selection Structures
Week 11
b. Flowcharting a Nested Selection Structure
c. Coding a Nested Selection Structure
Unit XI. The Repetition Structure
a. Repeating Program Instructions
Week 12
b. The ‘while’ Statement
c. The ‘for’ Statement
Unit XII. More on the Repetition Structure
a. Posttest Loops
Week 13
b. The ‘do while’ Statement
c. Nested Repetition Structures
Unit XIII. Value-Returning Functions
a. Functions
Week 14 b. Value-Returning Functions

Unit XIV. Creating Program-Defined Value-Returning Functions


Week 15 a. Calling a Function
b. Function Prototypes
Unit XV. Void Functions
a. Functions
Week 16
b. Creating Program-Defined Void Functions
c. Passing Variables to a Function
Unit XVI. One-Dimensional Arrays
a. Arrays
Week 17
b. One-Dimensional Arrays
c. Passing a One-Dimensional Array to a Function
Unit XVII. Recursion
a. Recursive Definitions
Week 18
b. Problem Solving using Recursion
c. Recursion or Iterations
FINAL EXAM
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

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 Online modality
using Learning
a. be oriented about the Orientation management
school’s VMGO a.VGMO CFCST student Manual system Reflective First Formative CFCST
b. be informed about b.Classroom policy CFCST Operation Writing Test student
classroom policies and c.Requirement/s of the Manual Offline pdf handbook,
requirements of the course. course operation
manual Week 1
PowerPoint
Presentation

Teacher-Centered
Strategy (Lecture)

Video
conferencing
software
CO1 Unit I. An Introduction to C How to Program, Online modality Quiz Laboratory Books / Week 2
a. Defined the terminology Programming Fourth Edition using Learning activity Ebooks
used in programming i. The Programmer’s By: H. M. Deitel and P. J. management assignment
b. Explained the tasks Job Deitel system Laptop
performed by a j. Employment An Introduction to
programmer Opportunities Programming with C++ Offline pdf LCD

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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

c. Understood the k. A Brief History of Projector


employment Programming PowerPoint
opportunities for Languages By: Diane Zak Presentation Compiled
programmers and l. Control Structures IM’s
software engineers C++ Programming: Teacher-Centered
d. Explained the history of Program Design Strategy (Lecture
programming languages including Data Structures
e. Explained the sequence, By: D.S. Malik Video
selection, and repetition conferencing
structures software
CO1, CO2 Unit II. A Brief History of Online modality Quiz Laboratory Books /
a. Explained the Programming Languages using Learning activity Ebooks
problem-solving f. Machine management assignment
process used to Languages system Laptop
create a computer g. Assembly
program Languages Offline modality LCD
b. Discussed the h. High-Level using Exe platform Projector
process of assembly Languages
language PowerPoint Compiled Week 3
c. Apply sample code Presentation IM’s
for high level
language to run Teacher-Centered
sample program Strategy (Lecture

Video
conferencing
software
CO1, CO2 Unit III. Beginning the Online modality Quiz Laboratory Books / Week 4
a. Planed an algorithm Problem-Solving Process using Learning activity Ebooks
using pseudocode and i. Problem Solving management assignment
flowcharts j. Solving Everyday system Laptop
b. Analyzed a problem Problems
c. Desk-check an algorithm k. Creating Computer Offline pdf LCD
Solutions to Projector
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

Problems PowerPoint
Presentation Compiled
IM’s
Teacher-Centered
Strategy (Lecture

Video
conferencing
software
CO1, CO2 Unit IV. Variables and Online modality Quiz Laboratory Books /
a. Distinguished among a Constants using Learning activity Ebooks
variable, a named l. Internal Memory management assignment
constant, and a literal m. Selecting a Name system Laptop
constant for a Memory
b. Explained how data is Location Offline pdf LCD
stored in memory Projector
c. Apply different kinds of PowerPoint
Week 5
variable in sample Presentation Compiled
program IM’s
Teacher-Centered
Strategy (Lecture

Video
conferencing
software
CO1, CO2 Unit VI. Selecting a Data Online modality Quiz Laboratory Books / Week 6
a. Select an appropriate Type for a Memory using Learning activity Ebooks
name, data type, and Location management assignment
initial value for a n. Selecting an Initial system Laptop
memory location Value for a
b. Declare a memory Memory Location Offline pdf LCD
location in C++ o. Declaring a Projector
c. Apply memory space Memory Location PowerPoint
declaration using data Presentation Compiled
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

structuring IM’s
Teacher-Centered
Strategy (Lecture

Video
conferencing
software
CO1, CO2 Unit VI. Completing the Online modality Quiz Laboratory Books /
a. Get numeric and Problem-Solving Process using Learning activity Ebooks
character data from the p. Getting Data from management assignment
keyboard the Keyboard system Laptop
b. Displayed information on q. Displaying
the computer screen Messages on the Offline pdf LCD
c. Discuss the problem Computer Screen Projector
solving process PowerPoint
Week 7
Presentation Compiled
IM’s
Teacher-Centered
Strategy (Lecture

Video
conferencing
software
CO1, CO2 Unit VII. Arithmetic Online modality Quiz Laboratory Books / Week 8
a. Write arithmetic Operators in C++ using Learning activity Ebooks
expressions r. Assignment management assignment
b. Write an assignment Statements system Laptop
statement
c. Code the algorithm into Offline pdf LCD
program Projector
d. Discussed the purpose of PowerPoint
assignment statement Presentation Compiled
IM’s
Teacher-Centered
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

Strategy (Lecture

Video
conferencing
software
e.g. Multiple e.g. Laboratory/ December Test paper, i.
Choice Hands-on exam, (2020) TOS,
MIDTERM EXAMINATION Questions performance- assessment
(Coverage: unit I to VII) (TOS must be based exams rubrics or
provided) (rubrics/criteria criteria
must be
provided)
CO1, CO2 Unit VIII. The Selection Online modality Quiz Laboratory
a. Include the selection Structure using Learning activity Books /
structure in pseudocode s. Making Decisions management assignment Ebooks
and in flowchart t. Flowcharting a system
b. Code a selection structure Selection Laptop
using the ‘if’ statement Structure Offline pdf
Week 9
c. Discussed how to create LCD
the flowchart of a simple PowerPoint Projector
program Presentation
Compiled
Teacher-Centered IM’s
Strategy (Lecture
CO1, CO2 Unit IX. Comparison Quiz Laboratory Books / Week 10
a. Include comparison Operators Online modality activity Ebooks
operators in a selection u. Logical Operators using Learning assignment
structure’s condition v. Formatting management Laptop
b. Include logical operators Numeric Output system
in a selection structure’s LCD
condition Offline pdf Projector
c. Format numeric output

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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

d. Explained the PowerPoint


comparison operator Presentation
Compiled
IM’s
Teacher-Centered
Strategy (Lecture
CO1, CO2 Unit X. More on the Online modality Quiz Laboratory
a. Include a nested selection Selection Structure using Learning activity Books /
structure in pseudocode w. Nested Selection management assignment Ebooks
and in flowchart Structures system
b. Code a nested selection x. Flowcharting a Laptop
structure Nested Selection Offline pdf
Week 11
c. Include a multiple- Structure LCD
alternative selection y. Coding a Nested PowerPoint Projector
structure is pseudocode Selection Presentation
and in a flowchart Structure Compiled
d. Discussed nested Teacher-Centered IM’s
selection structure Strategy (Lecture
CO1, CO2 Unit XI. The Repetition Online modality Quiz Laboratory
a. Differentiate between a Structure using Learning activity Books /
pretest loop and a z. Repeating management assignment Ebooks
posttest loop Program system
b. Code a pretest loop using Instructions Laptop
the C++ ‘while’ aa. The ‘while’ Offline pdf
Week 12
statement Statement LCD
c. Code a pretest loop using bb. The ‘for’ PowerPoint Projector
the C++ ‘for’ statement Statement Presentation
d. Explained the while Compiled
statement Teacher-Centered IM’s
Strategy (Lecture
CO1, CO2 Unit XII. More on the Online modality Quiz Laboratory Books / Week 13
a. Include a posttest loop in Repetition Structure using Learning activity Ebooks
pseudocode and a. Posttest Loops management assignment
flowchart b. The ‘do while’ system Laptop
b. Code a pretest loop using Statement
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

the C++ ‘for’ statement c. Nested Repetition Offline pdf


c. Understood Nest Structures LCD
repetition structures PowerPoint Projector
Presentation
Compiled
Teacher-Centered IM’s
Strategy (Lecture
CO1, CO2 Unit XIII. Value-Returning Online modality Quiz Laboratory
a. Create and invoke a Functions using Learning activity Books /
function that returns a a. Functions management assignment Ebooks
value b. Value-Returning system
b. Passed information by Functions Laptop
value to a function Offline pdf
Week 14
c. Discussed value LCD
returning function PowerPoint Projector
Presentation
Compiled
Teacher-Centered IM’s
Strategy (Lecture
CO1, CO2 Unit XIV. Creating Online modality Quiz Laboratory
a. Write a function Program-Defined Value- using Learning activity Books /
prototype Returning Functions management assignment Ebooks
b. Understood a variables a. Calling a Function system
scope and lifetime b. Function Laptop
c. Discussed function Prototypes Offline pdf
Week 15
prototype LCD
PowerPoint Projector
Presentation
Compiled
Teacher-Centered IM’s
Strategy (Lecture
CO1, CO2 Unit XV. Void Functions Online modality Quiz Laboratory Books / Week 16
a. Functions using Learning activity Ebooks
a. Invoke a void function b. Creating Program- management assignment
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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

b. Passed information by Defined Void system


reference to a function Functions
Laptop
c. Discussed the void c. Passing Variables Offline pdf
function in the sample to a Function
LCD
code PowerPoint
Projector
Presentation
Compiled
Teacher-Centered
IM’s
Strategy (Lecture

CO1, CO2 Unit XVI. One- Online modality Quiz Laboratory


a. Declared and initialize a Dimensional Arrays using Learning activity
one-dimensional array a. Arrays management assignment
b. Enter data into a one- b. One-Dimensional system
dimensional array Arrays
d. Passed a one-dimensional c. Passing a One- Offline pdf
Week 17
array to a function Dimensional
Array to a PowerPoint
Function Presentation

Teacher-Centered
Strategy (Lecture
CO1, CO2 Unit XVII. Recursion Online modality Quiz Laboratory
a. Learned about a. Recursive using Learning activity
recursive definitions Definitions management assignment
b. Explore the base case b. Problem Solving system
and the general case using Recursion
of a recursive c. Recursion or Offline pdf
Week 18
definition Iterations
c. Learned about PowerPoint
recursive functions Presentation
d. Apply problem
solving solution Teacher-Centered
using system Strategy (Lecture
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 [email protected] 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 XVII) provided) (rubrics/criteria criteria
must be
provided)

Suggested Readings and References C How to Program, Fourth Edition


By: H. M. Deitel and P. J. Deitel, 2014

An Introduction to Programming with C++


By: Diane Zak, 2016

C++ Programming: Program Design including Data Structures


By: D.S. Malik, 2013

C++ Language Tutorial


By Juan Soulie, 2007

A Complete Guide to Programming in C++


By Ulla Kirch-Prinz
Peter Prinz, 2010

Programming with the Dev C++ IDE


By GIAA, 2013

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.
4. CHEATING during examination; COPYING & PLAGIARISM of submitted materials are never allowed.

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 [email protected] website: www.cfcst.edu.ph

COLLEGE OF INFORMATION AND COMMUNICATION TECHNOLOGY

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