0% found this document useful (0 votes)
41 views2 pages

Integrative Programming and Technologies1 Course Outline

The document outlines a course in Integrative Programming & Technologies over 13 weeks. It will provide an introduction to programming concepts and algorithms, an overview of the C++ programming language, and cover basic elements of C++ including variables, data types, input/output, operators, selection and repetition control statements, and functions. Key topics are broken down week by week and include orientation, libraries, conditionals like if/else, loops like for and while, and midterm and final examinations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views2 pages

Integrative Programming and Technologies1 Course Outline

The document outlines a course in Integrative Programming & Technologies over 13 weeks. It will provide an introduction to programming concepts and algorithms, an overview of the C++ programming language, and cover basic elements of C++ including variables, data types, input/output, operators, selection and repetition control statements, and functions. Key topics are broken down week by week and include orientation, libraries, conditionals like if/else, loops like for and while, and midterm and final examinations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

University of Perpetual Help System Laguna- Isabela Campus

Minante 1, Cauayan City, Isabela


COLLEGE OF INFORMATION TECHNOLOGY &ENGINEERING

Course Outline

Course Code : INT212/L


Course Title: : Integrative Programming & Technologies
2Credit : 3 units

WEEK TOPIC

1st Orientation

2nd-3rd Introduction to Programming


 Concept of Algorithm
 Concept of Flowchart
 Programming Concept

4th-5th Overview of C++


 Origins of C++ Programming Language
 Uses of C++
 Integrated Development Environment for C++

PRELIM EXAMINATION

7th Basic Elements of C++


 C++ Program Structure
 Libraries and Namespaces
 Variables and Literals
 Data Types
 Basic Input and Output Statements
 Comments
 Constants
 Operators
WEEK TOPIC

8th – 9th Selection Control Statement


 If Statement
 If-Else Statement
 Nested-If Statement
 Switch Statement

10th-11th Repetition Control Statement


 for statement
 while statement
 do-while statement

MIDTERM EXAMINATION
13th Function
 C++ Library Functions
 User-defined Functions
 Function Declaration
 Calling a Function
 Function Parameters
 Recursive Functions
FINAL EXAMINATION

You might also like