COURSE NUMBER AND TITLE: CSCI 1301 Principles of Computer Programming I

CREDIT HOURS: 4

CATALOG DESCRIPTION: This course offers a rigorous study of the principles of computer programming with emphasis on problem solving methods which result in correct, well-structured programs. The course covers an introduction to data representation, data types, and control structures.

PREREQUISITE(S): MATH 1113 or MATH 1220

SUGGESTED TEXT: Visual C# 2010 How to Program (4th Edition) by Paul Deitel and Harvey Deitel (ISBN-10: 0132151421)

COURSE OUTLINE:

  • Overview of Programming
  • Problem Solving
  • Standard Data Types
  • Selection
  • Iteration
  • Functions
  • Other Data Types
  • Basic Algorithms