- Home
- Catalogs
- 2023-2024 College Catalog
- Programs
- Computer Programming Diploma
Computer Programming Diploma (CP24) Diploma
Program Description:
The Computer Programming diploma 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 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 | 224 | ACCUPLACER- | Sentence Skills | 60 |
Writing | 236 | Reading Comprehension | 55 | ||
Arithmetic | 229 | Arithmetic | 34 |
High School diploma or equivalent required for admission.
Credits required for graduation: 52
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.
Basic Skills Courses 8 credits | |
---|---|
ENGL 1010Fundamentals of English I
Emphasizes the development and improvement of written and oral communication abilities. Topics include analysis of writing, applied grammar and writing skills, editing and proofreading skills, research skills, and oral communication skills. |
3 |
MATH 1012Foundations of Mathematics
Emphasizes the application of basic mathematical skills used in the solution of occupational and technical problems. Topics include fractions, decimals, percents, ratios and proportions, measurement and conversion, formula manipulation, technical applications, and basic statistics. |
3 |
EMPL 1000Interpersonal Relations and Professional Development
Emphasizes human relations and professional development in today's rapidly changing world that prepares students for living and working in a complex society. Topics include human relations skills, job acquisition skills and communication, job retention skills, job advancement skills, and professional image skills. |
2 |
Occupational Courses 24 credits | |
---|---|
CIST 1001Computer Concepts
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 |
COMP 1000Introduction to Computer Literacy
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 |
CIST 1220Structured Query Language (SQL)
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 1305Program Design and Development
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 1510Web Development I
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 2921IT Analysis, Design, and Project Management
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 |
XXXXxxxx CIST Elective | 3 |
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 2342C# Programming II
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 2343C# Programming III
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 2352PHP Programming II
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 2362C++ Programming II
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 2372Java Programming II
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 2373Java Programming III
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 2341C# Programming I
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 2351PHP Programming I
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 2361C++ Programming I
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 2371Java Programming I
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 2381Mobile Application Development
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 2342C# Programming II
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 2343C# Programming III
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 2352PHP Programming II
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 2362C++ Programming II
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 2372Java Programming II
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 |
Up one level
Programs of Study
Notice and Responsibilities Regarding this Catalog
The purpose of this catalog/handbook is to provide general information. It should not be construed as the basis of a contract between students and Albany Technical College (ATC). While the provisions of this catalog/handbook will ordinarily be applied as stated, ATC reserves the right to change any provisions listed without notice. Such changes may include entrance requirements and admissions procedures, courses, and programs of study, academic requirements for graduation, fees and charges, financial aid, rules and regulations and the College calendar. It is the student’s responsibility to keep informed of all changes including academic requirements for graduation.
- Table of Contents
- President's Message
- Accreditation And Affiliations
- Articulation Agreements
- Technical Education Guarantee
- Statement Of Equal Opportunity
- Equal Opportunity Employer
- Sexual Harassment And Misconduct
- Mission
- Adult Education Programs
- Information Directory
- Academic Calendar
- Admissions Policies and Procedures
- Admission Categories
- General Admission Requirements For The Associate Degree Programs
- General Admission Requirements For The Diploma Programs
- General Admission Requirements For The Certificate Programs
- Georgia Residency Requirements
- Registration
- Transfer Credit
- High School Programs
- Tuition And Fees
- Financial Obligations To ATC
- Financial Assistance
- Financial Aid Programs
- Financial Aid Fund Disbursements
- Satisfactory Academic Progress Policy And Procedures
- Grading System
- Grade Appeals
- Student Records
- Graduation Policy
- Student Services
- Student Life
- Student Disciplinary Procedure
- Student Complaints
- Student Rights And Responsibilities
- Albany Technical College Model Student Conduct Codes
- Procedure: Unlawful Harassment And Discrimination Of Students
- General Information
- Center for Business Solutions
- Program Advisors
- Faculty & Staff Directory
- Faculty
- Programs of Study
- Programs of Study
- Areas of Study
- Courses