Notice: Undefined index: location in /user/far-beyond/www/sb/inc/content_ou/second-level/summer-session/courses/results.php on line 47

Notice: Undefined index: location in /user/far-beyond/www/sb/inc/content_ou/second-level/summer-session/courses/results.php on line 49

Course Results


Notice: Undefined variable: show_Online in /user/far-beyond/www/sb/inc/content_ou/second-level/summer-session/courses/results.php on line 69

Notice: Undefined variable: show_MUS in /user/far-beyond/www/sb/inc/content_ou/second-level/summer-session/courses/results.php on line 73
Results for: Department: Computer Science
Notice: Undefined variable: show_HSC in /user/far-beyond/www/sb/inc/content_ou/second-level/summer-session/courses/results.php on line 82
22 courses
Clear filter
or modify your search

    Notice: Undefined variable: show_HSC in /user/far-beyond/www/sb/inc/content_ou/second-level/summer-session/courses/results.php on line 95

    Notice: Undefined variable: printedCourses in /user/far-beyond/www/sb/summer-session/application/controllers/render.php on line 537
  • CSE 101: Computer Science Principles

    Undergraduate 3 credits

    Prerequisite: Level 3 or higher on the mathematics placement examination Anti-requisite: May not be taken by students with credit for CSE 114 or CSE 160

    SBC: TECH

    Introduces central ideas of computing and computer science, instills practices of algorithmic and computational thinking, and engages students in the creative aspects of the field. Also introduces appropriate computing technology as a means for solving computational problems and exploring creative endeavors. Includes weekly computer programming assignments, but assumes no previous programming experience. May not be taken by students with credit for CSE 114 or CSE 160.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 1 Extended6070130Kevin McDonnellOnline AsynchronousFlexible (Online)TBAWest (Main Campus)Open
    ×

    Session 1 Extended60702L30Kevin McDonnellOnline AsynchronousFlexible (Online)TBAWest (Main Campus)Open
    ×

  • CSE 102: Intro to Web Dsgn & Programmg

    Undergraduate 3 credits

    Advisory Prerequisite: CSE 101 or basic computer skills

    SBC: TECH

    An introduction to the design of Web pages, specifically the development of browser and device independent HTML, with an emphasis on the XHTML standards. Includes the use of style sheets (CSS) and tools for page layout and verification. HTML is presented as a mark-up language, exploring the rules of HTML elements and attributes. Students learn the separation of page viewing information from the HTML through CSS style sheets as well as the use of block layout without using HTML tables. Addresses HTML display properties including text, color, image, and graphic elements as well as approaches to HTML validation and techniques.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 1 Extended6172530Pramod GanapathiOnline SynchronousMon. & Weds.11:40-02:10PMWest (Main Campus)Open
    ×

  • CSE 114: Intro to Object-Oriented Prog

    Undergraduate 4 credits

    Prerequisite: Level 5 or higher on the math placement exam Advisory Prerequisite: CSE 101 or ISE 108

    SBC: TECH

    An introduction to procedural and object-oriented programming methodology. Topics include program structure, conditional and iterative programming, procedures, arrays and records, object classes, encapsulation, information hiding, inheritance, polymorphism, file I/O, and exceptions. Includes required laboratory. This course has been designated as a High Demand/Controlled Access (HD/CA) course. Students registering for HD/CA courses for the first time will have priority to do so.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 1 Extended6070030Ahmad EsmailiOnline SynchronousMon. & Weds.01:30-04:00PMWest (Main Campus)Open
    ×

    Session 1 Extended60699L30Ahmad EsmailiOnline SynchronousMon. & Weds.09:30-12:00PMWest (Main Campus)Open
    ×

    Session 2 Extended6167031Praveen TripathiOnline AsynchronousFlexible (Online)TBAWest (Main Campus)Open
    ×

    Session 2 Extended61669L31Praveen TripathiOnline AsynchronousFlexible (Online)TBAWest (Main Campus)Open
    ×

  • CSE 214: Data Structures

    Undergraduate 4 credits

    Prerequisite: C or higher in CSE 114

    An extension of programming methodology to data storage and manipulation on complex data sets. Topics include: programming and applications of data structures; stacks, queues, lists, binary trees, heaps, priority queues, balanced trees and graphs. Recursive programming is heavily utilized. Fundamental sorting and searching algorithms are examined along with informal efficiency comparisons.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 26119130Ahmad EsmailiOnline SynchronousMon. & Weds.09:30-12:45PMWest (Main Campus)Open +
    ×

    Note: Asynchronous Online

    Session 261190R30TBAOnline SynchronousMon. & Weds.01:00-02:10PMWest (Main Campus)Open +
    ×

    Note: Asynchronous Online

  • CSE 215: Foundations of Comp Science

    Undergraduate 4 credits

    Prerequisite: AMS 151 or MAT 125 or MAT 131

    Introduction to the logical and mathematical foundations of computer science. Topics include functions, relations, and sets; recursion; elementary logic; and mathematical induction and other proof techniques.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 16069230Richard McKennaOnline SynchronousMon. & Weds.09:30-12:30PMWest (Main Campus)Open +
    ×

    Note: Synchronous Online

    Session 160693R30Richard McKennaOnline SynchronousMon. & Weds.12:30-01:25PMWest (Main Campus)Open +
    ×

    Note: Synchronous Online

    Session 2 Extended6533731Jalaa HoblosOnline SynchronousTues. & Thurs.01:30-03:50PMWest (Main Campus)Open
    ×

    Session 2 Extended65338R31Jalaa HoblosOnline SynchronousTues. & Thurs.03:50-05:10PMWest (Main Campus)Open
    ×

  • CSE 216: Programming Abstractions

    Undergraduate 4 credits

    Prerequisites: C or higher in CSE 214; CSE major

    Intermediate-level programming concepts and paradigms, including functional programming, object-orientation, basics of type systems, memory management, program and data abstractions, parameter passing, modularity, and parallel programming. Includes weekly recitations, which provide students with experience in the practice of programming in a variety of high-level languages.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 16114530Richard McKennaOnline SynchronousTues. & Thurs.09:00-10:20AMWest (Main Campus)Open +
    ×

    Note: Synchronous Online

    Session 161146R30Richard McKennaOnline SynchronousTues. & Thurs.12:25-01:25PMWest (Main Campus)Open +
    ×

    Note: Synchronous Online

  • CSE 220: Systems Fundamentals I

    Undergraduate 4 credits

    Prerequisites: C or higher in CSE 214 or co-requisite CSE 260 and CSE major

    Introduces systems-level programming concepts using the C language and assembly language, and explores the correspondence of programming constructs in these languages. Topics include internal data representation, basic instructions and control structures, bitwise operations, arithmetic operations, memory management, pointers, function calls and parameter passing, linking and loading. Included is an overview of computer architecture and organization topics, including von Neumann architecture, the memory hierarchy, and basics of pipelining.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 26546601Abid MalikOnline AsynchronousFlexible (Online)TBAWest (Main Campus)Open
    ×

    Session 265467R01Abid MalikOnline AsynchronousFlexible (Online)TBAWest (Main Campus)Open
    ×

  • CSE 310: Computer Networks

    Undergraduate 3 credits

    Prerequisites: C or higher: CSE 214 or 260; CSE 220 or ISE 218; CSE major or ISE major. Advisory Pre- or Corequisite: AMS 310

    Overview of computer networks and the Internet. Concept of end systems, access networks, clients and servers. Connection-oriented and connectionless services. Circuit switching and packet switching. Description of Internet protocol layers, including application layer, transport layer, network layer and link layer. Architecture of the current Internet and the World-Wide Web. TCP/IP protocol stack. Internet routing and addressing. Local area network protocols, Ethernet hubs and switches. Wireless LANs. Multimedia networking. May not be taken by students with credit for ESE 346.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 2 Extended6533530Jalaa HoblosOnline AsynchronousFlexible (Online)TBAWest (Main Campus)Open
    ×

  • CSE 351: Introduction to Data Science

    Undergraduate 3 credits

    Prerequisites: CSE 214 or CSE 260; AMS 310; CSE major

    This multidisciplinary course introduces both theoretical concepts and practical approaches to extract knowledge from data. Topics include linear algebra, probability, statistics, machine learning, and programming. Using large data sets collected from real-world problems in areas of science, technology, and medicine, we introduce how to preprocess data, identify the best model that describes the data, make predictions, evaluate the results, and finally report the results using proper visualization methods. This course also teaches state-of-the art tools for data analysis, such as Python and its scientific libraries.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 16113830Praveen TripathiOnline AsynchronousFlexible (Online)TBAWest (Main Campus)Open
    ×

  • CSE 581: Comp Sci Fundamentals: Theory

    Graduate 3 credits

    The course consists of two parts. The first part covers discrete mathematics -- a division of mathematics that is extensively used in computer science. The topics covered include: logic (propositional logic and predicate logic), proof techniques, sequences (mathematical induction and recursion), and functions. The second part covers the theory of computation -- a division of theoretical computer science that deals with what can be computed and what cannot be computed on a computer. The topics covered include: computational models (FA, PDA, and Turing machines), grammars accepted by different computational models (regular grammars, context-free grammars, and unrestricted grammars), languages accepted by different computational models (regular languages, context-free language, and Turing-acceptable languages), Turing-complete systems, and algorithmically unsolvable problems.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    SPD Online6534030Pramod GanapathiOnline SynchronousMon. & Weds.11:00-01:30PMWest (Main Campus)Open
    ×

  • CSE 582: CS Fund: Data Structures & Alg

    Graduate 3 credits

    The course consists of two parts. The first part covers data structures to efficiently store, organize, modify, and access data. Topics include: arrays, stacks, queues, linked lists, trees, sets, hash maps, priority queues, and graphs. The second part covers the design and analysis of algorithms for solving computer science problems. Topics include: algorithm analysis, exhaustive search algorithms, divide-and-conquer algorithms, greedy algorithms, and dynamic programming algorithms.

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    SPD Online6533330Pramod GanapathiOnline SynchronousMon. & Weds.09:00-11:30AMWest (Main Campus)Open
    ×

  • CSE 659: Seminar in Computer Security

    Graduate 1 credit

    Seminar course, covering various research problems in computer security. Spring,

    Session Class # Section Instructor Mode Days Time Campus Status Notes
    Session 1 Extended65330S30Amir RahmatiOnline SynchronousMonday01:00-02:00PMWest (Main Campus)Open
    ×

  • Modify search

Summer Courses

Check out our available classes or view by location below.

top
©