You are on page 1of 2

CS 1336 Section 001 Programming Fundamentals

Syllabus

Instructor: Laurie Thompson


Office: ECSS 3.610
Office Hours: Tuesday & Thursday 9:30am. – 11:30am.
Telephone: (972) 883-4839
Email: Laurie.Thompson@utdallas.edu

TA: Hasan
Office: ECSS 4.414
Office Hours: Monday 4:00pm. – 6:00pm. & Wednesday 6:00pm. – 8:00pm. in ECSS 4.623
Email: hasanmm@utdallas.edu

Corequisite : CS 1136

Textbook: Standard Version of Starting Out with C++ 4th Edition 2005 Update by Tony Gaddis.

Materials : Homework assignments, programming assignments, and homework solutions will be available
at webct.utdallas.edu.

Grading: Homework assignments & unannounced quizzes – 10%


Lecture attendance – 5%
Programming projects – 20%
Exam #1 – 20% September 29, 2005
Exam #2 – 20% November 3, 2005
Final Exam – 25% November 29, 2005, 2:00pm. – 4:00pm.

An attendance sheet will be sent around the room each class. You will be considered absent if
you have not signed the attendance sheet by ten minutes after the scheduled start time of the
class.
Late programming projects and homework assignments will not be accepted.
The instructor reserves the right to give unannounced quizzes. Each quiz will count as a
homework grade. There are no make-ups for missed quizzes.
You must bring a photo ID to examinations.
There will be assigned seating for examinations.
All exams are open book and open notes.
PDAs, computers, cell phones, and backpacks will not be allowed at desks during
examinations.
The final exam is comprehensive.

Make up examinations will be administered only for well-documented emergencies. A


student must make every attempt possible, via telephone and email, to notify the instructor
that he/she will miss the exam prior to the examination date and time.

Scholastic
Dishonesty: Incidence of scholastic dishonesty will be handled according to university regulations.

Scholastic dishonesty includes, but is not limited to: copying assignments, giving your work to
another to be copied, looking at another students paper during the examination, using
unauthorized materials during examination, giving students in subsequent sections test or quiz

Page 1 of 2
questions, handing in another persons work as your own, having someone else take an
examination for you, and changing a graded paper and requesting that it be regraded.
Objectives: To develop the student’s abilities to:

• Develop algorithmic solutions for use on computers


• Express algorithmic solutions in a high level computer language
• Use programming tools such as an editor, compiler, and linker
• Utilize fundamental programming structures - linear processing
• Utilize fundamental programming structures - conditional processing
• Utilize fundamental programming structures - loop processing
• Process data in arrays
• Develop programs in a functional/method form
• Perform searches and sorts
• Utilize reference variables
• Manipulate character and string data
• Perform sequential file input and output
Tentative
Schedule:
Date Class Material Reading Assignment Due
August 18 Review of syllabus & Intro. to Programming Chapter 1 Text
August 23 Intro. To Programming & Intro. to C++ Chapter 2 Text
August 25 Intro. to C++
August 30 Intro. to C++ Cont'd & Expressions & Interactivity Chapter 3 Text
September 1 Expressions & Interactivity Cont'd
September 6 Expressions & Interactivity Cont'd
September 8 Expressions & Interactivity Cont'd & Intro. to File Input &
Output
September 13 Intro. to File Input & Output Cont'd
September 15 Making Decisions Chapter 4 Text
September 20 Making Decisions Cont'd
September 22 Making Decisions Cont’d & Looping Chapter 5 Text
September 27 Looping
September 29 Review & Exam #1
October 4 Looping Cont’d
October 6 Looping Cont’d
October 11 Functions Chapter 6 Text
October 13 Functions Cont’d
October 18 Functions Cont’d & More File Operations Chapter 12 Sections 12.1-12.6
October 20 Arrays Chapter 7 Text
October 25 Arrays Cont’d
October 27 Arrays Cont’d
November 1 Arrays Cont’d & Searching Arrays Chapter 8 Text
November 3 Review & Exam #2
November 8 Searching & Sorting Arrays
November 10 Sorting Arrays Cont’d & Pointers Chapter 9 Text
November 15 Pointers Cont’d & Intro. to Structures Chapter 11 Sections 11.1-
11.10
November 17 Characters & Strings Chapter 10 Sections 10.1-10.6
November 22 Characters & Strings & Review
November 29 2:00pm. – 4:00pm. Final Exam

Page 2 of 2

You might also like