An introduction to Internet technologies. Survery course cover HTML5, CSS, Javascript, jQuery, DOM, XML, JSON, Ajax, Web Servers, SQL, and PHP. Project-oriented course.
An introduction to C Programming. Course covers C fundamentals: control flow, loops, functions, pointers, arrays, strings, recursion, command-line arguments, structures, and enumerations.
An introduction to C++ Programming. Course covers C++ fundamentals: control flow, loops, functions, classes, pointers, arrays, strings, recursion, command-line arguments, structures, and enumerations.
Fall 2015, Winter 2016
Introduction to computer science via theory, applications, and programming. Basic data types, operators and control structures. Input/output. Procedural and data abstraction. Introduction to object-oriented software development. Functions, recursion. Arrays, strings, pointers. Abstract data types, object-oriented programming. Examples and exercises from computer science theory and applications.
Spring 2016
Object-oriented software development. Abstract data type definition and use. Overloading, inheritance, polymorphism. Object-oriented view of data structures: stacks, queues, lists. Algorithm analysis. Trees, graphs, and associated algorithms. Searching and sorting. Case studies and exercises from computer science applications.