All Mco
All Mco
All Mco
SUBJECT CODE
SUBJECT TITLE
: IT101 CC 101
: IT FUNDAMENTALS
INTRODUCTION TO COMPUTING
: NONE
:
: 3
PRE-REQUISITE
COREQUISITE
UNIT(S)
TYPE OF COURSE
: LECTURE
NUMBER OF HRS PER WEEK :
SUBJECT DESCRIPTION
LEARNING OUTCOMES
LO1.
LO2.
LO3.
LEARNIN
G
OUTCOM
E
LO1
REQUIRED OUTPUT
LO2
LO2
DUE DATE
Week 2
Week 3
Week 4- 5
which you all are interested, using the web or print media, assign
one member of the team to investigate hardware used in the field,
another member to investigate software used in the field, and the 3rd
member to investigate communication capability used in the field.
After you investigate, characterize a hypothetical business or
organization, based on your investigation; prepare a report that
recommends specific hardware, software, and networking
capabilities that would be best for the business. Explain your
recommendation in the report.
Page: 51
Discovering Computers 2007 A Gateway to Information
Shelly Cashman . Vermaat
LO1
MCO 4: RESEARCH
Search a video presentation about the different type of identification
access in different organization: Card, Keys, Signature, Badges, PIN
and Password, Physical Traits (Biometrics).
Prepare the class for Video Reporting.
Week 7- 8
LO2
Week 9
LO3
Week 10
Page: 115
Using Information Technology: The Practical Introduction to Computers and
Communication, by: William Sawyer
LO3
Week 12 -13
LO3
Week 14 -15
LO3
Week 12 -13
LO3
Reference:
1. Using Information Technology: The Practical Introduction to Computers and
Communication, by: William Sawyer
2. Introduction to Information System 2nd Edition
Rainer . Turban
3. Discovering Information Technology
Baldauf.Stair
4. Discovering Computers 2007 A Gateway to Information
Shelly Cashman . Vermaat
Prepared by:
Noted by:
Nia B. Perea
IT Instructor
Kristin DyanAyangco
Dean IT Department
Week 12 -13
SUBJECT CODE
SUBJECT TITLE
: IT 102 CC 102
: PROGRAMMING 1 COMPUTER
PROGRAMMING 1
: NONE
:
: 3
PRE-REQUISITE
COREQUISITE
UNIT(S)
TYPE OF COURSE
: LECTURE AND LABORATORY
NUMBER OF HRS PER WEEK :
SUBJECT DESCRIPTION
LEARNING OUTCOMES
LO1.
LO2.
SEMSTRAL OUTPUT
LO2
LO1
REQUIRED OUTPUT
DUE
DATE
Week 2
3. Draw a flowchart that will display the highest integer among the
3 entered integers. Complete the statements that will be inserted
inside the flowchart symbols used. Ref: Page 25
Page 17 25
MCO 2: Explain the following question.
1. Enumerate the 5 stages in developing a program and briefly
explain what is done in each stage.
2. Define algorithm
3. Define and explain pseudo code
4. What are the things that a programmer must know in order to
solve a problem.
Page: 11-13
MCO3: Program Output
Week 3
Week 4 - 5
LO1
LO1
LO1
Week 7 - 8
Week 9
Week 10
LO3
Week 12
13
2. x=4;
y=5
if (x ==4)
Printf ((%d,x);
else
Printf(%d,y);
3. status = 4;
if (status==3)
{
Printf (CHEMIST\n);
if (status==4)
Printf (PHYSICIST\n);
Else
Printf (BOTANIST\n);
}
Else
Printf (BIOLOGIST\n);
LO1
Week 14
MCO8:Program output
1. Design a program that demonstrate how the values of strings are
reversed. Show the computation of the length of string. Display
the output
Turbo C Programming Language for beginners BOOK ONE
Marmelo Villanueva Abante.
Program No. 3 Page 127
Week 15
REFERENCES:
1. Fundamentals of programming C/C++
Copyright 2012, Marvin Reyes
2. Turbo C Programming Language for beginners BOOK ONE
Marmelo Villanueva Abante.
3. Introduction to C++ Game Programming, Philippine Ed.
Michael Dawson
4. Visual Guide, Visual Basic
By; WendelynAllaga and Jemma Development Group
SUBJECT CODE
SUBJECT TITLE
PRE-REQUISITE
COREQUISITE
UNIT(S)
:
:
:
:
:
CP 101
INTRODUCTION TO COMPUTING
NONE
3
TYPE OF COURSE
: LECTURE AND LABORATORY
NUMBER OF HRS PER WEEK :
SUBJECT DESCRIPTION
Instruction:
Font Times New Roman
Indent and Spacing (Before 6 Pt.)
Line Spacing At least, At: (12Pt.)
Ordered Number list level:2
Number style: A,B,C,
Number position: Left Aligned at:
0.5, Tab space after: 0.75,
Indent at: 0.5, Restart Numbering
after: Level 1
TOPIC OUTLINE
Is the South African society today the result of the first Dutch influences.
I.
Introduction
a. Thesis
b. Statement of the Problem
II.
Dutch East India Company
a. Commercial Philosophy of the company
b. History of the company in South Africa
III.
Afrikaners
a. Make-up Afrikaners
b. Backgrounds
1. Religious Persecution of the French Huguenots
2. Calvinism and Commercialism in Netherlands
3. War-Torn Environment in Europe
Prelim
:
Create
your RESUME using TEMPLATE in MS Word.
Add Picture. Write an application Letter.
Midterm
TOTAL
TOTALFULL COST PER UNIT ( FU /U
)C 11,MANUFACTURING
E 11, G 11=VC+ FC COST ( TMC ) K 13, M 13,013=Materia
2.
4.
Final
LEARNIN
G
OUTCOM
E
REQUIRED OUTPUT
DUE
DATE
Week 2
Week 3
Week 4- 5
Week 7
Week 8
Week 9
Week 10
Week 12
Week 13
Week 14
Week 15
Prepared by:
Noted by:
Nia B. Perea
IT Instructor
Kristin DyanAyangco
Dean IT Department
SUBJECT CODE
SUBJECT TITLE
PRE-REQUISITE
COREQUISITE
UNIT(S)
:
:
:
:
:
IT105
COMPUTER ORGANIZATION
NONE
3
TYPE OF COURSE
: LECTURE, AND LABORATORY
NUMBER OF HRS PER WEEK : 2 HOURS LECTURE AND 3 HOURS LABORATORY
SUBJECT DESCRIPTION
SEMSTRAL OUTPUT
Type the given ASSEMBLY LANGUAGE PROGRAM below, after which save, assemble, link
and run. Observe what would be the output.
TITLE ACTIVITU.ASM
DOSSEG
.MODEL SMALL
.STACK 0100h
.DATA
MOVE AX, @DATA
MOV DS, AX
MOV
MOV
MOV
MOV
INT
MOV
MOV
MOV
MOV
INT
AX,
BH,
CX,
DX,
10h
AX,
BH,
DH,
DL,
10H
0600h
07h
0000h
184Fh
02h
00h
0Ah
0Ah
Midterm
: Complete the table by converting the following base -16 to Base -10 and Base2. Show your solution and write the final answer on
the space provided.
Base -16
Base -10
Base-2
CAFE80
DAD56
09FADE
4CAD23
FA645
ABC26
56EAD
EIFB4
BAD707
237ACD
2. Hexadecimal Multiplication
C1B016
Hexadecimal Subtraction
BEA16
x 18 16
Final
- F016
: Convert the following strings as sequence of HEX Codes including the space.
1. DATA ADMINISTRATION
2. CONTROL CHARACTER
3. CURSOR SIZE
4. 09-07-1984
LEARNIN
G
OUTCOM
E
REQUIRED OUTPUT
DUE
DATE
0111011101
1000011110
111001111
100111111000
110111001
1110001101010
0110101101
111100110110
Base-10
Base-16
Week
2
Week
3
Week
45
Week
7
Week
8-9
Week
7-8
0110101101
1111110001111
2. Convert Base 10 numbers, to Base 2 and Base 16. Show your
solution, and write your final answer on the space provided
Base-10
1000
725
5405
2548
8005
863
7863
7935
2607
1276
Base-2
Base-16
Week
12 -13
2. 23DA16
+ 487916
FA116
3. 23DC16
- 143D16
4. 11100012
x 101012
5. FADE16
x DO16
MCO8: Formulate a Debug Program
Using the given exact segment and offset address, formulate a DEBUG
PROGRAM that will display the lowercase information technology
SAMPLE OUTPUT:
Information technology
-A 0100
1358:0100
1358:0103
1358:0105
1358:0107
1358:0109
1358:010D
__________________________________________
__________________________________________
__________________________________________
__________________________________________
__________________________________________
__________________________________________
2. oP3rAtInG $ysTEm
3. Da+A (0MmUn!cAtiON
Week
14
Week
15
16
REFERENCES:
1. Assembler Inside and Out
Harley Hann
2. Computer Organization with Assembly Language
Teodoro F. Revano Jr.
Prepared by:
Noted by:
Nia B. Perea
IT Instructor
SUBJECT CODE
SUBJECT TITLE
: IT 211 PF101
: OBJECT ORIENTED PROGRAMMING OBJECT
ORIENTED PROGRAMMING
: NONE
:
: 3
PRE-REQUISITE
COREQUISITE
UNIT(S)
TYPE OF COURSE
: LECTURE AND LABORATORY
NUMBER OF HRS PER WEEK :
SUBJECT DESCRIPTION
LEARNING OUTCOMES
LO1.
LO2.
SEMSTRAL OUTPUT
Prelim
Midterm
Final
LEARNIN
G
OUTCOM
E
LO1
REQUIRED OUTPUT
LO1
DUE
DATE
Week 2
Week 3- 4
LO1
Week 5
Week 7 - 8
weights, and subtract one from the other. Subtract the calories
needed to maintain each of the weight and subtract from the other.
Subtract the calories needed to maintain the actual weight from the
calories needed to maintain the desire weight.
Use an IF..Then.. Statement to determine if the value is positive or
negative. If the value is negative, display the message that tells the
user to increase his calorie intake, if the value is positive, display a
message thjat tells the user to decrease his calorie intake.
In either case, display the difference in calories.
LO1
LO2
LO2
LO2
LO2
Week 9
Week 10
Week 12
13
Week 14
Week 15
Noted by:
Nia B. Perea
IT Instructor
Kristin DyanAyangco
Dean IT Department
SUBJECT CODE
SUBJECT TITLE
PRE-REQUISITE
COREQUISITE
: IT 212 CC105
: DATABASE MANAGEMENT SYSTEM 1
INFORMATION ASSURANCE AND SECURITY 1
:
:
UNIT(S)
: 3
TYPE OF COURSE
NUMBER OF HRS PER WEEK
SUBJECT DESCRIPTION
.
LEARNING OUTCOMES
LO1.
LO2.
SEMSTRAL OUTPUT
Midterm
The student should finish the Computerized Voting System a head time, for them to perform
Program Testing: The value of the test should answer be done on different areas and range: Ages
7 12, Ages 13 16, Ages 17 25, Ages 40 60, Young Professionals, Special Case: (PWD)
Final
LEARNIN
G
OUTCOM
E
LO1
LO1
LO2
LO3
REQUIRED OUTPUT
DUE
DATE
Week 2
Page: 5
Systems Quality Assurance
Jasmin D. Niguidula /Ma. Garcia Corazon Sicat
MCO2: Explain/Discuss the following questions.
1. Try to document a process in your workplace or school, identify
the process involved in your area and enumerate the work
instructions involved in each major process.
2. Analyze an existing process that you execute in your school,
then try to simplify it.
Page: 11
Systems Quality Assurance
Jasmin D. Niguidula /Ma. Garcia Corazon Sicat
MCO3: Explain/Discuss the following questions.
1. What does processing in data processing mean?
2. What is a problem? Give an example of business problem and
discuss how a computer-based information system could solve
it.
3. What is synergy? How is synergy accomplished when a person
uses a computer?
4. When does a manager need to make decision?
5. Why is the demand for workers with computer skills growing so
rapidly?
6. What elements are combined to create information system?
Page: 15-17
Work Text in Management Information System
Rosemarie R. san Luis
MCO4: Case Study, Explain/Discuss your answer.
1. You are working in an investigation firm, you and your team
handle a case of murdered business man. In your investigation
you got to record tape in the CCTV camera which showed the
girl killing his boss. But the video was blur. You gave the video
to the computer expert to scan using the special program the
footage to make the video clear and identify the suspect but the
specialist said that it would take 48 hours to clearly view the
image. On that day your sister confessed and admitted that she
was the one who killed the man. Will you report your sister to
the authority? Why? And why not?
2. You are the computer system administrator for a medium sized
company, you can monitor the company work from home and
you frequently work from home. Your nephew, a college student
is visiting for a week. He ask to use your computer to check his
email, sure you say being gracious host. What is the ethical
problem?
Week 3
Week 4 - 5
Week 7 - 8
LO2
LO3
LO1
Page: 39 - 41
Work Text in Management Information System
Rosemarie R. san Luis
MCO5: Case Study, Explain/Discuss your answer.
1. Explain the 5S in software development context. Giving specific
examples of what each (S) stands for and give the value it
creates.
2. Discuss a detailed application of 5s deployment to address three
(3) software development issues. Explain how each of the five
phases plays an important role in ensuring effectiveness of
deployment.
MCO6: Explain/Discuss your answer.
1. Why has prototyping become a popular way to develop business
application? What are prototyping advantages and
disadvantages?
Management Information System 7th Edition
McGraw . Hill International Edition
Page 428
MCO7: Team Challenge Systems Evaluation/ presentation
Create a project plan for Time Scheduling Program
Week 9
Week 10
Week 12
-13
LO1
Week 14
-15
Online Reference:
https://www.deming.org/theman/theories/fourteenpoint
Prepared by:
Noted by:
Nia B. Perea
IT Instructor
Kristine DyanAyangco
Dean IT Department
SUBJECT CODE
SUBJECT TITLE
PRE-REQUISITE
COREQUISITE
UNIT(S)
: IT 104MS 101
: DISCRETE STRUCTURE DISCRETE
MATHEMATICS
: NONE
:
: 3
TYPE OF COURSE
: LECTURE
NUMBER OF HRS PER WEEK : 3 HOURS LECTURE
SUBJECT DESCRIPTION
LEARNING OUTCOMES
LO2
LO3
Prelim
Midterm
Backtrack
D = ____________
S = ____________
I = ____________
C = ____________
E
LO1
LO2
LO1
Week 2
Week 3
Week 4- 5
Week 7
LO2
LO3
Week 8
Week 9 10
2. Show that
if x and y are sum of two interger squares, then xy are also
LO3
LO2
y=7
c.
y=2 x+ 9
d.
y=x 22 x+ 1,a> 0
e.
f.
LO2
LO3
y=
Week 12
Week 13
x+ 3
x2
g.
y=3 x +5
h.
y= x8
i.
y=|x 3|
( g f )( x )
c.
(f f ) ( x )
d.
( g g ) ( x )
Week 14
Week 15
REFERENCE:
1. Fundamentals of Discrete Mathematics
Winston S. Sirug, Ph.D.
2. Discrete Mathematics and Its Application 7th Edition
Noted by:
Nia B. Perea
IT Instructor
SUBJECT CODE
SUBJECT TITLE
PRE-REQUISITE
COREQUISITE
UNIT(S)
:
:
:
:
:
IT214
WEB DEVELOPMENT
NONE
TYPE OF COURSE
LEARNING OUTCOMES
LO3:
SEMSTRAL OUTPUT
Prelim
Midterm
Final
LEARNIN
G
OUTCOM
E
REQUIRED OUTPUT
TREES
I
think
that I
DUE
DATE
Week 2
Week 3- 4
shall never
see, a poem
lovely as a tree.
A tree whose hungry
mouth is prest, against
the earths sweet flowing
breast; a tree that looks at
God all day, and lifts her leafy
arms to pray; a tree that may in
summer wear, a nest of robins in
her hair; upon whose bosom snow
has lain, who intimately live with rain
poems are mad
by fools like me,
but only God can
make a tree
See Ref.: Page 48
MCO 3: Prototyping Individual Case Project
Visualize the page design for your site by sketching a number of page
layouts for different information levels of the site.
For example: sketch the main page, secondary page and the content
page, you do not have to be concerned with the exact look of the
elements, but be prepared to indicate the main components of the
pages such as the headings, navigation cues, link set and text areas.
Web Design Philippine Edition 2nd Edition
Joel Sklar
Page 507
MCO4: Laboratory Output
Activity 4 and 5: CUSTOMER SATISFACTORY SURVEY FORM
Create the code for the following form,
PHP and My SQL Essentials
Jemma Development Group
Page 65
MCO5: Laboratory Output
Build a horizontal and vertical navigation bar
WELCOME
Services
Portfolio
About Us
Contact Us
WELCOME
Week 5
Week 7 8
Week 9
FAQ
Week 10
Week 12
13
MCO7: Carousel
Week 14
REFERENCES:
1. PHP and My SQL Essentials
Jemma Development Group
2. Web Application Programming Language, Presentation made easy
Marmelo V. Abante
3. Web Design Philippine Edition 2nd Edition
Joel Sklar
Prepared by:
Noted by:
Nia B. Perea
IT Instructor
Kristin DyanAyangco
Dean IT Department
Week 15
SUBJECT CODE
SUBJECT TITLE
PRE-REQUISITE
COREQUISITE
UNIT(S)
: IT401
: FREE ELECTIVE 1- MOBILE AND WIRELESS
COMPUTING
:
:
: 3
TYPE OF COURSE
: LECTURE, AND LABORATORY
NUMBER OF HRS PER WEEK : 2 HOURS LECTURE AND 3 HOURS LABORATORY
SUBJECT DESCRIPTION
Prelim
Midterm
Finals
REQUIRED OUTPUT
Describe the difference between cable modems and standard voice band
modems.
Describe the AT Command Line
List and Describe the 2 transmission modem used in data communication
modems
Noted by:
DUE
DATE
Week 2 3
Week 4
Week 4 5
Week 7
Week 8
Week 9
10
Week 12
-13
Week 14
Nia B. Perea
IT Instructor
SUBJECT CODE
SUBJECT TITLE
PRE-REQUISITE
COREQUISITE
UNIT(S)
:
:
:
:
:
IT 302
(IT ELECTTIVE2) ELECTRONICS
NONE
3
TYPE OF COURSE
: LECTURE AND LABORATORY
NUMBER OF HRS PER WEEK :
SUBJECT DESCRIPTION
Ref.: PDF
MCO2: Problem Solving
1. Find the charge in coulombs of (a) 5.31 x 10" electrons, and (h)
2.9 x 10" protons.
DUE DATE
Week 2
Week 3
Week 4 5
TUNNED CIRCUIT
DETECTORS
Week 7
HEADPHONE
Week 8 9
See attachment
MCO8: MAGNET
Team Challenge Form a (3) Member Team for this Experiment
Step 1 - Gather the Materials
To build the electromagnet described in our Magnets and
Electromagnets experiment, you will need:
One iron nail fifteen centimeters (6 in) long
Three meters (10 ft) of 22 gauge insulated, stranded copper wire
One or more D-cell batteries
A pair of wire strippers
Step 2 - Remove some Insulation
Some of the copper wire needs to be exposed so that the battery can
Week 10
Week 12 -13
When you wrap the wire around the nail, make certain that you
wrap the wire all in one direction. You need to do this because the
direction of a magnet field depends on the direction of the electric
current creating it. The movement of electric charges creates a
magnetic field. If you could see the magnetic field around a wire
that has electricity flowing through it, it would look like a series of
circles around the wire. If an electric current is flowing directly
towards you, the magnetic field created by it circles around the wire
in a counter-clockwise direction. If the direction of the electric
current is reversed, the magnetic field reverses also and circles the
wire in a clockwise direction. If you wrap some of the wire around
the nail in one direction and some of the wire in the other direction,
the magnetic fields from the different sections fight each other and
cancel out, reducing the strength of your magnet.
that the further the wire is from the core, the less effective it will be.
Week 14
Average
Value
45A
Phase
Angle
45
Instantaneo
us Value
60
220V
10A
30
60
200V
75
110V
15
100V
20A
30A
100.1V
MCO10: Problem Solving
75.1V
86.6V
15.7V
30A
136.1V
Week 15
https://menglim498.files.wordpress.com/2013/04/schaum_s_outlines__basic_circuit_analysis.pdf
http://www.elenco.com/admin_data/pdffiles/PK-101_REV-G.pdf
Prepared by:
Noted by:
Nia B. Perea
IT Instructor
SUBJECT CODE
SUBJECT TITLE
UNIT
NUMBER OF HOURS PER WEEK
SUBJECT DESCRIPTION
: IT THESIS
: THESIS PROPOSAL
: 3
:
: This course is designed to assist students in the
preparation of their Capstone Research proposal.
Students will submit an acceptable draft of the
first three chapters of their thesis/dissertation
proposal by the end of the course.
SCHEDULE
WEEK 1.
1. Define Thesis - Capstone Projects
2. Identify the scope of the Capstone Projects
3. Enumerate the suggested areas for Capstone
4. Composition of Capstone Project Groups
WEEK 2.
1. Submission of (3) Titles on the chosen area of research
a. Software Development
b. Multimedia System
c. Network Design and Implementation
d. IT Management
2. Meet and effectively work with their academic advisor.
3. List the Responsibilities of the adviser
4. Enumerate the Responsibilities of the student in a Capstone Project
WEEK 3.
1. Develop and follow an appropriate timeline for completion of the Capstone Project
2. Identify an appropriate theory base for their research
3. Develop a conceptual model relevant to their research.
4. Build the prototype
WEEK 4.
1. 1st Meeting with the Client
2. Develop Key Communication Point
3. Finalized production schedule
4. Set Task and Deliverables
WEEK 5.
1. Explains and provides justification for the chosen method, process, or approach
2. Interact with a client in a professional manner.
3.
Page 1
WEEK 6.
PRELIMENARY EXAM
WEEK 7.
SUBMISSION 1ST OF DRAFT
INTRODUCTION
Background of the Study
Project Context
(Project/Program Purpose and Description)
Goals and Objectives
Scopes and Limitation
1. Presents the findings, evidence, results, or product
2. Interprets the significance of the findings, results, or product
3. Explores connections to original research question.
WEEK 8.
1ST DEVELOPMENT PHASE
Submission of 1st Major Process of the Project
INTRODUCTION
Background of the Study
Project Context
(Project/Program Purpose and Description)
Goals and Objectives
Scopes and Limitation
WEEK 9.
SUBMISSION OF CHAPTER 2
Page 2
MIDTERM EXAMINATION
Security Module Complete Process
Complete Process Description
Complete Prototyping
1st Demonstration Survey User Acceptance
2nd Demonstration Features and Usability Testing