+ All Categories
Home > Documents > Computer Programming i

Computer Programming i

Date post: 18-Jan-2016
Category:
Upload: skyyyeisthebest
View: 1 times
Download: 0 times
Share this document with a friend
Description:
fsf
32
COMPUTER PROGRAMMING I
Transcript
Page 1: Computer Programming i

COMPUTER PROGRAMMING I

Submitted By: Alvarez, Rona Mae

Page 2: Computer Programming i

Apigo, Shermaine May F.

Submitted To: Ma’am Roan

#include<iostream>using namespace std;int x,y;char fname[20], lname[20], age[20], gender[20];

void cs1(){

cout<<" First Year \n\n";cout<<" Bachelor of Science in Computer Science \n\n";cout<<" First Trimester \n";cout<<" No. Subject Cat Course Title Cred Lab Unit \n";cout<<" Area No. Unit Unit \n";cout<<" 1 ENGL 101 Communication Skills 1 3 0 3 \n"; cout<<" MATH 101 College Algebra 3 0 3 \n";cout<<" MATH 101 College Trigonometry 3 0 3 \n";cout<<" CS 101 Introduction to Computing 2 1 3 \n";cout<<" COMP 101 Knowledge Work Software 2 1 3 \n";cout<<" and Presentation Skills \n";cout<<" ETHNS 101 Euthenics 1 1 (1)\n";cout<<" 15\n\n";

cout<<" Second Trimester \n";cout<<" 2 ENGL 102 Communication Skills 2 3 0 3 \n";cout<<" PSYC 101 General Psychology 3 0 3 \n";cout<<" FILI 101 Komunikasyon sa 3 0 3 \n"; cout<<" Akademikong Filipino \n";cout<<" MATH 114 Analytical and Solid 3 0 3 \n"; cout<<" Geometry \n";cout<<" CS 201 Computer Programming 1 2 1 3 \n";cout<<" COMP 111 Introducing to Information 2 1 3 \n";cout<<" Systems \n";cout<<" ETHNS 102 Euthenics 2 1 (1)\n";cout<<" 18 \n\n";

cout<<" Third Trimester \n";cout<<" 3 ENGL 201 Speech Communication 1 3 0 3 \n";cout<<" FILI 102 Pagbasa at Pagsulat Tungo 3 0 3 \n";cout<<" sa Pananaliksik \n";cout<<" PSCI 101 Philippine History,Politics, 3 0 3 \n";cout<<" Governance & Constitution \n";cout<<" MATH 211 Differential Calculus 4 0 4 \n";cout<<" NSCI 101 General Chemistry 3 1 4 \n";cout<<" COMP 121 Introduction to the World 2 1 3 \n";cout<<" PHYED 101 Physical Fitness 2 0 (2)\n";cout<<" 20\n\n";

Page 3: Computer Programming i

}

void cs2(){

cout<<" Second Year \n\n";cout<<" Bachelor of Science in Computer Science \n\n";cout<<" First Trimester \n";

cout<<" 4 ENGL 301 Technical,Science and 3 0 3 \n";cout<<" Business English \n";cout<<" ECON 101 Principle of Economics with 3 0 3 \n";cout<<" Agrarian Reform & Tax \n";cout<<" SSCI 101 Society & Culture with FP & 3 0 3 \n";cout<<" HIV/SARS Prevention \n";cout<<" MATH 212 Integral Calculus 4 0 4 \n";cout<<" COMP 134 Current Trends in IT(STCABS) 2 1 3 \n";cout<<" CS 202 Computer Programming 2 2 1 3 \n";cout<<" PHYED 111 Rhytmic Activities 2 0 (2)\n";cout<<" NSTP 101 National Service Training Program (3)\n";cout<<" 19\n\n"; cout<<" Second Trimester \n";cout<<" 5 HUMA 111 Art Appreciation 3 0 3 \n";cout<<" ENGL 311 Philippine Literature 3 0 3 \n";cout<<" MATH 200 Statistics & Probability 3 0 3 \n";cout<<" CS 302 Object-Oriented Programming 2 1 3 \n";cout<<" CS 301 Computer Programming 3 2 1 3 \n";cout<<" (Web Programming & Dev't) \n";cout<<" CS 332 Computer Systems Crg.,Achtr. 2 1 3 \n";cout<<" & Assembly Lang. Prog. \n";cout<<" MATH 232 Discrete Structure 1 3 0 3 \n";cout<<" PHYED 121 Individual/Dual Sports 2 0 (2)\n";cout<<" NSTP 102 National Service Training Programm 2 (3)\n";cout<<" 21\n\n";cout<<" Third Trimester \n";cout<<" 6 HUMA 101 Philosophy of Man 3 0 3 \n";cout<<" NSCI 111 College Physics 1 3 1 4 \n";cout<<" CS 321 Data Structures & Alogarithm 3 1 4 \n"; cout<<" MATH 233 Discrete Stuctures 2 3 0 3 \n";cout<<" CS 377 Application Lifecycle 2 1 3 \n";cout<<" Management(HP)(Free Elective1)\n";cout<<" CS Major Elective 1 3 \n";cout<<" PHYED 131 Team Sports 2 0 (2)\n";cout<<" 20\n\n";

}void cs3(){

cout<<" Third Year \n\n";cout<<" Bachelor of Science in Computer Science \n\n";cout<<" first Trimester \n";cout<<" 7 IT 211 Data Communications & 2 1 3 \n";cout<<" Networking 1 (CISCO 1) \n";

Page 4: Computer Programming i

cout<<" CS 311 Principles of Programming 2 1 3 \n";cout<<" Language with Compiler \n";cout<<" CS 312 Authomata and Formal 3 0 3 \n";cout<<" Language Theory \n";cout<<" CS 372 Introduction to Software 2 1 3 \n";cout<<" Enginering \n";cout<<" CS 361 Alogarithm Analysis and 3 0 3 \n";cout<<" Design \n";cout<<" CS 378 Load Testing (HP)(Free 2 1 3 \n";cout<<" Elective 2) \n";cout<<" CS Major Elective 2 3 \n";cout<<" 21\n\n";cout<<" Second Trimester \n";cout<<" 8 RSCH 400 Reaserch 1 A 3 0 3 \n";cout<<" SSCI 111 Life & Works of Jose Rizal 3 0 3 \n";cout<<" CS 342 Principles of Operating 2 1 3 \n";cout<<" System & It's Application \n";cout<<" CS 351 Database Management System1 2 1 3 \n"; cout<<" (Oracle 10g Amin 1) \n";cout<<" CPE 202 Logic Design & Digital 2 1 3 \n";cout<<" Computer Circuits \n";cout<<" CS 379 Unified Functional Testing 2 1 3 \n";cout<<" (HP) (Free Elective 3) \n"; cout<<" CS Major Elective 3 3 \n";cout<<" 21\n\n";cout<<" Third Trimester \n";cout<<" 9 CS 362 Modeling & Simulation 2 1 3 \n";cout<<" CS 411 Professional Ethics in IT 3 0 3 \n";cout<<" CS 421 CS Practicum (Minimun of 0 3 3 \n";cout<<" 162 hrs.) \n";cout<<" CS 401 CS Thesis 3 0 3 \n";cout<<" CS Major Elective 4 3 \n";cout<<" 15\n\n";}

void bsee1(){

cout<<" First Year\n";cout<<" BACHELOR OF SCIENCE IN ELECTRONIC ENGEENERING\n\

n"; cout<<" First TRIMESTER\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT";cout<<"1 ENGL 101 Communication Skills 1 3 0 3\n\n";cout<<" MATH 101 College Algebra 3 0 3\n\n";cout<<" MATH 111 Plane and Spherical Trigo. 3 0 3\n\n";cout<<" SSCI 101 Society and Culture 3 0 3\n\n";cout<<" with FP and HIV/SARS Prev.";cout<<" ENG 101 Engineering and Drawing 0 1 1\n\n";cout<<" COMP 101 Knowledge Work Software 2 1 3\n\

n";

Page 5: Computer Programming i

cout<<" and Presentation Skills";cout<<" PHYED 101 Physical Fitness 2 0 (2)\n\n";cout<<" ETHNS 101 Euthenics 1 1 (1)\n\n";cout<<" NSTP 101 National Service Training (3)\n\n";cout<<" Program 1";

cout<<" SECOND TRIMESTER\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT";cout<<"2 ENGL 102 Communication Skills 2 3 0 3\n\n";cout<<" FIL 101 Komunikasyon sa Akademikong 3 0 3\n\

n";cout<<" Filipino";cout<<" MATH 102 Advance Algebra 2 0 2\n\n";cout<<" MATH 112 Solid Mensuration 2 0 2\n\n";cout<<" MATH 113 Analytic Geometry 3 0 3\n\n";cout<<" NSCI 101 General Chemistry 3 1 4\n\n";cout<<" COMP 111 Introduction to Information 2 1 3\n\n";cout<<" System";cout<<" PHYED 111 Rhytmic Activities 2 0 (2)\n\n";cout<<" ETHNS 102 Euthenics 2 1 (1)\n\n";cout<<" NSTP 101 National Service Training (3)\n\n";cout<<" Program 2";

cout<<" THIRD TRIMESTER\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT";cout<<"3 ENGL 201 Speech Communication 1 3 0 3\n\

n";cout<<" FILI 102 Pagbasa at Pagsulat 3 0 3\n\n";cout<<" Tungo sa Pananaliksik";cout<<" MATH 211 Differential Calculus 4 0 4\n\n";cout<<" NSCI 111 College Physics 1 3 1 4\n\n";cout<<" CS 101 Introduction to Computing 2 1 3\n\n";cout<<" COMP 121 Introduction to the World 2 1 3\n\n";cout<<" Wide Web";cout<<" PHYED 121 Individual/Dual Sports 2 0 (2)\n\n";

}

void bsee2(){

cout<<" Second Year\n";cout<<" BACHELOR OF SCIENCE IN ELECTRONIC

ENGEENERING\n\n"; cout<<" FIRTS TRIMESTER\n\n\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT";

Page 6: Computer Programming i

cout<<"4 ENGL 202 Speech Communication 2 3 0 3\n\n";

cout<<" MATH 231 Discrete Mathematics 3 0 3\n\n";cout<<" MATH 212 Integral Calculus 4 0 4\n\n";cout<<" NSCI 112 College Physics 2 3 1 4\n\n";cout<<" CS 201 Computer Programming 1 2 1 3\n\n";cout<<" COMP 134 Current Trends in IT(STCABS) 2 1 3\n\

n";cout<<" PHYED 131 Team Sports 2 0 (2)\n\n";

cout<<" SECOND TRIMESTER\n\n\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT";cout<<"5 ENGL 203 Speech Communication 3 3 0 3\n\

n";cout<<" MATH 200 Statistics and Probability 3 0 3\n\n";cout<<" MATH 221 Differential Equations 3 0 3\n\n";cout<<" ENG 201 Statics of Rigid Bodies 3 0 3\n\n";cout<<" EE 201 Electric Circuits Theory 1 3 1 4\n\n";cout<<" ECE 201 Electronic Devices and Circuits 3 1 4\n\n";

cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT UNIT\n\n\n";

cout<<" UNIT UNIT";cout<<"6 MATH 311 Advanced Engineering 3 0 3\n\n";cout<<" Mathematics";cout<<" MATH 321 Vector Analysis 3 0 3\n\n";cout<<" ENG 202 Dynamics of Rigid Bodies 2 0 2\n\n";cout<<" EE 202 Electric Circuits Theory 2 3 1 4\n\n";cout<<" ECE 202 Electronics Circuits Analysis 3 1 4\n\n";cout<<" and Design";cout<<" CPE 201 Logic Circuits & Switching 3 1 4\n\n";cout<<" Theory";

}

void bsee3(){

cout<<" Third Year\n";cout<<" BACHELOR OF SCIENCE IN ELECTRONIC ENGEENERING\

n\n"; cout<<" FIRST TRIMESTER\n\n\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT"; cout<<"7 HUMA 102 Introduction to Symbolic 3 0 3\n\n";cout<<" Logic";cout<<" ENG 211 Mechanics of Deformable Bodies 3 0 0\n\

n";cout<<" ECE 301 Principles of Communication 3 1 4\n\n";cout<<" ECE 211 Industrial Electronics 3 1 4\n\n";

Page 7: Computer Programming i

cout<<" EE 311 Feedback and Control System 3 1 4\n\n";

cout<<" ECE 221 Electromagnetics 3 0 3\n\n";

cout<<"SECOND TRIMESTER\n\n\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT"; cout<<"8 ECON 101 Principles of Economics with 3 0 3\n\

n";cout<<" Agrarian Reform and Taxat";cout<<" ENG 111 Computer Aided Drafting 0 0 1\n\n";cout<<" ENG 231 Safety Management 1 0 1\n\n";cout<<" ENG 212 Fundamentals of Materials 3 0 3\n\

n";cout<<" Science and Engineering";cout<<" ECE 231 Signals,Spectra and Digital 3 1 4\n\n";cout<<" Signal Pocesssing";cout<<" ECE 311 Data Communication 1 3 1 4\n\n";cout<<" EE 301 Energy Conversion 3 1 4\n\n";

cout<<"BSECE THIRD TRIMESTER\n\n\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT";cout<<"9 ENGL 301 Technical,Scientific and 3 0 3\n\n";cout<<" Business English";cout<<" ENG 301 Engineering Economy 3 0 3\n\n";cout<<" ECE 312 Data Communications 2 3 1 4\n\n";cout<<" CPE 312 Microprocessor System 3 1 4\n\n";cout<<" ECE 302 Transmission Media and 3 1 4\n\n";cout<<" Antenna System";cout<<" ECE Major Elective 1 3\n\n";

}

void bsee4(){

cout<<" Fourth Year\n";cout<<" BACHELOR OF SCIENCE IN ELECTRONIC ENGEENERING\

n\n"; cout<<" FIRST TRIMESTER\n\n\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT"; cout<<"10 HUMA 101 Philosophy of Man 3 0 3\n\n";cout<<" PSYC 101 General Psychology 3 0 3\n\n";cout<<" ENGR 302 Engineering Management 3 0 3\n\

n";cout<<" MATH 331 Numerical Methods 3 1 4\n\n";cout<<" ECE 400 ECE Design Project 1 2 0 2\n\n";cout<<" (Methods of Research)";

Page 8: Computer Programming i

cout<<" ECE Major Elective 2 3\n\n";

cout<<" SECOND TRIMESTER\n\n\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT"; cout<<"11 SSCI 111 Life and Works of Jose Rizal 3 0 3\n\

n";cout<<" HUMA 111 Art Appreciation 3 0 3\n\n";cout<<" PSCI 101 Philippine History,Politics, 3 0 3\n\n";cout<<" Governance and Constitution";cout<<" ECE 421 ECE Review and Comprehensive 2 2 2\

n\n";cout<<" Examination";cout<<" ECE 401 ECE Design Project 2 0 2 2\n\n";cout<<" (Project Implementation)";cout<<" ENG 221 Basics Thermodynamics 3 0 3\n\n";cout<<" ECE Major Elective 3 3\n\n";

cout<<"BSECE THIRD TRIMESTER\n\n\n";cout<<" SUBJECT DESCRIPTION CREDIT LAB CREDIT

UNIT\n\n\n";cout<<" UNIT UNIT"; cout<<"12 ENG 421 Engiineering Practicum(300 hrs) 1 0 1\

n\n";cout<<" ENG 241 Introduction to Environmental Eng. 3 0 3\

n\n";cout<<" ENG 431 Seminars and Field Trip 0 1 1\n\

n";cout<<" ECE 411 ECE Laws,Contracts and Ethics 3 0 3\

n\n";cout<<" ECE Major Elective 4 3\n\n";

}void It1(){

cout<<" first year College\n";cout<<" BACHELOR OF SCIENCE IN INFORMATION

TECHNOLOGY\n\n";cout<<"BSIT FIRST TRIMESTER\n\n\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2\n";cout<<"Code Unit Unit\n";cout<<"ENG 101 Communication Skills 1 3 0 3\n";cout<<"MATH 101 College Algebra 3 0 3\n";cout<<"MATH 110 College Trigonometry 3 0 3\n";cout<<"PSYC 101 General Psychology 3 0 3\n";cout<<"CS 101 Introduction of Computing 2 1 3\n";cout<<"COMP 101 Knowledge Work Software & 2\n";cout<<" Presentation skills\n";cout<<"PHYED 101 Physical Fitness 2 0 (2)\n";cout<<"ETHNS 101 Euthenics 1 1 (1)\n";cout<<" 15\n\n\n";

Page 9: Computer Programming i

cout<<"SECOND TRIMESTER\n\n\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2"<<"\

n";cout<<"Code Unit Unit\n";cout<<"ENGL 102 Communication skills 2 3 0 0 ENGL 101\n";cout<<"PSYC 101 General Psycology 3 0 3\n";cout<<"FILI Komunikasyon sa Akademikong\n";cout<<" Filipino 3 0 3\n";cout<<"MATH 114 Analytic and Solid Geometry 3 0 3 MATH 101

MATH 110\n";cout<<"CS 201 Computer Programming 1 2 1 3 CS 101\n";cout<<"COMP 111 Introduction to Information\n";cout<<" Systems 2 1 3 COMP 101\n";cout<<"ETHNS 102 Euthenics 2 1 (1)\n";cout<<" 18\n\n\n";

cout<<"BSIT THIRD TRIMESTER\n\n\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2\n";cout<<"Code Unit Unit\n";cout<<"ENGL 201 Speech Communication 1 3 0 3 ENGL 101\n";cout<<"FILI 102 Pagbasa at Pagsulat tungo sa\n";cout<<" Pananaliksik 3 0 3 FILI 101\n";cout<<"PSCI 101 Philippine History, Politics\n";

cout<<" Governance & Constitution 3 0 3\n";cout<<"MATH 211 Differential Calculus 4 0 4 Coreq:MATH114\

n";cout<<"NSCI 101 General Chemistry 3 1 4\n";cout<<"COMP 121 Introduction to the World\n";cout<<" Wide Web 2 1 3 COMP 111\n";cout<<"PHYED 101 Physical Fitness 2 0 (2)\n";cout<<" 20\n";

}

void It2(){

cout<<"\n"<<"Second Year College\n";cout<<" BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY\n\n";cout<<" FIRST TRIMESTER\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2\n";cout<<"Code Unit Unit\n";cout<<"ENGL 311 Technical, Scientific and\n";cout<<" Business English 3 0 3 ENGL 102\n";cout<<"ECON 101 Principles of Economics with\n";cout<<" Agrarian Reform and\n";cout<<" Taxation 3 0 3\n";cout<<"SSCI 101 Society and Culture with FP\n";cout<<" and HIV/SARS Prevention 3 0 3\n";

Page 10: Computer Programming i

cout<<"MATH 212 Integral Calculus 4 0 4 MATH 211\n";cout<<"COMP 134 Current Trends in IT(STCABS) 2 1 3 COMP 121\

n";cout<<"CS 202 Computer Programming 2 2 1 3 CS 201\n";cout<<"PHYED 111 Rhytmic Activities 2 0 (2)\n";cout<<"NSTP 101 National Training Service\n";cout<<" Program 1 (3)\n";cout<<" 19\n\n\n";

cout<<" SECOND TRIMESTER\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2\n";cout<<"Code Unit Unit\n";cout<<"HUMA 111 Art Appreciation 3 0 3\n";cout<<"ENGL 311 Philippine Literature 3 0 3\n";cout<<"MATH 200 Statistics and Probability 3 0 3 MATH 101\n";cout<<"CS 302 Object Oriented Programming 2 1 3 CS 201\n";cout<<"CS 301 Computer Programming 3\n";

cout<<" (web Programming & Dev't 2 1 3 CS 202\n";cout<<"CS 332 Computer Systems Org..Archtr.\n";cout<<" & assembly Lang Prog. 2 1 3 CS 202\n";cout<<"MATH 232 Discrete Structures 1 3 0 3 MATH 114\n";cout<<"PHYED 121 Individual/Dual Sports 2 0 (2)\n";cout<<"NSTP 102 National Service Training\n";cout<<" Program 2 (3)\n";cout<<" 21\n\n\n";

cout<<" THIRD TRIMESTER\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2\n";cout<<"Code Unit Unit\n";cout<<"HUMA 101 Philisophy of Man 3 0 3\n";cout<<"NSCI 111 College Physics 1 3 1 4 MATH 101 MATH

110\n";cout<<"CS 342 Principles of Operating system\n";cout<<" & it's Applications 2 1 3 CS 332\n";cout<<"CS 351 Database Management system\n";cout<<" 1 (Oracle 10g Admin1) 2 1 3 CS 302\n";cout<<"ACTG 100 Fundamental of Accounting Theory\n";cout<<" & Practice 1A(SAP) 2 1 3 MATH 101\n";cout<<"IT 211 Data Communication & \n";cout<<" Networking 1(CISCO1) 2 1 3 2nd year standing\n";cout<<"PHYED 131 Team Sports 2 0 (2)\n";cout<<" IT Major Elective 1 3\n";cout<<" 22\n\n\n";

}

void It3(){

cout<<"Third Year College\n";

Page 11: Computer Programming i

cout<<" BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY\n\n";

cout<<" FIRST TRIMESTER\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2\n";cout<<"Code Unit Unit\n";cout<<"CS 352 Database Management system 2\n";cout<<" Oracle 10g Admin2 2 1 3 CS 351\n";cout<<"IT 212 Data Communications & Networking\n";cout<<" 2 (CISCO2) 2 1 3 IT 211\n";cout<<"IT 301 System Analysis and design\n";cout<<" (P/SQL Programming) 2 1 3\n";cout<<"CS 411 Professional Ethics in IT 3 0 3 Graduating\n";cout<<"CS 372 Introduction to software\n";cout<<" Engineering 2 1 3 CS 332\n";cout<<"CS 377 Application Lifecycle Management\n";cout<<" (HP)(Free Elective 1) 3 CS 201\n";cout<<" IT Major Elective 2 3\n";cout<<" 21\n\n\n";

cout<" SECOND TRIMESTER\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2\n";cout<<"Code Unit Unit\n";cout<<"IT 213 Data Communications &\n";cout<<" Networking 3 (CISCO3) 2 1 3 IT 212\n";cout<<"IT 421 IT Practicum(Minimum of 486hrs)0 9 9 Graduating\n";cout<<"CS 378 Load Testing (HP)\n";

cout<<" (Free Elective 2) 2 1 3 \n";cout<<" IT Major Elective 3 3\n";cout<<" 18\n\n\n";

cout<<"BSIT THIRD TRIMESTER\n";cout<<"Subjects Description Credit Lab Unit Prere1 Prere2\n";cout<<"Code Unit Unit\n";cout<<"IT 214 Data Communications & \n";cout<<" Networking (CISCO4) 2 1 3 IT 213\n";cout<<"SSCI 111 Life and Works of Jose Rizal 3 0 3\n";cout<<"CS 382 Multimedia Systems 2 1 3 CS 301\n";cout<<"IT 401 IT Capstone Project\n";cout<<" (Technopreneurship) 3 0 3 IT 421\n";cout<<"CS 379 Unified Functional Testing\n";cout<<" (HP)(Free Elective 3) 2 1 3 CS 378\n";cout<<" IT Major Elective 4 3\n";

cout<<" 18\n";

}

void bsce1(){

Page 12: Computer Programming i

cout<<" First Year\n";cout<<" BACHELOR OF SCIENCE IN COMPUTER ENGEENERING\

n\n"; cout<<" FIRST TRIMESTER\n";cout<<" No. Subjects Description Credit Lab Unit"<<"\n";cout<<" 1 Code Unit Unit\n";cout<<" ENG 101 Communication Skills 1 3 0 3\n";cout<<" MATH 101 College Algebra 3 0 3\n";cout<<" MATH 111 Plane and Spherical 3 0 3\n";cout<<" Trigonometry\n";cout<<" SSC 101 Society and Culture with 3 0 3\n";cout<<" FP and HIV/SARS Prevention";cout<<" ENG 101 Engineering Drawing 0 1 1\n";cout<<" COMP 101 Knowledge Work Software & 2 1 3"<<"\n";cout<<" Presentation skills\n";cout<<" PHYED 101 Physical Fitness 2 0 (2)\n"; cout<<" ETHNS 101 Euthenics 1 1 (1)\n";cout<<" NSTP 101 National Service Training (3)\n";cout<<" Program 1\n";cout<<" 16\n\n\n";

cout<<" SECOND TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 2 Code Unit Unit\n"; cout<<" ENGL 102 Communication skills 2 3 0 3 ENGL 101\

n";cout<<" FILI 101 Komunikasyon sa Akademikong\n";cout<<" Filipino 3 0 3\n";cout<<" MATH 102 Advanced Algebra 2 0 2 MATH 101\n";cout<<" MATH 112 Solid Mensuration 2 0 2 MATH 101

MATH 111\n";cout<<" MATH 113 Analytic Geometry 3 3 3 MATH 101

MATH 111\n";cout<<" NSCI 101 General Chemestry 3 1 4\n";cout<<" COMP 111 Introduction to Information\n";cout<<" Systems 2 1 3 COMP 101\n";cout<<" PHYED 111 Rhytmic Activities 2 0 (2)";cout<<" ETHNS 102 Euthenics 2 1 (1)\n";cout<<" NSTP 101 National Service Training (3)\n";cout<<" Program\n";cout<<" 20\n\n\n";

cout<<" THIRD TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 3 Code Unit Unit\n";cout<<" ENGL 201 Speech Communication 1 3 0 3 ENGL 102\

n";

Page 13: Computer Programming i

cout<<" FILI 102 Pagbasa at Pagsulat tungo sa\n";cout<<" Pananaliksik 3 0 3 FILI 101\n";cout<<" MATH 211 Differential Calculus 4 0 4

MATH102,MATH12,MAT113\n";cout<<" NSCI 111 College Physics 1 3 1 4 MATH 101

MATH 111\n";cout<<" CS 101 Introduction to Computing 2 1 3\n";cout<<" COMP 121 Introduction to the World \n";cout<<" Wide Web 2 1 3 COMP 111\n";cout<<" PHYED 121 Individual/Dual Sports 2 0 (2)\n";cout<<" 20\n\n\n";

}void bsce2(){

cout<<" Second Year\n";cout<<" BACHELOR OF SCIENCE IN COMPUTER ENGEENERING\

n\n"; cout<<" FIRST TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 4 Code Unit Unit\n";cout<<" ENGL 202 Speech Communication 2 3 0 3 ENGL 201\

n";cout<<" MATH 231 Discrete Mathematics 3 0 3 MATH 101

2nd year standing\n";cout<<" MATH 212 Integral Calculus 4 0 4 MATH 211\n";cout<<" CS 201 Computer Programming 1 2 1 3 CS 101\n";cout<<" COMP 134 Current Trends in IT(STCABS) 2 1 3 COMP

121\n";cout<<" PHYED 111 Team Sports 2 0 (2)\n";cout<<" 20\n\n\n";

cout<<" SECOND TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 5 Code Unit Unit\n";cout<<" ENGL 203 Speech Communication 3 3 0 3 ENGL 202\

n";cout<<" MATH 200 Statistics and Probability 3 0 3 MATH 101

2nd year standing\n";cout<<" MATH 221 Differential Equations 3 0 3 MATH 212\n";cout<<" ENGL 201 Staticsof Rigid Bodies 3 0 3 NSCI 111

MATH 212\n";cout<<" EE 201 Electric Circuits Theory 1 3 1 4 NSCI 112

MATH 212\n";cout<<" ECE 201 Electronic Devices and 3 1 4 NSCI 112

MATH 212\n";cout<<" Circuits\n";cout<<" 20\n\n\n";

Page 14: Computer Programming i

cout<<" THIRD TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 6 Code Unit Unit\n";cout<<" MATH 311 Advance Engineering Mathematics 3 0 3

MATH 221\n";cout<<" ENGL 202 Dynamic of Rigid Bodies 2 0 2 ENGL

201\n";cout<<" EE 202 Electric Circuits Theory 2 3 1 4 EE 201\n";cout<<" ECE 202 Electronic Analysis and Design 3 1 4 ECE 201\

n";cout<<" CPE 201 Logic Circuits & Switching 3 1 4 ECE 201\

n"; cout<<" Theory\n";

cout<<" CS 321 Data Structures & Algorithm 3 1 4 CS 201\n";cout<<" Analysis\n";cout<<" 21\n\n\n";

}

void bsce3(){

cout<<" Third Year\n";cout<<" BACHELOR OF SCIENCE IN COMPUTER ENGEENERING\n\

n"; cout<<" FIRST TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 7 Code Unit Unit\n";cout<<" HUMA 102 Introduction to Symbollic\n";cout<<" Logic 3 0 3\n";cout<<" ENGL 211 Mechanics of Deformable\n";cout<<" Bodies 3 0 3 ENGL 201\n";cout<<" ECE 301 Principles of Communication 3 1 4 ECE 202

EE 202 MATH 311\n";cout<<" CPE 301 Advanced Logic Circuits 3 1 4 CPE 201\n";cout<<" Design\n";cout<<" EE 311 Feedback & Control System 3 1 4 ECE 202

EE 202 MATH 311\n";cout<<" CS 331 Computer Systems Org., Archtr.\n";cout<<" & Assembly Lang. Prog. 3 1 4 CS 321\n";cout<<" 22\n\n\n";

cout<<" SECOND TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 8 Code Unit Unit\n";cout<<" ECON 101 Principles of Economics w/\n";

Page 15: Computer Programming i

cout<<" Agrarian Reform & Taxation 3 0 3\n";cout<<" ENGL 111 Computer Aided Drafting 0 1 1 ENGL 101

3rd year standing\n";cout<<" ENGL 231 Safe Management 1 0 1 3rd year

standing\n"; cout<<" ECE 231 Signals, Spectra & Digital 3 1 4 MATH 200 MATH

311\n";cout<<" Signal Processing\n";cout<<" ECE 311 Data Communications 1 3 1 4 ECE 301\n";cout<<" CPE 311 Computer System Architecture 3 1 4 CS 331

CPE 301\n";cout<<" CPE 101 Computer Hardware Fundamentals 0 1 1 3rd

year standing\n";cout<<" CS 371 Intro. to Software Engineering 3 0 3 CS 321\n";cout<<" 21\n\n\n";

cout<<" THIRD TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 9 Code Unit Unit\n";cout<<" ENGL 301 Technical, Scientific &\n";cout<<" Business English 3 0 3 ENGL 102\n";cout<<" ENGL 301 Engineering Economy 3 0 3 3rd year

standing\n";cout<<" ECE 312 Data Communications 2 3 1 4 ECE 311\n";cout<<" CPE 311 Microprocessor Systems 3 1 4 CPE 201 CS

201 ECE 202\n";cout<<" CPE 101 Computer Engineering Drafting 0 1 1 ENGL 111

3rd year standing\n";cout<<" & Design\n";cout<<" CS 302 Object Oriented Programming 2 1 3 CS 321\n";cout<<" CS 341 Principles of Operating 3 1 4 CS 331\n";cout<<" Systems & its Applications\n";

cout<<" 22\n\n\n";

}

void bsce4(){

cout<<" Fourth Year\n";cout<<" BACHELOR OF SCIENCE IN COMPUTER ENGEENERING\n\n"; cout<<" FIRST TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 10 Code Unit Unit\n";cout<<" HUMA 101 Philosophy of Man 3 0 3\n";

cout<<" PSYC 101 General Psychology 3 0 3\n";cout<<" ENGL 302 Engineering Management 3 0 3 ENGL

301\n";

Page 16: Computer Programming i

cout<<" IT 301 System Analysis & Design 2 1 3 CS 321 CS 302\n";

cout<<" CPE 400 CPE Design Project 1(Methods 2 0 2 CPE 312\n";

cout<<" of Research\n";cout<<" CPE Major Elective 1 3\n";cout<<" 17\n\n\n";

cout<<" SECOND TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 11 Code Unit Unit\n";cout<<" SSCI 111 Life and Works of Jose \n";cout<<" Rizal 3 0 3\n";cout<<" HUMA 111 Art Appreciation 3 0 3\n";cout<<" PSCI 101 Phil. History, Politics,\n";

cout<<" Governance & Constitution 3 0 3\n";cout<<" ENTR 101 Enterpreneurship 3 0 3 3rd year

standing\n";cout<<" CPE 401 CPE Design Project2 (Project 0 2 2 CPE 400\

n";cout<<" Implementation)\n";cout<<" CPE Major Elective 2 3 0 3\n";cout<<" 17\n\n\n";

cout<<" THIRD TRIMESTER\n\n";cout<<" No. Subjects Description Credit Lab Unit Prere1

Prere2"<<"\n";cout<<" 12 Code Unit Unit\n";cout<<" ENG 421 Engineering Practicum(300hrs) 1 0 1 Graduating\

n";cout<<" ENG 241 Intro. to Environmental 3 0 3 4th year

standing\n";cout<<" Engineering\n";cout<<" ENG 431 Seminars & Field Trip 0 1 1 4th year

standing\n";cout<<" ENG 411 Engineering Ethics & Computer 2 0 2 4th year

standing\n";cout<<" Laws\n";cout<<" CPE Major Elective 3 3 0 3\n";

cout<<" 10\n\n";

}

void course(){

char yn,course, pay; int twopay, threepay, fourpay;

cout<<"\t\t**AMA COMPUTER COLLEGE**\n";

Page 17: Computer Programming i

cout<<"\t\t SANTIAGO CAMPUS \n\n\n";cout<<"(note: use underscore for the spacing!)\n\n";cout<<"ENROLLMENT SYSTEM\n\n";cout<<" \n";cout<<"**************************************\n";cout<<"First Name: ";cin>>fname;cout << "You entered: " <<fname<<"\n\n\n";cout<<"Last Name: ";cin>>lname;cout << "You entered: " << lname<<"\n\n\n";cout<<"Age: ";cin>>age;cout << "You entered: " << age <<"\n\n\n";cout<<"Gender: ";cin>>gender;cout << "You entered: " << gender <<"\n\n\n";cout<<"Do you wish to continue? Press Y for yes and N for no: "; cin>>yn;{if ( yn == 'Y' || yn == 'y'){

cout << "YOU MAY PROCEED\n\n";cout<<"***********************************\n\n";cout<<"1 - 1st year\n";cout<<"2 - 2nd year\n";cout<<"3 - 3rd year\n";cout<<"4 - 4th year\n\n";cout<<"Enter the number of your choice of YEAR LEVEL: ";cin>>x;if(x<5){cout<<"\n1 - BSIT\n";cout<<"2 - BSCS\n";cout<<"3 - BSECE\n";cout<<"4 - BSCE\n\n";cout<<"Enter the number of your COURSE: ";cin>>y;}if(x==1 && y==1){

It1();}

if(x==2 && y==1){

It2();}

if(x==3 && y==1){

Page 18: Computer Programming i

It3();}

if(x==1 && y==2){

cs1();}if(x==2 && y==2){

cs2();}

if(x==3 && y==2){

cs3();}

if(x==1 && y==3){

bsee1();}

if(x==2 && y==3){

bsee2();}

if(x==3 && y==3){

bsee3();}

if(x==4 && y==3){

bsee4();}

if(x==1 && y==4){

bsce1();}

if(x==2 && y==4){

bsce2();}

if(x==3 && y==4){

bsce3();}

Page 19: Computer Programming i

if(x==4 && y==4){

bsce4();}else{

cout<<" \n\n";}

cout<<"\n\nMODES OF PAYMENT: \n";cout<<" (A) CASH\n";cout<<" (B) 2 PAYMENTS\n";cout<<" (C) 3 PAYMENTS\n";cout<<" (D) 4 PAYMENTS\n";cout<<"\n\nEnter the letter of your Mode of Payments: ";cin>>pay;cout<<"\n\n\n";

switch (pay){case 'a':case 'A':

{cout<<"THANKYOU FOR PAYING YOUR FULL TUITION FEE!\n";cout<<"*****WELCOME TO AMA*****\n";cin>>pay;break;}

case 'b':case 'B':

{twopay=24500/2;cout<<"YOUR TWO MONTHS PAYMENT WILL BE:"<<twopay;cout<<"\n\n*****THANK YOU AND WELCOME TO AMA!!!*****\n\n";break;}

case 'c': case 'C':

{threepay=24500/3;cout<<"YOUR THREE MONTHS PAYMENT WILL BE:"<<threepay;cout<<"\n\n*****THANK YOU AND WELCOME TO AMA!!!*****\n\n";break;}

case 'd':case 'D':

{fourpay=24500/4;cout<<"YOUR FOUR MONTHS PAYMENT WILL BE:"<<fourpay;cout<<"\n\n*****THANK YOU AND WELCOME TO AMA!!!*****\n\n";

break;}default:

Page 20: Computer Programming i

{cout<<"INVALID INPUT! PLEASE TRY AGAIN\n\n";break;}

}}

else if (yn=='N' || yn=='n'){

cout<<"*****SEE YOU NEXT TIME*****\n\n";}else

cout<<"INVALID INPUT\n";}

}

void main(){

course();}

Page 21: Computer Programming i

Recommended