CS101 Abet Syllabus - Jordan University of Science and Technology

Jordan University of Science and Technology
Faculty of Computer & Information Technology
Computer Science Department
CS 101 Introduction to programming
Spring (Second) 2016
Course Catalog
3 Credit hours (3 hrs lectures). This course introduces the student to object-oriented programming
through a study of the concepts of program specification and design, algorithm development, and
coding and testing using a modern software development environment. Students learn how to write
programs in an object-oriented high-level programming language. Topics covered include
fundamentals of algorithms, flowcharts, problem solving, programming concepts, classes and
methods, control structures, arrays, and strings. Throughout the semester, problem solving skills will
be stressed and applied to solving computing problems. Weekly laboratory experiments will provide
hands-on experience in topics covered in this course.
Title
Author(s)
Publisher
Year
Edition
Text Book(s)
C++ Programming: From Problem Analysis to Program Design
D. S. Malik
Thomson
2010
Fifth Edition
References
Books
Internet links
Recent references available at JUST university library (book name, author, publisher, year, copies
available)
1.
C++ common knowledge : essential intermediate programming/
C++ (Computer program language) , Dewhurst, Stephen C. Addison-Wesley, Upper
Saddle River, N. J.: 2005.
2.
C++ programming cookbook Herb Schildt's C++ programming cookbook /
C++ (Computer program language) , Schildt, Herbert. McGraw-Hill, New York: c2008.
3.
Problem solving with C++: The object of programming/ C++ (Computer program
language) . Savitch, Walter. Pearson Addison Wesley, Boston: 2005. Fifth Edition
(International ed. )
4.
C++ programming : From Problem Analysis to Program Design /
C plus plus programming. : Malik, D S. Course Technology, Boston, MA : c2009.
Fourth Edition.
5.
Problem solving with C++ / Savitch, Walter J, 1943- Pearson/Addison-Wesley, Boston :
c2006.Sixth Edition.
https://sites.google.com/site/cs101atjust
1
Instructors
Instructor
Dr. Muneer Masadeh Bani Yassein
Office Phone
E-mail
masadeh@just.edu.jo
Office Hours
Sunday, Tuesday, Thursday
10:00 – 11:00
Teaching Assistant
Prerequisites
Prerequisites by course
CIS100 Computer Skills or concurrent
Topics Covered
Topics
An Overview of Computers and Programming Languages
Basic Elements of C++
Control Structures I (Selection)
Control Structures II (Repetition)
User-Defined Functions I
User-Defined Functions II
Namespaces, the class string, and User-Defined Simple Data Types.
Arrays
Chapters in Text
Chapter 1
Chapter 2
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
Mapping of Course Objectives to Program Outcomes1
1.
The student will identify the hardware components of a computer and will describe how
they act together to form a complete system including the scientific principles on which
they are based. [B,C]
1
Week number
1
2,3
4,5
5,6,7
8,9,10
11,12,13
13,14
14,15
Assessment
method
Quizzes, Exams
Upper-case letters in brackets refer to the Program outcomes
2
2.
The student will edit, compile, execute and get hard copy of a simple program. [B]
Quizzes, Exams
3.
Quizzes, Exams
8.
The student will use good documentation, formatting and naming conventions to insure
program readability. [A, B, C]
The student will write a program using the C++ arithmetic operators, input/output
methods and appropriate manipulators for formatting. [A, B, C]
The student will write a program using appropriate selection statements such as if, ifelse and switch. [A, B, C]
The student will write a program using appropriate looping statements such as while, for
and do-while. [A, B, C]
The student will write a program using functions with parameters passed by value and
by reference. [A, B, C]
The student will create his own data type (enumeration data type). [A, B, C]
9.
The student will use both one dimensional and multi-dimensional arrays. [A, B, C]
Quizzes, Exams
4.
5.
6.
7.
Quizzes, Exams
Quizzes, Exams
Quizzes, Exams
Quizzes, Exams
Quizzes, Exams
10. The student will use character data and string processing. [A, B, C]
Quizzes, Exams
Relationship to Program Outcomes (score out of 5)
A
B
C
4
5
4
D
E
F
G
H
I
J
K
L
Relationship to Program Objectives
1
2
3
4
5
Evaluation
Assessment Tool
Quizzes
First Exam
Second Exam
Final Exam
Expected Due Date
Weekly
TBD
TBD
According to the University final examination schedule
Weight
15 %
20 %
25 %
40 %
Policy
Attendance
Exams
Attendance is very important for the course. In accordance with university policy, students
missing more than 10% of total classes are subject to failure. Penalties may be assessed
without regard to the student's performance. Attendance will be recorded at the beginning or
end of each class.
All exams will be CLOSE-BOOK; necessary algorithms/equations/relations will be supplied as
convenient.
3