![[unknown]](/images/mediatype_unknown.gif) | Course 08: Theory of Computation (ArsDigita University) A theoretical treatment of what can be computed and how fast it can be done. Applications to compilers, string searching, and control circuit design will be discussed. The hierarchy of finite state machines, pushdown machines, context free grammars and Turing machines will be analyzed, along with their variations. The notions of decidability, complexity theory and a complete discussion of NP-Complete problems round out the course... Keywords: computation Downloads: 59,396 Average rating: (5 reviews) |
![[unknown]](/images/mediatype_unknown.gif) | Course 04: Basic Object Oriented Programming (ArsDigita University) The concepts of the Object-oriented paradigm using Java. The basic principles of software engineering are emphasized. We study how to design and think in an object oriented fashion. As a final project, students work in groups to develop a Gnutella distributed music-sharing client. Text: Core Java 2, Volume I: Fundamentals and Volume II: Advanced Features,Hortsmann and Cornell. Requirements: One exam, two problem sets, one project. Keywords: object oriented programming Downloads: 121,205 Average rating: (3 reviews) |
![[unknown]](/images/mediatype_unknown.gif) | Course 05: Algorithm Design and Analysis (ArsDigita University) - ArsDigita University In this course design and analysis of algorithms is studied. Methodologies include: divide and conquer, dynamic programming, and greedy strategies. Their applications involve: sorting, ordering and searching, graph algorithms, geometric algorithms, mathematical (number theory, algebra and linear algebra) algorithms, and string matching algorithms. We study algorithm analysis - worst case, average case, and amortized, with an emphasis on the close connection between the time complexity of an algo... Keywords: algorithms; algorithm design Downloads: 57,839 Average rating: (8 reviews) |
![[unknown]](/images/mediatype_unknown.gif) | Course 02: Discrete Mathematics (Arsdigita University) This course covers the mathematical topics most directly related to computer science. Topics include: logic, relations, functions, basic set theory, countability and counting arguments, proof techniques, mathematical induction, graph theory, combinatorics, discrete probability, recursion, recurrence relations, and number theory. Emphasis is placed on providing a context for the application of the mathematics within computer science... Keywords: ars digita; computer science; discrete math; logic; proof techniques; recurrence relations; basic set theory Downloads: 42,750 Average rating: (11 reviews) |
![[unknown]](/images/mediatype_unknown.gif) | Course 03: Digital Logic, Computer Organization, and Design (ArsDigita University) Includes the basics of digital logical design, computer organization and architecture including assembly language, processor design, memory hierarchies and pipelining. Students examine the detailed construction of a very simple computer. Problem sets use Beta-Sim, a RISC simulator written by Mike Wessler. A higher level view of a modern RISC architecture is studied, using the Patterson and Hennessey introductory text, from both the programmer's point of view and the hardware designer's point of ... Keywords: digital logic; design; computer organization Downloads: 33,933 Average rating: (0 review) |
![[unknown]](/images/mediatype_unknown.gif) | Course 11: Applied Probability (ArsDigita University) This course focuses on Modeling, quantification, and analysis of uncertainty by teaching random variables, simple random processes and their probability distributions, Markov processes, limit theorems, elements of statistical inference, and decision making under uncertainty. This course extends the discrete probability learned in the discrete math class. It focuses on actual applications, and places little emphasis on proofs... Keywords: probability Downloads: 11,638 Average rating: (0 review) |
![[unknown]](/images/mediatype_unknown.gif) | Course 10: Relational Database Management Systems (RDBMS) (ArsDigita University) A more formal approach to Relational Database Management Systems, compared the way they were covered during Web Applications. Database systems are discussed from the physical layer of B-trees and file servers to the abstract layer of relational design. Also includes alternative and generic approaches to database design and database management system including relational, object-relational, and object-oriented systems, SQL standards, algebraic query languages, integrity constraints, triggers, fun... Keywords: databases; relational database management systems; RDBMS Downloads: 16,055 Average rating: (2 reviews) |
![[unknown]](/images/mediatype_unknown.gif) | Course 01: The Structure and Interpretation of Computer Programs (ArsDigita University) An introduction to programming and the power of abstraction, using Abelson and Sussman's classic textbook of the same name. Key concepts include: building abstractions, computational processes, higher-order procedures, compound data, data abstractions, controlling interactions, generic operations, self-describing data, message passing, streams and infinite data structures, meta-linguistic abstraction, interpretation of programming languages, machine model, compilation, and embedded languages... Keywords: ars digita; computer science; programming; abstraction Downloads: 20,809 Average rating: (1 review) |
![[unknown]](/images/mediatype_unknown.gif) | Course 09: Artifical Intelligence (ArsDigita University) An quick overview of AI from both the technical and the philosophical points of view. Topics discussed include search, A*, Knowledge Representation, Neural Nets. Text: Artificial Intelligence, Patrick Winston. Selected papers. Requirements: Two problem sets. Keywords: artifical intelligence Downloads: 7,704 Average rating: (0 review) |
![[unknown]](/images/mediatype_unknown.gif) | Course 07: Graphical Display of Information, and Design of Dynamic Database-Driven Web Sites (ArsDigita University) This course teaches the basics of designing a dynamic web site with a database back end, including scripting languages, cookies, SQL, and HTML with the goal of building such a site as the main (group) project Emphasizes computer-human interface and the graphical display of information. Crucial to the project is the identification of a client with whom the group must work with throughout the month, designing specifications, implementing them, reviewing and evaluating, and testing... Keywords: dynamic web site design; web design; graphical interfaces Downloads: 10,890 Average rating: (3 reviews) |
![[unknown]](/images/mediatype_unknown.gif) | Course 06: Distributed Systems (ArsDigita University) Topics on the engineering of computer software and hardware systems: techniques for controlling complexity, system infrastructure, networks and distributed systems, atomicity and coordination of parallel activities, recovery and reliability, privacy of information, impact of computer systems on society. Case studies of working systems and outside reading in the current literature provide comparisons and contrasts... Keywords: distributed systems Downloads: 13,614 Average rating: (1 review) |
![[unknown]](/images/mediatype_unknown.gif) | Course 0: Math for Computer Science (ArsDigita University) A basic introduction to the Calculus and Linear Algebra. The goal is to make students mathematically literate in preparation for studying a scientific/engineering discipline. The first week covers differential calculus: graphing functions, limits, derivatives, and applying differentiation to real-world problems, such as maximization and rates of change. The second week covers integral calculus: sums, integration, areas under curves and computing volumes... Keywords: ars digita; calculus; linear algebra Downloads: 2,156 Average rating: (0 review) |
![[unknown]](/images/mediatype_unknown.gif) | Unix Workshop (ArsDigita University) A self-study workshop to review and/or learn a wide range of Unix tools, including shell scripts, awk, lex, yacc, grep etc. This course did not give grades. It was strictly pass or incomplete. Text: Various on-line references. Requirements: Two problem sets. Keywords: unix Downloads: 1,164 Average rating: (0 review) |
![[unknown]](/images/mediatype_unknown.gif) | Colloquium 03 - Richard Stallman (ArsDigita University) Colloquium #3 for ArsDigita University. Guest speaker Richard Stallman, on 1/2/2001, speaking on "The Free Software Movement and the GNU/Linux Operating System". Notes on the talk available at ArsDigita. Keywords: computer science; Richard Stallman; free software movement Downloads: 805 |
![[unknown]](/images/mediatype_unknown.gif) | Selected Student Solutions to Problem Sets (ArsDigita University) Selected student solutions to course problem sets, mostly from Course 4 (Object-Oriented Program Design) and Course 5 (Algorithms). A chart of what problem sets are covered by these files is part of answers.html. There is also a TAR file that has all of the solution files. Keywords: arsdigita; computer science; problem sets; solutions Downloads: 523 |
|
|