Program Booklets

Take a moment to explore our programs and see what you can potentially earn from your new job upon completion. Want to check what you would be earning after your program completion?  The salary calculator can tell you just how much our programs are worth. Check out Berkeley City College’s Career Education Viewbook.  Our Programs can get you where you need to be.
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'; } }