Computer Science Certificates and Degrees

Advanced Computer Programming Associate in Science Degree and Certificate of Achievement

This program will prepare students for a career as a computer professional in fields such as programming, programming analysis, systems analysis, or software developing. The program is also recommended for professionals in other areas who want to develop computer programming skills. 

Applied Computer Information Systems Associate in Science and Certificate of Achievement 

Whether you are a beginning or an advanced computer student, the courses in the Computer Information Systems/Applied Computer Information Systems Program will improve your computer and software knowledge and skills. Understand how computers work and be a proficient user of computers. Learn Microsoft Office applications and integrate the different software to create professional reports and presentations. 

Web Programming Associate in Science and Certificate of Achievement 

 This program will prepare students for a career in programming for the Internet and the World Wide Web. They will learn client-side and server-side web programming technologies, understand Internet communications and protocols and related technologies, learn the latest versions of HTML, CSS, JavaScript, Java, and Databases in order to integrate them to create dynamic interactive web pages. Before entering the program, students should have a solid computer literacy background, such as that provided by CIS 1, CIS 5, or CIS 42A/B or the equivalents. 

var accItem2 = document.getElementsByClassName('accordionItem2'); var accHD = document.getElementsByClassName('accordionItemHeading2'); for (i = 0; i < accHD.length; i++) { accHD[i].addEventListener('click', toggleItem, false); } function toggleItem() { var itemClass = this.parentNode.className; for (i = 0; i < accItem2.length; i++) { accItem2[i].className = 'accordionItem2 close'; } if (itemClass == 'accordionItem2 close') { this.parentNode.className = 'accordionItem2 open'; } }