Programming 1 - Syllabus Guidelines and Topics

You might also like

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

Ability to format and document code for layman's comprehension.

(NOTE:
Documentation here means appropriate comments, indentation and others relating to
clarity of the code)
OTHER REQUIREMENTS AND ASSESSMENTS (AA):
Aside from the final output, the student will be assessed at other times during the
term by the following:

ASSESSMENT ACTIVITY DESCRIPTION COURSE OUTCOMES IT REPRESENTS


AA01 LA Laboratory Activity CO1, CO2, CO3
AAO2 PFE Pre-final Exam CO1, CO2, CO3
AA03 ME Midterm Exam CO1, CO2, CO3
AA04 PE Prelim Exam CO1, CO2, CO3
AA05 OE Other Exam (Seatworks, Quizzes) CO1, CO2, CO3

GRADING SYSTEM:
The final grade in this course will be composed of the following items and their
weights in the final grade computation:

ASSESMENT ITEM GRADE SOURCE (SCORE OR RUBRIC) PERCENTAGE OF FINAL GRADE


AA01 Rubrics for Programs/ Rubrics for Coding Style 20
AA02 Exam Score 15
AA03 Exam Score 15
AA04 Exam Score 15
AA05 Exam Score 5
LO1 Rubric for the Project 30

PASSING GRADE: 75%


PASSING GRADE CONDITIONS: The students should have taken all the major exams
and implemented the project.

LEARNING PLAN:
In order to achieve the outcomes of this course, learners will go through this
learning plan

COURSE OUTCOMES INTENDED LEARNING OUTCOMES (ILO) TOPICS WEEK LEARNING


ACTIVITIES ASSESSMENT ACTIVITIES REFERENCES AND RESOURCES
CO1
? Analyze simple scenario using pseudo-code, flowcharting and decision
trees. Introducing Algorithms
? Pseudo-code
? Flowchart
? Decision Tree 1,2 ? Lecture
? Discussion
? Seatwork
? Paper & pen Activity
? Laboratory Activity ? Create an algorithm using flowchart, pseudo �
code and decision tree for simple mathematical problem like adding of two numbers.
1
? Familiarize the basic structure of C# programming using Visual Studio
as the IDE (integrated development environment). Introducing C#
? Explaining Visual Studio IDE
? Basic Syntax of C# 3 ? Use of simple output function for
printing problems like �Hello World!�
? Long quiz
C01 ? Learn the structural elements of a simple program using C#.
Understanding the Structure of a C# Program
? The Main Method
? Using Comments 3 ? Lecture
? Discussion
? Seatwork
? Paper & pen Activity
? Laboratory Activity ? Use a simple output function that displays
something like below and use comments explain the usage of a program.
*
***
******
*********
*
* 1

You might also like