San Francisco State University

College of Business

BACS Department

BICS 265: Introduction to Business Computer Programming with C and C++

 

 

Spring 2003
Section Time Instructor Location
02 TTh 14:10 - 15:25 Dr. Garfolo BUS 113

 

Text

D. S. Malik; C++ Programming. ISBN 0-619-06213-4. Course Technology

 

Course Goals

The goal of BICS 265 is to impart C Programming literacy to enhance a graduate’s ability to succeed in the business world.

Many students find C/C++ programming (or programming in general) overwhelming and imagine that it is beyond their reach. Learning the basics of a programming language, however, does not require advanced mathematics or a detailed understanding of computer electronics. What matters in programming is whether you can progress from the statement of the problem to its solution. To do so, you must be able to think logically. You must have the necessary discipline to express your logic in a form that the computer can understand. Most importantly, you must be able to see the task through to its completion without getting discouraged by difficulties and setbacks.

BICS 265 is designed to familiarize students with the fundamentals of programming and the basics of C and C++, which is the dominant programming language in the computing industry today. The goal is to treat the whysof programming as well as the hows,to give you a feel for the programming process as a whole. Finally, the course is designed to flow from the procedural programming language "C" into the world of object-oriented programming expressed in "C++".

Learning objectives

Students performing well in BICS 265 should be able to:

  1. Write clear, elementary C/C++ programs
  2. Understand algorithmic thinking and apply it to programming
  3. Understand problem-solving techniques
  4. Read, write, and debug substantial C/C++ programs
  5. Write programs using structured programming techniques
  6. Program C/C++ input and output using the appropriate libraries including simple formatting
  7. Code with C/C++ arithmetic, increment, decrement, assignment, relational, equality, and logical operators
  8. Code C/C++ control structures (if, if/else, switch, while, do/while, for) and use built-in data types
  9. Use standard library functions
  10. Write user-defined function definitions
  11. Understand and manipulate arrays
  12. Understand Objects, Classes and Data Abstraction

No special technology skills other than basic computer literacy (using a computer, word processing, etc.) is required.

 

Grading

Your grade is determined by the following factors:

Quizes20%
Midterm20%
Final25%
Homework Assignments10%
Project (Programming Project)20%
Class Participation 5%

The grading scale will be:

AAbove 90%
BBetween 90% and 80%
CBetween 80% and 70%
DBetween 70% and 60%
FBelow 55%

A course outline can be found here.

Programming style guidlines can be found here.

The program grading criteria can be found here.

  • Attendance and Participation. Regular class attendance, conscientious daily study and preparation, and completion of assignments are essential for satisfying the course objectives.

  • Exams. Exams can not be made up unless the absences result from extreme circumstance.

  • Assignments. Assignments are to be turned in at the beginning of class on the day they are due, unless announced otherwise. There will be a late penalty assessed of 10% per class period that each assignment is late. Assignments that are late for more than 4 class periods will not be accepted.

  • The instructor reserves the right to retain for pedagogical reasons either the original, or a copy, of any student's test, written assignment, paper, disk, video, or similar work submitted by the student, either individually or as a group project, for this class. Student's names will be deleted from any retained items.

  • Academic Dishonesty. San Francisco State University requires that students be honest in their academic work. Academic dishonesty is viewed as an ethical issue and violation of the principles expressed in the university's academic regulations. Academic dishonesty, identification and reporting procedures, academic and administrative sanctions and appeal procedures are outlined in detail in the student handbook and are available from the Division of Student Affairs.
  • Comments and suggestions to Dr. Blaine Garfolo:  bgarfolo@sfsu.edu