By minoring in computer science at California Baptist University, you can dramatically expand your career opportunities. With a minor in computer science, you can combine the subject area of your major with the knowledge of computer science and have a dynamic combination, making you more competitive in the job market.

The computer science minor at CBU is designed to equip non-CS-majors with the fundamental understanding of computing systems and theory needed to enter graduate school or advance the state of the art in computing design. Students learn the fundamentals of object-oriented programming, data structures and algorithms through multiple languages to build a foundation for advanced coursework in computing systems and theory, including graphics, database design, computer architecture, compilers, language design and modern topics in cyber security and machine learning.

Overview of the software development process. Includes requirements, design, construction, and testing of software. Software project planning. Analysis, architecture, and design of software systems using UML. Evaluating designs. Implementing designs using appropriate data structures, frameworks, and APIs. Prerequisite: EGR 120 or 121. (3 units; Fall/Spring/Summer)

InstructorStart DateDaysTimeLocation
EGR222-B
Clement, Larry W.
09/03/2024 TTh 10:30 AM - 12:00 PM Engineering 221
EGR222-A
Clement, Larry W.
01/13/2025 TTh 8:45 AM - 10:15 AM Engineering 221
EGR222-B
Clement, Larry W.
01/13/2025 TTh 10:30 AM - 12:00 PM Engineering 221
EGR222-A
Clement, Larry W.
06/30/2025 - Online

Fundamental data structures for implementation and analysis. Techniques for solving problems by programming. Analysis for complexity and performance trade-offs. Topics include object oriented design, debugging, abstract data types (ADTs), recursion, big-O notation, interfaces, inheritance, and encapsulation, linked lists, stacks, queues, hash tables, heap, trees, searching, sorting. Prerequisite: EGR 222. (3 units; Fall/Spring)

InstructorStart DateDaysTimeLocation
EGR227-A
Ho, Daniel F.
09/03/2024 MWF 9:30 AM - 10:30 AM Engineering 201
EGR227-B
Ho, Daniel F.
09/03/2024 MWF 1:15 PM - 2:15 PM Engineering 119
EGR227-B
Kim, Mark Sun
01/13/2025 MWF 2:30 PM - 3:30 PM Engineering 107
EGR227-A
Kim, Mark Sun
01/13/2025 MWF 9:30 AM - 10:30 AM Engineering 119
EGR227-A
Ho, Daniel F.
09/02/2025 MWF 9:30 AM - 10:30 AM Engineering 201
EGR227-B
Ho, Daniel F.
09/02/2025 MWF 1:15 PM - 2:15 PM Engineering 119

 

Complete one of the following courses:

Introduction to computer science. Covers problem solving methods and algorithm development; modern programming methodologies; and fundamentals of high-level block structured language using Python. (3 units; Fall/Spring)

InstructorStart DateDaysTimeLocation
EGR120-A
Kim, Mark Sun
09/03/2024 MWF 2:30 PM - 3:30 PM Engineering 107
EGR120-B
Corso, Anthony J.
09/03/2024 WF 9:30 AM - 10:30 AM Engineering ONLN
EGR120-C
Corso, Anthony J.
09/03/2024 WF 10:45 AM - 11:45 AM Engineering ONLN
EGR120-C
Corso, Anthony J.
01/13/2025 WF 9:30 AM - 10:30 AM Engineering ONLN
EGR120-A
Shade, Karen S
01/13/2025 TTh 8:45 AM - 10:15 AM Engineering 301
EGR120-B
Shade, Karen S
01/13/2025 TTh 10:30 AM - 12:00 PM Engineering 104
EGR120-A
Kim, Mark Sun
09/02/2025 MWF 2:30 PM - 3:30 PM Engineering 107
EGR120-B
Corso, Anthony J.
09/02/2025 WF 9:30 AM - 10:30 AM Engineering ONLN
EGR120-C
Corso, Anthony J.
09/02/2025 WF 10:45 AM - 11:45 AM Engineering ONLN

Introduction to computer science. Covers problem solving methods and algorithm development; modern programming methodologies; and fundamentals of high-level block structured language using C++. Prerequisite: EGR 181 or MAT 115. (3 units; Fall, Spring, & Online)

InstructorStart DateDaysTimeLocation
EGR121-C
Shade, Karen S
09/03/2024 MWF 1:15 PM - 2:15 PM Engineering 107
EGR121-A
Shade, Karen S
09/03/2024 MWF 9:30 AM - 10:30 AM Engineering 221
EGR121-B
Shade, Karen S
09/03/2024 MWF 8:15 AM - 9:15 AM Engineering 107
EGR121-B
Shade, Karen S
01/13/2025 TTh 12:15 PM - 1:45 PM Engineering 104
EGR121-A
Shade, Karen S
01/13/2025 TTh 2:00 PM - 3:30 PM Engineering 104
EGR121-A
Shade, Karen S
09/02/2025 MWF 9:30 AM - 10:30 AM Engineering 221
EGR121-B
Shade, Karen S
09/02/2025 MWF 8:15 AM - 9:15 AM Engineering 107
EGR121-C
Shade, Karen S
09/02/2025 MWF 1:15 PM - 2:15 PM Engineering 107

 

Complete one of the following courses:

Introduces the foundations of discrete mathematics as they apply to computer science, focusing on providing a solid theoretical foundation for further work. Topics include functions, relations, sets, simple proof techniques, Boolean algebra, propositional logic, digital logic, elementary number theory, and the fundamentals of counting. (3.0 units; Fall)

InstructorStart DateDaysTimeLocation
EGR225-A
Kim, Mark Sun
09/03/2024 MWF 1:15 PM - 2:15 PM Engineering 302
EGR225-B
Kim, Mark Sun
09/03/2024 MWF 10:45 AM - 11:45 AM Engineering 119
EGR225-A
Kim, Mark Sun
09/02/2025 MWF 1:15 PM - 2:15 PM Engineering 302
EGR225-B
Kim, Mark Sun
09/02/2025 MWF 10:45 AM - 11:45 AM Engineering 119

A study of various methods of proofs and mathematical structures covering logic, universal and existential quantifiers, sets, functions, and selected topics in discrete mathematics, linear algebra, abstract algebra, and real analysis. This is a bridge course to abstract mathematics and should be taken prior to or concurrently with courses in linear or abstract algebra, and real or complex analysis. Prerequisite: MAT 245. (3 units, Fall/Spring)

InstructorStart DateDaysTimeLocation
MAT313-A
Hernandez, Lisa
09/03/2024 MWF 12:00 PM - 1:00 PM Mission Hall 126
MAT313-A
Hernandez, Lisa
09/02/2025 MWF 12:00 PM - 1:00 PM Mission Hall

Algorithms are the heart of any computer software; they define the procedure for accomplishing a data-intensive task. This course establishes terms and methods for talking about algorithms, examines some of the basic algorithms for sorting, searching and other fundamental tasks, and explores more advanced algorithms in bioinformatics and other fields. Prerequisite: EGR 227. (3 units; Fall/Spring)

InstructorStart DateDaysTimeLocation
CSC312-A
Sanders, Benjamin L
09/03/2024 MWF 10:45 AM - 11:45 AM Engineering 302
CSC312-A
Sanders, Benjamin L
01/13/2025 MWF 8:15 AM - 9:15 AM Engineering 301
CSC312-C
Kim, Mark Sun
01/13/2025 MWF 10:45 AM - 11:45 AM Engineering 305
CSC312-B
Kim, Mark Sun
01/13/2025 MWF 1:15 PM - 2:15 PM Engineering 107
CSC312-A
Sanders, Benjamin L
09/02/2025 MWF 10:45 AM - 11:45 AM Engineering 302

Introduces students to the organization and architecture of computer systems, beginning with the standard von Neumann model and then moving forward to more recent architectural concepts. Introduction to assembly language programming. Prerequisite: EGR 120 or 121. Pre- or Co- Requisite: EGR 225. (3 units; Fall)

InstructorStart DateDaysTimeLocation
EGR329-B
Grissom, Daniel T.
09/03/2024 TTh 8:45 AM - 10:15 AM Engineering 301
EGR329-A
Grissom, Daniel T.
09/03/2024 TTh 10:30 AM - 12:00 PM Engineering 301
EGR329-A
Grissom, Daniel T.
09/02/2025 TTh 10:30 AM - 12:00 PM Engineering 301
EGR329-B
Grissom, Daniel T.
09/02/2025 TTh 8:45 AM - 10:15 AM Engineering 301

Complete 6 units from the following:

This course explores issues related to the production and the analysis of imagery and visual representations. Computer graphics are introduced, from basic concepts through rendering and animation. Visualization of data is presented. Computer Vision and Image Processing is presented both mathematically and practically, with an emphasis on creating image manipulation programs in a high-level language. Prerequisite: EGR 227. (3 units; Spring)

InstructorStart DateDaysTimeLocation
CSC313-A
Sanders, Benjamin L
01/13/2025 MWF 9:30 AM - 10:30 AM Engineering 301

Introduction to concepts and considerations of modern compilers and programming languages. Language translation, types and declaration, and abstraction mechanisms are studied. Both functional and object-oriented programming paradigms are explored through examination of several programming languages. Automata, languages and grammar, language processing, computability and complexity theory will be examined in detail. Important topics will be explored using a combination of conceptual work and coding exercises. Prerequisites: EGR 225 and 227. (3 units; Fall)

InstructorStart DateDaysTimeLocation

Artificial Intelligence (AI) is concerned with the design and analysis of autonomous agents that perceive their environment and make rational decisions. This course introduces the basic definitions and issues in Artificial Intelligence and Machine Learning. Students will create reasoning systems in software and explore their capabilities in dealing with new knowledge. Ethical issues in AI will be presented and examined from a Christian perspective. Prerequisite: EGR 227 (3 units; Spring)

InstructorStart DateDaysTimeLocation
CSC421-A
Moseley, Robert William
01/13/2025 MWF 8:15 AM - 9:15 AM Engineering 104

This course covers introductory machine learning topics including supervised and unsupervised learning, linear and logistic regression, support vector machines, neural networks (MLPs, CNNs, RNNs, GANs) and more. Coursework includes instruction and programming assignments in algorithmic implementations and high-level library usage. Students also apply machine learning techniques to a unique research project. Prerequisites: EGR 120 or 121, and one of the following: EGR 305, MAT 353, STA 144, 310, or one additional approved statistic course. (3 units; Fall)

InstructorStart DateDaysTimeLocation

The course commences with an examination of the knowledge discovery process. In particular, the introduction equips students with the strategic thinking skills essential to focus on cutting edge data mining techniques that can be applied in a wide variety of settings, e.g., business, engineering, health care, science, etc. Traditional topics include data mining algorithms and implementation issues, advantages and disadvantages of data mining, and examples of knowledge engineering. Current topics such as ubiquitous, distributed, and spatiotemporal geographic data mining will also be explored. This is a practical hands-on course that culminates in a real-world project implemented via open source tools. Prerequisites: EGR 120 or 121, and one of the following: EGR 305, MAT 353, STA 144, 310, or one additional approved statistics course. (3 units; Fall)

InstructorStart DateDaysTimeLocation

Natural language is ubiquitous, e.g., humans speak and write to communicate, to transfer information, and to document knowledge. Natural Language Processing (NLP) is an integral component in countless information systems requiring advanced manipulation of natural language. In this class, students will be introduced to NLP starting with the concept of understanding words in context and the need for natural language processing in the business environment. The discussion continues with a detailed study of words and is a foundational framework supporting phonetics and speech synthesis. Subsequent topics include concepts of how words are grouped together to form unique grammatical units. The last part of the course, explores solving real-world NLP problems and deals with two key areas: corpus building, feature engineering, and application development. Course material is presented via theory-based lectures, group discussion, and practical labs-a culminating research project will be individually crafted. Prerequisites: EGR 120 or 121, and one of the following: EGR 305, MAT 353, STA 144, 310, or one additional approved statistics course. (3 units; Spring)

InstructorStart DateDaysTimeLocation
CSC424-B
Corso, Anthony J.
01/13/2025 WF 8:15 AM - 9:15 AM Engineering ONLN

This course provides an introduction to the field of Security in computing. Topics include common security standards and policies, cryptography and information security, access controls, attacks and countermeasures, and computer forensics. Prerequisite: EGR 222. (3 units; Spring)

InstructorStart DateDaysTimeLocation
CSC431-A
Christman, Delbert G.
09/03/2024 MWF 10:45 AM - 11:45 AM Engineering 104
CSC431-A
Christman, Delbert G.
01/13/2025 MWF 10:45 AM - 11:45 AM Engineering 104
CSC431-A
Christman, Delbert G.
09/02/2025 MWF 10:45 AM - 11:45 AM Engineering 104

This course provides an in-depth look into the fundamentals of packet-switched network traffic analysis at the network layer and above as applied to problems in traffic engineering, economics, security, etc. The course will explore the design and integration of analytic tools and techniques into the fabric of the network including: spatial and temporal anomaly detection, origin-destination matrix estimation, application mix determination, deep-packet inspection, fingerprinting, intrusion detection and insider threat mitigation. Finally, the course covers active defense and offensive methods reliant on traffic analysis. Contains a lab component. Prerequisite: CSC 431. (3 units; Spring)

InstructorStart DateDaysTimeLocation

This course provides an in-depth look to define the nature and scope of cyber security incident handling services, including intrusion/incident detection, damage control, service continuity, forensic analysis, service/data restoration, and incident reporting. Material covers policy, planning, operations, and technology issues involved in related cyber incident handling plans; i.e., Business Continuity, Disaster Recovery, and Continuity of Operations. Specific incident types addressed include, natural disasters, denial of service, malicious code, malicious misuse of hardware and firmware, unauthorized access, data compromise and inappropriate use, including insider attacks. Emphasis is given to the detection and analysis of infiltration and exfiltration techniques employed during cyber attacks, thus enabling the incident handler to detect low noise attacks, and to deconstruct particularly insidious attacks. Contains a lab component. Prerequisite: CSC 431 (3 units; Fall)

InstructorStart DateDaysTimeLocation

This course provides an advanced course that focuses on key principles of a constructive approach to secure systems. A brief review of operating systems and computer architecture is provided. Major topics include threat characterization and subversion; confinement; fundamental abstractions, principles, and mechanisms, such as reduced complexity, hierarchical relationships, least privilege, hardware protection, resource management and virtualization, software security, secure system composition, mutual suspicion, synchronization, covert and side-channel analysis, secure metadata, secure operational states, usability, and life cycle assurance. Current developments will include advances in security hardware, components, and systems. This course has heavy reliance on software development and implementation. Prerequisite: CSC 431. (3 units; Spring)

InstructorStart DateDaysTimeLocation

Overview of current database technologies with an emphasis on relational database technology. Introduction to database design, entity relationship diagraming, structured query language, and stored procedures. Prerequisite: EGR 120 or 121. (3 units; Fall)

InstructorStart DateDaysTimeLocation
EGR325-B
Clement, Larry W.
09/03/2024 MWF 2:30 PM - 3:30 PM Engineering 301
EGR325-A
Clement, Larry W.
09/03/2024 MWF 1:15 PM - 2:15 PM Engineering 301
EGR325-A
Clement, Larry W.
09/02/2025 MWF 1:15 PM - 2:15 PM Engineering 301
EGR325-B
Clement, Larry W.
09/02/2025 MWF 2:30 PM - 3:30 PM Engineering 301

Focus on Programming real-time applications on an embedded platform running a real-time operating system (RTOS). Consideration will be given to cross-compiled software development, embedded system debugging, multitasking, real-time scheduling, inter-task communication, software design for deterministic execution time, software performance analysis and optimization, device drivers. Prerequisites: EGR 222 and 329. (3 units; Spring)

InstructorStart DateDaysTimeLocation
EGR425-A
Grissom, Daniel T.
01/13/2025 TTh 2:00 PM - 3:30 PM Engineering 301