Computer Science (CS)
CS 101 Introduction to Computer Science
Credits 3 Grading Basis Graded
How to think like a computer scientist. Topics include an overview of the context of computing, computational operations, computational devices, algorithms and data structures, the storage and transmission of data, the presentation of information, and the limits of computing. Students learn about the design and implementation of computational systems, the value of abstraction, problem solving and the ways in which computation impacts society.
CS 149 Introduction to Programming
Credits 3 Grading Basis Graded
Fundamental problem-solving techniques using a modern programming language. Topics include variables, input/output, decisions, loops, functions, arrays, and objects. Students learn about algorithm development, testing strategies, and software tools. You may only enroll in CS 149 at most twice.
CS 159 Advanced Programming
Credits 3 Grading Basis Graded
Students use advanced problem-solving strategies to develop algorithms using classes and objects and techniques such as recursion, exceptions and file I/O. This course also focuses on designing small applications and effective testing strategies. You may only enroll in CS 159 at most twice.
CS 227 Discrete Structures I
Cross-listed with: MATH 227
Credits 3 Grading Basis Graded
An introduction to discrete mathematical structures including functions, relations, sets, logic, matrices, elementary number theory, proof techniques, basics of counting, graphic theory, discrete probability, digital logic, finite state machines, integer and floating point representations.
Prerequisites: A minimum grade of "B-" in CS 149.
CS 240 Algorithms and Data Structures
Credits 3 Grading Basis Graded
Students learn how to implement stacks, queues, lists, sets and maps using arrays, linked lists, binary trees, heaps, binary search trees, balanced trees and hashing. Students study graph representations and algorithms. Students analyze recursive and non-recursive algorithms, illustrated by various searching and sorting algorithms. Additional topics may be included as time permits. You may only enroll in CS 240 at most twice.
CS 261 Computer Systems I
Credits 3 Grading Basis Graded
This course provides an introduction to the operation of modern interrupt-driven computer systems. Explores the representation of software and information in binary memory, the primary components of a CPU, systems programming and basic interactions with an Operating System. You may only enroll in CS 261 at most twice.
CS 280 Projects in Computer Science
Credits 1-3 Grading Basis Graded
Projects or topics in computer science which are of interest to the lower division student. May be repeated for credit when course content changes. Topics may vary.
Prerequisites: Fully admitted Computer Science majors or minors only and students should consult the instructor prior to enrolling for the course.
CS 327 Discrete Structures II
Credits 3 Grading Basis Graded
This course builds on the theoretical foundation developed in Discrete Structures I. Students study a range of topics from discrete mathematics and theoretical computer science including elementary number theory, matrices, graph theory, automata, computability and complexity theory.
CS 330 Societal and Ethical Issues in Computing
Credits 3 Grading Basis Graded
Overview of philosophical and professional ethics, and a survey of societal and ethical issues in computing such as privacy, intellectual property, computer security, computer crime, product liability, and the societal, environmental, and economic impact of computers. Students develop skills in assuming and defending positions on societal and ethical issues through oral presentations and written reports.
Prerequisites: Fully admitted Computer Science majors or minors only.
CS 332 Technical Communication for Computer Science
Credits 3 Grading Basis Graded
A study of the process of planning, researching, producing and revising technical documents for specific audiences in the computing industry. Document forms studied include definitions, requirements specifications, design specifications, instructions, correspondence, descriptions, plans and reports. Specialized notations and languages are also considered.
Prerequisites: Fully admitted Computer Science majors or minors only.
CS 343 Application Development
Credits 3 Grading Basis Graded
Overview of application software development fundamentals and their use in building stand-alone applications, visualizing and interacting with complex data representations, and controlling the Internet of Things. This course provides an introduction to the technologies used to create modern user interfaces (e.g., web technologies), establishing a common foundation for later application-focused courses.
Prerequisites: Fully admitted Computer Science majors or minors only and a minimum grade of "C-" in CS 159.
CS 345 Software Engineering
Credits 3 Grading Basis Graded
Study of modern methods and tools for the development of software products. Topics include software development process models, software development tools, design and construction principles and practice, software quality assurance and program management.
Prerequisites: Fully admitted Computer Science majors or minors only and a minimum grade of "C-" in CS 159.
CS 347 Web Development
Credits 3 Grading Basis Graded
This course covers design and development of World Wide Web applications. Students examine protocols, architectures, development languages and facilities, and issues such as accessibility, usability, security and reliability. Students work with a suite of development tools and languages to construct a client or server application that includes a GUI and a database.
Prerequisites: Fully admitted Computer Science majors or minors and a minimum grade of "C-" in CS 343.
CS 349 Developing Interactive Multimedia
Credits 3 Grading Basis Graded
Students learn the concepts of multimedia, the issues in designing multimedia to interact effectively with users, the performance and speed issues in designing multimedia and how to implement interactive multimedia applications.
Prerequisites: Fully admitted Computer Science majors or minors only and a minimum grade of "C-" in CS 240.
CS 354 Introduction to Autonomous Robotics
Credits 3 Grading Basis Graded
A hands-on introduction to programming autonomous mobile robots. The focus of this course is on designing robotic systems that navigate independently in complex environments. Specific topics include localization, mapping, kinematics, path planning and computer vision.
CS 361 Computer Systems II
Credits 3 Grading Basis Graded
Intermediate exploration of modern interrupt-driven computer systems. Explores models of computation and complex systems, techniques for communication and synchronization of parallel and concurrent software, and the protocols that make up the Internet.
CS 374 Database Systems
Credits 3 Grading Basis Graded
An introduction to database design and management with emphasis on data definition, data manipulation and query languages found in modern database management systems.
CS 412 Applied Algorithms
Credits 3 Grading Basis Graded
A practical study of algorithms and their use in problem solving. Algorithms are selected from categories including divide-and-conquer, greedy, backtracking, network flow and dynamic programming. The classes P and NP are introduced and intractable problems discussed. This is a programming intensive course.
CS 415 Data Visualization Fundamentals and Techniques
Cross-listed with: IT 415
Credits 3 Grading Basis Graded
This course provides an introductory examination of data visualization through lectures, applied learning activities, readings and hands-on experience with current visualization tools. It also introduces a theoretical framework that covers different types of data, including temporal, geospatial, topical and network data, and their analysis and visualization. Students will improve their data and information literacy, strengthen data visualization skills and build analytic abilities relevant to visualization problems. They will also gain an overview of various data types and examine visualizations and workflows that aim to answer "when" (temporal data), "where" (geospatial data), "what" (topical data) and "with whom" (trees and networks) questions. The course is intended for students with little or no prior background in data visualization and is targeted to those interested in using visualization in their own work and future academic studies.
CS 430 Programming Languages
Credits 3 Grading Basis Graded
Several actual programming languages are studied in terms of the fundamental principles of computer programming language design, including object-oriented programming, functional programming, concurrent programming and logic programming.
CS 432 Compilers
Credits 3 Grading Basis Graded
Introduction to the theory and implementation of compilers. Explores the lexical, syntactic, and semantic analysis of high-level language code as well as code generation, optimization techniques, and architectural or operating system considerations. Course work includes a significant programming component.
CS 442 Logic in Computer Science
Credits 3 Grading Basis Graded
An exploration of some of the many connections between logic and computing, such as the application of classical and temporal logic in program verification, logic and logic programming, decidability, computability, automatic theorem proving, the computational complexity of logic algorithms, and applications of logic in artificial intelligence. A course in discrete mathematics or logic is recommended as preparation for this course.
Prerequisites: Fully admitted Computer Science majors and minors only and junior or senior standing.
CS 444 Artificial Intelligence
Credits 3 Grading Basis Graded
Students will study the history, premises, goals, social impact and philosophical implications of artificial intelligence. Students will study heuristic algorithms for large state spaces and learn to develop recursive and non-deterministic algorithms.
CS 445 Machine Learning
Credits 3 Grading Basis Graded
An introduction to the field of machine learning. Explores key problems and algorithms in machine learning from both a theoretical and an applied perspective. Specific topics include supervised and unsupervised learning, anomaly detection, text mining and experimental design. Students who have completed BSAN 393, ISAT 341 and MATH 358 may also take this course.
CS 446 Software Analysis and Design
Credits 3 Grading Basis Graded
Contemporary software analysis and design methods, tools, notations, techniques, processes, principles and practices. Students solve analysis and design problems alone or in teams and present their work to their peers and the instructor.
CS 447 Interaction Design
Credits 3 Grading Basis Graded
Study of and practice with processes, principles, tools, models and techniques for designing interactions between humans and digital products and systems. Topics include physiological and psychological factors affecting interaction design, interaction design processes, interaction models, styles and paradigms, design notations and representations, prototyping, and interaction design evaluation.
Prerequisites: Fully admitted Computer Science majors or minors and a minimum grade of "C-" in CS 343.
CS 448 Numerical Analysis
Cross-listed with: MATH 448
Credits 3 Grading Basis Graded
This course is the study and analysis of algorithms used to solve nonlinear equations and systems of linear and nonlinear equations. Students will learn iterative methods for matrices and Newton-type methods as well as numerical differential and integral calculus. Students will perform programming using a high-level language and/or software packages.
Prerequisites: Fully admitted Computer Science majors or minors only; and MATH 248 or consent of instructor.
CS 449 Numerical Analysis for Differential Equations
Cross-listed with: MATH 449
Credits 3 Grading Basis Graded
Study and analysis of numerical techniques to solve ordinary and partial differential equations, including Euler, Runge-Kutta, Picard, finite-difference and finite-element methods. Programming using a high-level language and/or software packages.
CS 450 Operating Systems
Credits 3 Grading Basis Graded
Introduction to the design and implementation of modern operating systems. Explores fundamental concepts of operating systems, memory management, virtualization, resource allocation, file systems and system protection mechanisms. Course work includes a significant programming component.
Prerequisites: Fully admitted Computer Science majors or minors only and a minimum grade of "C-" in CS 361.
CS 452 Design and Analysis of Algorithms
Cross-listed with: MATH 452
Credits 3 Grading Basis Graded
An introduction to algorithm design techniques and the mathematical analysis of algorithms. Techniques covered include divide-and-conquer, greedy, backtracking, network flow and dynamic programming. The classes P and NP are introduced and intractable problems are discussed. This is a proof-intensive course. Students may not receive credit for both CS 412 and CS 452.
CS 455 Advanced Computer Networking
Credits 3 Grading Basis Graded
An in-depth analysis of networking protocols and tools to capture, analyze and synthesize network traffic. Includes significant programming projects that simulate the operation of network protocols. Introduces the design principles and implementation of client-server network applications.
Prerequisites: Fully admitted computer science majors or minors only and a minimum grade of "C-" in CS 361.
CS 456 Computer Architecture
Credits 3 Grading Basis Graded
Introduction to the design and implementation of modern CPU architectures. Explores hardware-based parallel execution, quantitative performance evaluation, I/O interfacing techniques and hardware descriptor languages. Course work includes a significant programming component.
Prerequisites: Fully admitted computer science majors or minors only and a minimum grade of "C-" in CS 361.
CS 457 Information Security
Credits 3 Grading Basis Graded
This course covers the basic issues of information system security. The roles of planning, management, policies, procedures and personnel in protecting the confidentiality, integrity and availability of information are described. Specific threats (malicious code, network attacks and hostile content) and widely used countermeasures (access control, mechanisms, firewalls and intrusion detection systems) are also discussed.
CS 458 Cyber Defense
Credits 3 Grading Basis Graded
A hands-on, lab-based learning experience in which the students engage in a series of mini projects to perform security assessment, penetration testing and hardening of networked systems. Students also participate in a cyber defense exercise.
CS 462 Network Applications Development
Credits 3 Grading Basis Graded
Design and implementation of network-based applications using languages and architectures such as sockets, JAVA, TL1 and CORBA. Concepts in distributed processing, including synchronization of interprocess communication and management of replicated data. Analysis of performance issues related to distributed applications.
Prerequisites: Fully admitted Computer Science majors or minors only and CIS 361.
CS 470 Parallel and Distributed Systems
Credits 3 Grading Basis Graded
Introduction to parallel and distributed systems. Explores shared memory, cluster, grid, peer-to-peer, and cloud computing models along with parallel software patterns, distributed file systems and performance considerations. Course work includes a significant programming component.
Prerequisites: Fully admitted computer science majors or minors only and a minimum grade of "C-" in CS 361.
CS 480 Selected Topics in Computer Science
Credits 1-3 Grading Basis Graded
Topics in computer science which are of interest but not otherwise covered in the regular computer science offerings of the department. Offered only with the approval of the department head; may be repeated for credit when course content changes. Topics selected may dictate further prerequisites; students should consult the instructor prior to enrolling for course.
Prerequisites: Fully admitted Computer Science majors or minors only and a minimum grade of "C-" in CS 159. Topics selected may dictate further prerequisites; students should consult the instructor prior to enrolling for course.
CS 482 Selected Topics in Information Security
Credits 1-3 Grading Basis Graded
Topics in information security. Offered only with the approval of the department head; may be repeated for credit when course content changes. Topics selected may dictate further prerequisites; students should consult the instructor prior to enrolling for course.
CS 488 Computer Graphics Applications
Credits 3 Grading Basis Graded
This course develops a computer graphics application package based on standard graphics functions as well as attributes of a graphical user interface. It includes experience in applying interactive computer graphics techniques to industrial problems.
CS 497 Independent Study
Credits 1-3 Grading Basis Graded
An advanced course to give independent study experience under faculty supervision. May be taken multiple times for credit, but no more than three credits may be used in the computer science program graduation requirements.
Prerequisites: Fully admitted Computer Science majors or minors only and junior standing, and permission of the program coordinator.
CS 499A Honors
Credits 1 Grading Basis Graded
CS 499B Senior Honors Thesis
Credits 3 Grading Basis Graded
CS 499C Senior Honors Thesis
Credits 2 Grading Basis Graded
