Course Syllabus COSC 1436 - Programming Fundamentals I
Course Syllabus COSC 1436 - Programming Fundamentals I
Course Syllabus COSC 1436 - Programming Fundamentals I
Catalog Description: This course introduces the fundamental concepts of structured programming, and
provides a comprehensive introduction to programming for computer science and technology majors.
Topics include software development methodology, data types, control structures, functions, arrays, and
the mechanics of running, testing, and debugging. This course assumes computer literacy. (This course
is included in the Field of Study Curriculum for Computer Science.)
Learning Outcomes
1
Course Content
Students in all sections of this course will learn the following content:
1. Describe data representation, manipulation, and storage in a computer.
2. Categorize different programming languages and their uses.
3. Create programs using basic elements of C++ including variables and I/O statements
4. Code arithmetic computations
5. Develop programs with simple and compound conditions,
6. Develop algorithms and plan and design program logic with pseudocode
7. Develop programs using selection structures including if and switch statements
8. Write a program using of top-down design of algorithms and structured programming.
9. Use repetition structures in programs including do and while loops
10. Create programs using functions.
11. Write modules that perform basic manipulations with one-dimensional arrays
12. Code statements iterating over sequences
13. Understand variable scope and be able to use variables appropriately in programs.
14. Create software using problem solving skills to design, code and test programs.
15. Demonstrate the use of debugging functions available in software development tools.
16. Run, test and debug programs.
17. Demonstrate the use of debugging functions in software development tools.
Methods of Instruction include student use of an online web site: “MyProgrammingLab”. The site includes an e-text
book: Introduction to Programming with C++, 3rd Edition, Pearson Publishing, 2014, by Y. Daniel Liang and
innovative interactive online teaching software: “MyProgrammingLab”. MyProgrammingLab provides learning
opportunities to including short activities, projects, and quizzes as they work through each chapter
The book uses a pedagogy that works well with our students.
• Each chapter introduces new material subdivided into short sections.
o Sections are a “divide and conquer” approach to presenting information that might
be overwhelming if presented in a lengthier form.
▪ Each section briefly, but thoroughly, explains a single topic thus
simplifying comprehension.
o Understanding of each section is reinforced with the use of an innovative interactive
online teaching software, MyProgrammingLab. MyProgrammingLab provides learn
opportunities to complete short activities, projects, or quizzes as they work through
each chapter. MyProgrammingLab student activities in graded immediately and
students have access to activity hints and solutions.
o End of chapter programming projects provide feedback to students that they are ready
for the next chapter of the text.
• The chapters follow a pattern of building programming knowledge by beginning with an
introduction to basic computer concepts followed by basic programming concepts.
• After the computer and programming concepts are taught, students are introduced to logic
concepts and how programs may be designed using algorithms or flowcharts before program
code is written.
• The course formats include traditional (face-to-face), hybrid, and online. Students in classes of
any format will have access to this course via Canvas. Resources provided through Canvas
include: email allowing communication with all class members and the instructor, project data
files, installation file for compiler installation, overview of the course, a manual for compiler
installation and use, exams, a variety of exercises including programming projects.
2
Assessment
Canvas and MyProgrammingLab provide assignment submission features. After the instructor or
MyProgrammingLab has graded the assignment, the student will be able to view his or her grade
in Canvas or MyProgrammingLab. All exams will be online multiple-choice or programming
exams.
Student needing instructor help with programming projects may email the source code to the
instructor. They receive a response indicating what is causing the problem.
Course Grade
The grade for this course will be based on the following items assigned during the semester and used to
calculate the student’s final grade:
ASSIGNMENTS
Students work through each required chapter in sequence. At the end of each chapter, they complete
a programming project demonstrating their knowledge of the programming concepts.
Program source code is submitted according to the schedule presented in Canvas using an online
drop box in the “Assignments” link of Canvas.
EXAMS
There will be two assessments to verify that you have the comprehensive knowledge required to
produce your portfolio. You will demonstrate this knowledge by conducting an interactive presentation of
a comprehensive programming project subject to peer and instructor evaluation.
Grade Calculation
The grading calculation course is as follows:
• Assignments – 30%
• Comprehensive programming project – 20%
• Exams – 50%
All grades including a mid-semester and final grade will be posted to My Grades in Canvas.
Recommended Readings:
• Programming and c++ websites listed in Canvas.
• Search engine (such as Google) research on various topics, terms, functions, etc. to augment e-text
material. This research often reveals useful alternative explanations and solutions.
Other:
• Following link: http://www.panola.edu/elearning/testing.html
• If any student in this class has special classroom or testing needs because of a physical learning or
emotional condition, please contact the ADA Student Coordinator in Support Services located in the
Administration Building or go to http://www.panola.edu/student-success/disability-support-services/
for more information.
• Withdrawing from a course is the student’s responsibility. Students who do not attend class and who
do not withdraw will receive the grade earned for the course.