Computer Programming Degree (CP23)  Degree


Program Description:

The Computer Programming associate degree program is a sequence of courses designed to provide students with an understanding of the concepts, principles, and techniques required in computer information processing. Those interested in a Computer Programming diploma should be highly motivated individuals who are interested in becoming an Information Technology professional. Program graduates are to be competent in the general areas of English/humanities/fine arts, social/behavioral sciences, natural sciences/mathematics, as well as in the technical areas of SQL, XHTML, systems analysis and design, database management, networking concepts, and the programming languages PHP, Visual BASIC, Java, C++, and JavaScript.

Entrance date: Each semester

Program admission requirements:

Minimum Test Scores

ACCUPLACER NEXT GENERATION– Reading 236 ACCUPLACER- Sentence Skills 70
Writing 249 Reading Comprehension 64
Quantitative Reasoning 245 Algebra 57

High School diploma or equivalent required for admission.

Credits required for graduation: 65

Beginning Spring 2022 (January 2022), ALL FIRST TIME college students will be required to take the College Success (COLL 1020) course.

*See program advisor for list of approved electives.

General Education Core Courses 15 credits
Area I - Language Arts/Communications
ENGL 1101

Explores the analysis of literature and articles about issues in the humanities and in society. Students practice various modes of writing, ranging from exposition to argumentation and persuasion. The course includes a review of standard grammatical and stylistic usage in proofreading and editing. An introduction to library resources lays the foundation for research. Topics include writing analysis and practice, revision, and research. Students write a research paper using library resources and using a formatting and documentation style appropriate to the purpose and audience.

3
Area II - Social/Behavioral Sciences
Area III - Natural Sciences/Mathematics
MATH 1111

Emphasizes techniques of problem solving using algebraic concepts. Topics include fundamental concepts of algebra, equations and inequalities, functions and graphs, and systems of equations; optional topics include sequences, series, and probability or analytic geometry.

3
Area IV - Humanities/Fine Arts
Program-Specific Gen. Ed. Course Requirements (3)
Occupational Courses 30 credits
CIST 1001

Provides an overview of information systems, computers and technology. Topics include: Information Systems and Technology Terminology, Computer History, Data Representation, Data Storage Concepts, Fundamentals of Information Processing, Fundamentals of Information Security, Information Technology Ethics, Fundamentals of Hardware Operation, Fundamentals of Networking, Fundamentals of the Internet, Fundamentals of Software Design Concepts, Fundamentals of Software, (System and Application), System Development Methodology, Computer Number Systems conversion (Binary and Hexadecimal), Mobile computing.

4
CIST 1220
Prerequisites: COMP 1000, CIST 1001, CIST 1305

Includes basic database design concepts and solving database retrieval and modification problems using the SQL language. Topics include: database Vocabulary, Relational Database Design, Date retrieval using SQL, Data Modification using SQL, Developing and Using SQL Procedures.

4
CIST 1305

An introductory course that provides problem solving and programming concepts for those that develop user applications. An emphasis is placed on developing logic, troubleshooting, and using tools to develop solutions. Topics include: problem solving and programming concepts, structured programming, the four logic structures, file processing concepts, and arrays.

3
CIST 1510

Explores the concepts of Hypertext Markup Language (HTML), Cascading Style Sheets (CSS), XML, and HTML following the current standards set by the World Wide Web Consortium (W3C) for developing inter-linking web pages that include graphical elements, hyperlinks, tables, forms, and image maps.

3
CIST 2921

IT Analysis, Design, and Project Management will provide a review and application of systems life cycle development methodologies and project management. Topics include: Systems planning, systems analysis, systems design, systems implementation, evaluation, and project management.

4
Select one of two following courses for min. 3 cr.
COMP 1000

Introduces the fundamental concepts, terminology, and operations necessary to use computers. Emphasis is placed on basic functions and familiarity with computer use. Topics include an introduction to computer terminology, the Windows environment, Internet and email, word processing software, spreadsheet software, database software, and presentation software.

3
Select one of three following classes for min. 3 cr.: 3
BUSN 1300

Introduces organization and management concepts of the business world and in the office environment. Topics include business in a global economy, starting and organizing a business, enterprise management, marketing strategies and financial management.

3
MGMT 1120

This course is designed to provide the student with an overview of the functions of business in the market system. The student will gain an understanding of the numerous decisions that must be made by managers and owners of businesses. Topics include: the market system, the role of supply and demand, financial management, legal issues in business, employee relations, ethics, and marketing.

3
ACCT 1100

Introduces the basic financial accounting concepts of the complete accounting cycle and provides the student with the necessary skills to maintain a set of books for a sole proprietorship. Topics include: accounting vocabulary and concepts, the accounting cycle for a personal service business, the accounting cycle for a merchandising business, inventory, cash control and receivables. Laboratory work demonstrates theory presented in class.

4
Select Programming Courses below, for a minimum of 20 cr. with at least two Tier II courses.
Select (8) Credit Hours from Tier II courses 8
CIST 2342
Prerequisite: CIST 2341

This course is an intermediate course in C#.NET Programming. It is assumed that the student knows the C#.NET syntax as well as basic object oriented concepts. Intermediate C#.NET teaches client-server systems, n-tier development environments, relational databases, use of SQL to access data, the use of ADO.NET objects, methods and properties to access and update relational databases. Advanced features of C# windows programming are explored.

4
CIST 2343
Prerequisite: CIST 2342

This course is an advanced course in C#.NET programming. It is assumed that the student is fairly familiar with the C#.NET programming language. The goal of this course is to help students understand how to use C# to build industry level dynamic Web-based applications. The course covers in detail how to use C# to develop an Enterprise level Web Application. The students will learn how to use HTML to build the Client-Side, and how to use C# for the Server side processing of data and talking to databases.

4
CIST 2352
Prerequisite: CIST 2351

Reinforces and extends the concepts learned in PHP Programming I. Topics include: Database retrieval and updating, multiple form handling, regular expressions, and advanced array processing.

4
CIST 2362
Prerequisite: CIST 2361

Develops skills for the programmer to write programs using the language of C++. Emphasis is placed on utilizing the added features of C++, which will be added to the skills mastered in Introduction to C++ Programming. Topics include: objects, classes, inheritance, overloading, polymorphism, streams, containers, and expectations.

4
CIST 2372
Prerequisite: CIST 2371

This course is an intermediate course in Java Programming. It is assumed that the student knows the Java syntax as well as basic object oriented concepts. The student will use classes and objects provided by the core Java API. They will use these classes to accomplish tasks such as Database access, File access, exception handling, running threads, using sockets to talk across a network, and remotely calling methods using RMI techniques.

4
CIST 2373
Prerequisite: CIST 2372

This course is a course in building Web Applications using Java Enterprise Edition (JEE). It is assumed that the student knows Java Standard Edition as the concepts and techniques build on that foundation. The student will install Web, Application and Database servers. The student will learn to build Web Applications using JEE technologies, such as Servlets, Java Server Pages and Enterprise JavaBeans.

4
Select (12) Credit Hours from Tier I & II courses 12
CIST 2341
Prerequisite: CIST 1305

This course is designed to teach the basic concepts and methods of objected-oriented design and C#.Net programming. Use practical problems to illustrate C#.Net application building techniques and concepts. Develop an understanding of C#.Net vocabulary. Create an understanding of where C#.Net fits in the application development landscape. Create an understanding of the C#.Net Development Environment, Visual Studio and how to develop, debug, and run C#.Net applications using the Visual Studio. Continue to develop student's programming logic skills. Topics include: C#.NET Language History, C#.NET Variable Definitions, C#.NET Control Structures, C#.NET Functions, C#.NET Classes, C#.NET Objects, and C#.NET Graphics.

4
CIST 2351
Prerequisites: CIST 1510, CIST 1305

An introductory PHP programming course that teaches students how to create dynamic websites. Topics include: PHP and basic web programming concepts, installing PHP, embedding PHP in HTML, variables and constants, operators, forms, conditional statements, looping, arrays, and text files.

4
CIST 2361
Prerequisite: CIST 1305

Provides opportunity to gain a working knowledge of ''C++'' programming. Includes creating, editing, executing, and debugging ''C++'' programs of moderate difficulty. Topics include: basic ''C++'' concepts, simple I/O and expressions, I/O and control statements, arrays, pointers, structures, managing data and developing programs.

4
CIST 2371
Prerequisite: CIST 1305

This course is designed to teach the basic concepts and methods of objected-oriented design and Java programming. Use practical problems to illustrate Java application building techniques and concepts. Develop an understanding of Java vocabulary. Create an understanding of where Java fits in the application development landscape. Create an understanding of the Java Development Kit and how to develop, debug, and run Java applications using the JDK. Continue to develop student's programming logic skills. Topics include: JAVA Language History, JAVA Variable Definitions, JAVA Control Structures, JAVA Methods, JAVA Classes, JAVA Objects, and JAVA Graphics.

4
CIST 2381

This course explores mobile guidelines, standards, and techniques. This course includes design and development techniques for multiple mobile devices, platforms, and operating systems. Students will develop mobile applications using state of practice development tools, languages and devices.

4
CIST 2342
Prerequisite: CIST 2341

This course is an intermediate course in C#.NET Programming. It is assumed that the student knows the C#.NET syntax as well as basic object oriented concepts. Intermediate C#.NET teaches client-server systems, n-tier development environments, relational databases, use of SQL to access data, the use of ADO.NET objects, methods and properties to access and update relational databases. Advanced features of C# windows programming are explored.

4
CIST 2343
Prerequisite: CIST 2342

This course is an advanced course in C#.NET programming. It is assumed that the student is fairly familiar with the C#.NET programming language. The goal of this course is to help students understand how to use C# to build industry level dynamic Web-based applications. The course covers in detail how to use C# to develop an Enterprise level Web Application. The students will learn how to use HTML to build the Client-Side, and how to use C# for the Server side processing of data and talking to databases.

4
CIST 2352
Prerequisite: CIST 2351

Reinforces and extends the concepts learned in PHP Programming I. Topics include: Database retrieval and updating, multiple form handling, regular expressions, and advanced array processing.

4
CIST 2362
Prerequisite: CIST 2361

Develops skills for the programmer to write programs using the language of C++. Emphasis is placed on utilizing the added features of C++, which will be added to the skills mastered in Introduction to C++ Programming. Topics include: objects, classes, inheritance, overloading, polymorphism, streams, containers, and expectations.

4
CIST 2372
Prerequisite: CIST 2371

This course is an intermediate course in Java Programming. It is assumed that the student knows the Java syntax as well as basic object oriented concepts. The student will use classes and objects provided by the core Java API. They will use these classes to accomplish tasks such as Database access, File access, exception handling, running threads, using sockets to talk across a network, and remotely calling methods using RMI techniques.

4
CIST 2373
Prerequisite: CIST 2372

This course is a course in building Web Applications using Java Enterprise Edition (JEE). It is assumed that the student knows Java Standard Edition as the concepts and techniques build on that foundation. The student will install Web, Application and Database servers. The student will learn to build Web Applications using JEE technologies, such as Servlets, Java Server Pages and Enterprise JavaBeans.

4
CIST 2742

Provides a study of the Python programming language to solve applications. Topics include: basic coding rules, input/output operations, arithmetic operations, debugging techniques, lists and arrays, sorting, editing input, basic search techniques, game simulations, game design and object-oriented programming (OOP).

4
Faculty
Click to view profile for Cassandra Henderson
Program Chair

Chair/Instructor Computer Programming, Networking & Information Technology Professional
CEIT Building, Room 201

Up one level
Programs of Study