Search Results
Your search for courses · during 25FA · meeting requirements for FSR, Formal or Statistical Reasoning · returned 32 results
-
CS 111 Introduction to Computer Science 6 credits
This course will introduce you to computer programming and the design of algorithms. By writing programs to solve problems in areas such as image processing, text processing, and simple games, you will learn about recursive and iterative algorithms, complexity analysis, graphics, data representation, software engineering, and object-oriented design. No previous programming experience is necessary.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
NOT open to students who have completed any of the following course(s): CS 200 or greater with a grade of C- or better.
-
CS 201 Data Structures 6 credits
Think back to your favorite assignment from Introduction to Computer Science. Did you ever get the feeling that “there has to be a better/smarter way to do this problem”? The Data Structures course is all about how to store information intelligently and access it efficiently. How can Google take your query, compare it to billions of web pages, and return the answer in less than one second? How can one store information so as to balance the competing needs for fast data retrieval and fast data modification? To help us answer questions like these, we will analyze and implement stacks, queues, trees, linked lists, graphs, and hash tables. Students who have received credit for a course for which Computer Science 201 is a prerequisite are not eligible to enroll in Computer Science 201.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): CS 111 with a grade of C- or better or a score of 4 or better on the Computer Science A AP exam or received a Carleton Computer Science 111 Requisite Equivalency. Not open to students that have taken CS 200.
-
CS 202 Mathematics of Computer Science 6 credits
This course introduces some of the formal tools of computer science, using a variety of applications as a vehicle. You’ll learn how to encode data so that when you scratch the back of a DVD, it still plays just fine; how to distribute “shares” of your floor’s PIN so that any five of you can withdraw money from the floor bank account (but no four of you can); how to play chess; and more. Topics that we’ll explore along the way include: logic and proofs, number theory, elementary complexity theory and recurrence relations, basic probability, counting techniques, and graphs.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 111 with a grade of C- or better or received a score of 4 or better on the AP Computer Science exam or received a Carleton Computer Science 111 or better Requisite Equivalency AND MATH 101 or MATH 111 or greater with a grade of C- or better or greater or received a score of 4 or better on the Calculus AB AP exam or received a score of 4 or better on the Calculus BC AP exam or received a score of 5 or better on the Mathematics IB exam or received a Carleton MATH 111 or better Requisite Equivalency.
-
CS 208 Introduction to Computer Systems 6 credits
Are you curious what’s really going on when a computer runs your code? In this course we will demystify the machine and the tools that we use to program it. Our broad survey of how computer systems execute programs, store information, and communicate will focus on the hardware/software interface, including data representation, instruction set architecture, the C programming language, memory management, and the operating system process model.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 or CS 201 with a grade of C- or better or received a Carleton Computer Science 201 or better Requisite Equivalency.
-
CS 208.02 Fall 2025
- Faculty:Jeff Ondich π« π€
- Size:28
- M, WAnderson Hall 329 8:30am-9:40am
- FAnderson Hall 329 8:30am-9:30am
-
22 seats held for CS Match until the day after rising sophomore (only) priority registration.
-
CS 251 Programming Languages: Design and Implementation 6 credits
What makes a programming language like “Python” or like “Java”? This course will look past superficial properties (like indentation) and into the soul of programming languages. We will explore a variety of topics in programming language construction and design: syntax and semantics, mechanisms for parameter passing, typing, scoping, and control structures. Students will expand their programming experience to include other programming paradigms, including functional languages like Scheme and ML.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 or CS 201 with a grade of C- or better or received a Carleton Computer Science 201 or better Requisite Equivalency.
-
CS 251.01 Fall 2025
- Faculty:Anna Meyer π« π€
- Size:28
- M, WHulings 316 1:50pm-3:00pm
- FHulings 316 2:20pm-3:20pm
-
17 seats held for CS Match until the day after rising sophomore (only) priority registration.
-
CS 252 Algorithms 6 credits
A course on techniques used in the design and analysis of efficient algorithms. We will cover several major algorithmic design paradigms (greedy algorithms, dynamic programming, divide and conquer, and network flow). Along the way, we will explore the application of these techniques to a variety of domains (natural language processing, economics, computational biology, and data mining, for example). As time permits, we will include supplementary topics like randomized algorithms, advanced data structures, and amortized analysis.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 with a grade of C- or better or CS 201 with a grade of C- or better or received a Carleton Computer Science 200 Requisite Equivalency AND CS 202 with a grade of C- or better or received a Carleton Computer Science 202 Requisite Equivalency or MATH 236 with a grade of C- or better or received a Carleton Math 236 Requisite Equivalency. MATH 236 will be accepted in lieu of CS 202.
-
CS 252.01 Fall 2025
- Faculty:Sneha Narayan π« π€
- Size:28
- M, WAnderson Hall 329 1:50pm-3:00pm
- FAnderson Hall 329 2:20pm-3:20pm
-
21 seats held for CS Match until the day after rising sophomore (only) priority registration.
-
CS 254 Computability and Complexity 6 credits
An introduction to the theory of computation. What problems can and cannot be solved efficiently by computers? What problems cannot be solved by computers, period? Topics include formal models of computation, including finite-state automata, pushdown automata, and Turing machines; formal languages, including regular expressions and context-free grammars; computability and uncomputability; and computational complexity, particularly NP-completeness.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 with a grade of C- or better or CS 201 with a grade of C- or better or received a Carleton Computer Science 200 Requisite Equivalency AND CS 202 with a grade of C- or better or received a Carleton Computer Science 202 Requisite Equivalency or MATH 236 with a grade of C- or better or received a Carleton Math 236 Requisite Equivalency. MATH 236 will be accepted in lieu of CS 202.
-
CS 257 Software Design 6 credits
It’s easy to write a mediocre computer program, and lots of people do it. Good programs are quite a bit harder to write, and are correspondingly less common. In this course, we will study techniques, tools, and habits that will improve your chances of writing good software. While working on several medium-sized programming projects, we will investigate code construction techniques, debugging and profiling tools, testing methodologies, UML, principles of object-oriented design, design patterns, and user interface design.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 or CS 201 with a grade of C- or better or received a Carleton Computer Science 201 or better Requisite Equivalency.
-
CS 257.01 Fall 2025
- Faculty:Jean Salac π« π€
- Size:28
- M, WHulings 316 11:10am-12:20pm
- FHulings 316 12:00pm-1:00pm
-
12 seats held for CS Match until the day after rising sophomore (only) priority registration.
-
CS 301 History of Computing in England Program: History of Computing 6 credits
In the mid-1800s, Charles Babbage’s analytical engine, inspired by programmable looms, was the first conception of an automated programmable computing device. A century later, British researchers built some of the first physical computers—particularly WWII-era code-breaking work, and programmable machines developed immediately after the war. We will explore those two eras, through historical writings (including Babbage and Ada Lovelace, who wrote programs for the analytical engine, and Alan Turing) and visits to relevant museums and archives. We will also study some of the more recent history of computing, particularly the major advances in the 1960s and 1970s.
Participation in OCS History of Computing in England program.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Acceptance in the Carleton OCS History of Computing in England program.
-
CS 322 Natural Language Processing 6 credits
Advances like deep learning and large language models have led to computer programs that seem to converse intelligently with people. But how do these programs work, and do they really understand language? In this course, weβll explore techniques that aim to enable computers to interpret and respond appropriately to ideas expressed using natural languages (such as Chinese or English) as opposed to formal languages (such as Python or C). Topics may include classical and modern approaches, and varying applications, such as machine translation, semantic analysis, and question answering.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): CS 200 with a grade of C- or better or CS 201 with a grade of C- or better or received a Carleton Computer Science 200 Requisite Equivalency AND CS 202 with a grade of C- or better or received a Carleton Computer Science 202 Requisite Equivalency or MATH 236 with a grade of C- or better or received a Carleton Math 236 Requisite Equivalency. MATH 236 will be accepted in lieu of CS 202.
-
CS 322.01 Fall 2025
- Faculty:Anna Rafferty π« π€
- Size:34
- M, WAnderson Hall 329 9:50am-11:00am
- FAnderson Hall 329 9:40am-10:40am
-
17 seats held for CS Match until the day after rising junior priority registration.
-
CS 331* Computer Networks (*=Junior Seminar) 6 credits
The Internet is composed of a large number of heterogeneous, independently-operating computer networks that work together to transport data all over the world. The fact that it does this so well given its complexity is a minor miracle. Weβll study the structure of these individual networks, of smaller-scale local networks, and of the Internet, and learn how this βmagicβ takes place. Topics include protocols, routing, security, network architecture, and performance measurement along with economic, ethical, and privacy issues. Students will develop technical communication skills in writing and oral presentations through several network analysis projects.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): CS 200 or CS 201 with a grade of C- or better or received a Carleton Computer Science 201 or better Requisite Equivalency. Not open to students who have previously taken CS 331.
-
CS 331*.01 Fall 2025
- Faculty:Amy Csizmar Dalal π« π€
- Size:16
- M, WAnderson Hall 323 12:30pm-1:40pm
- FAnderson Hall 323 1:10pm-2:10pm
-
10 seats held for CS Match until the day after rising junior priority registration.
-
CS 338 Computer Security 6 credits
When hackers can disable gas pipelines, national hospital systems, and electrical grids, and data brokers can create a largely unregulated world-wide surveillance system, there’s a clear need for people who understand the mechanisms of computer security and insecurity. Towards that end, in this course we will study technical and social aspects of computer and network security. Topics will include threat modeling, cryptography, secure network protocols, web security, ethical hacking and penetration testing, authentication, authorization, historical hacking incidents, usability, privacy, and security-related law.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): CS 200 or CS 201 with a grade of C- or better or received a Carleton Computer Science 201 or better Requisite Equivalency.
-
CS 341 History of Computing in England Program: Cryptography 6 credits
Modern cryptographic systems allow parties to communicate in a secure way, even if they don’t trust the channels over which they are communicating (or maybe even each other). Cryptography is at the heart of a huge range of applications: online banking and shopping, password-protected computer accounts, and secure wireless networks, to name just a few. In this course, we will introduce and explore some fundamental cryptographic primitives. Topics will include public-key encryption, digital signatures, code-breaking techniques (like those used at Bletchley Park during WWII to break the Enigma machine’s cryptosystem), pseudorandom number generation, and other cryptographic applications.
Participation in OCS History of Computing in England program.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Acceptance in the Carleton OCS History of Computing in England program.
-
LING 115 Introduction to the Theory of Syntax 6 credits
This course is organized to enable the student to actively participate in the construction of a rather elaborate theory of the nature of human cognitive capacity to acquire and use natural languages. In particular, we concentrate on one aspect of that capacity: the unconscious acquisition of a grammar that enables a speaker of a language to produce and recognize sentences that have not been previously encountered. In the first part of the course, we concentrate on gathering notation and terminology intended to allow an explicit and manageable description. In the second part, we depend on written and oral student contributions in a cooperative enterprise of theory construction.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
LING 115.01 Fall 2025
- Faculty:Catherine Fortin π« π€
- Size:20
- M, WLeighton 426 12:30pm-1:40pm
- FLeighton 426 1:10pm-2:10pm
-
LING 217 Phonetics and Phonology 6 credits
Although no two utterances are ever exactly the same, we humans don’t function like tape recorders; we overlook distinctions to which mechanical recording devices are sensitive, and we “hear” contrasts which are objectively not there. What we (think we) hear is determined by the sound system of the language we speak. This course examines the sound systems of human languages, focusing on how speech sounds are produced and perceived, and how these units come to be organized into a systematic network in the minds of speakers of languages.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): One 100-level LING course with grade of C- or better.
-
LING 217.01 Fall 2025
- Faculty:Yoolim Kim π« π€
- Size:25
- T, THWillis 211 10:10am-11:55am
-
MATH 101 Calculus with Problem Solving 6 credits
An introduction to the central ideas of calculus with review and practice of those skills needed for the continued study of calculus. Problem solving strategies will be emphasized. In addition to regular MWF class time, students will be expected to attend two problem-solving sessions each week, one on Monday or Tuesday, and one on Wednesday or Thursday. Details will be provided on the first day of class.
Extra time for TTH labs. Not open to students who have received credit for MATH 111
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has received a score of 101 on the Carleton Math Placement exam. Not open to students who have received credit for Mathematics 111. For more information, see the Mathematics' web page.
-
MATH 111 Introduction to Calculus 6 credits
An introduction to the differential and integral calculus. Derivatives, antiderivatives, the definite integral, applications, and the fundamental theorem of calculus.
Not open to students who have received credit for MATH 101
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has received a score of 111 on the Carleton Math Placement exam. Not open to students who have received credit for Mathematics 101 or received a score of 4 or better on the Calculus AB AP exam or received a score of 4 or better on the Calculus BC AP exam or received a score of 5 or better on the Calculus IB exam or received a Carleton Math 111 or better Requisite Equivalency. For more information, see the Mathematics' web page.
-
MATH 120 Calculus 2 6 credits
Inverse functions, integration by parts, improper integrals, modeling with differential equations, vectors, calculus of functions of two independent variables including directional derivatives and double integrals, Lagrange multipliers.
Not open to students who have received credit for MATH 211 or have a score of 4 or 5 on the AP Calculus BC exam.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 101 or MATH 111 with a grade of C- or better or received a scored of 4 or better on AP Calculus AB test or received a scored of 5 or better on Calculus IB test or received a Carleton Math 111 Requisite Equivalency or placement exam. Not open to students who received a scored of 4 or better on the AP Calculus BC test or completed MATH 211 with a grade of C- or better.
-
MATH 134 Linear Algebra with Applications 6 credits
Linear algebra centers on the geometry, algebra, and applications of linear equations.Β It is pivotal to many areas of mathematics, natural sciences, computer science, and engineering. To study linear equations, we will develop concepts including matrix algebra, linear independence, determinants, eigenvectors, and orthogonality.Β Students will use these tools to model real world problems and solve these problems using computational software.Β
This course is not open to students who have received credit for MATH 232.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Not open to students who have taken MATH 232 or equivalents.
-
MATH 211 Introduction to Multivariable Calculus 6 credits
Vectors, curves, partial derivatives, gradient, multiple and iterated integrals, line integrals, Green’s theorem.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has received a score of 4 or better on the AP Calculus BC exam or received a score of 211 on the Carleton Math Placement exam or received a Carleton Math 121 Requisite Equivalency.
-
MATH 232 Linear Algebra 6 credits
Linear algebra centers on the study of highly structured functions called linear transformations. Given the abundance of nonlinear functions in mathematics, it may come as a surprise that restricting to linear ones opens the door to a rich and powerful theory that finds applications throughout mathematics, statistics, computer science, and the natural and social sciences. Linear transformations are everywhere, once we know what to look for. They appear in calculus as the functions that are used to define lines and planes in Euclidean space. In fact, differentiation is also a linear transformation that takes one function to another. The course focuses on developing geometric intuition as well as computational matrix methods. Topics include kernel and image of a linear transformation, vector spaces, determinants, eigenvectors and eigenvalues.
This course is not open to students who have received credit for MATH 134.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 120 or MATH 211 with a grade of C- or better or received a Carleton Math 211 Requisite Equivalency.
-
MATH 236 Mathematical Structures 6 credits
Basic concepts and techniques used throughout mathematics. Topics include logic, mathematical induction and other methods of proof, problem solving, sets, cardinality, equivalence relations, functions and relations, and the axiom of choice. Other topics may include: algebraic structures, graph theory, and basic combinatorics.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 134 or MATH 232 AND MATH 210 or MATH 211 with a grade of C- or better or equivalent.
-
MATH 240 Probability 6 credits
Introduction to probability and its applications. Topics include discrete probability, random variables, independence, joint and conditional distributions, expectation, limit laws and properties of common probability distributions.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 120 or MATH 211 or greater with a grade of C- or better or received a Carleton MATH 211 or better Requisite Equivalency or equivalent.
-
MATH 241 Ordinary Differential Equations 6 credits
Ordinary differential equations are a fundamental language used by mathematicians, scientists, and engineers to describe processes involving continuous change. In this course we develop ordinary differential equations as models of real world phenomena and explore the mathematical ideas that arise within these models. Topics include separation of variables; phase portraits; equilibria and their stability; non-dimensionalization; bifurcation analysis; and modeling of physical, biological, chemical, and social processes.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student must have completed any of the following course(s): MATH 134 or MATH 232 AND MATH 120 or MATH 211 with a grade of C- or better or equivalents.
-
MATH 321 Real Analysis I 6 credits
A systematic study of single-variable functions on the real numbers. This course develops the mathematical concepts and tools needed to understand why calculus really works: the topology of the real numbers, limits, differentiation, integration, convergence of sequences, and series of functions.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 236 AND MATH 210 or MATH 211 with a grade of C- or better or equivalents.
-
MATH 332 Advanced Linear Algebra 6 credits
Selected topics beyond the material of Mathematics 232. Topics may include the Cayley-Hamilton theorem, the spectral theorem, factorizations, canonical forms, determinant functions, estimation of eigenvalues, inner product spaces, dual vector spaces, unitary and Hermitian matrices, operators, infinite-dimensional spaces, and various applications.
- Fall 2025
- FSR, Formal or Statistical Reasoning
-
Student has completed any of the following course(s): MATH 236 with a grade of C- or better.
-
PSYC 200 Measurement and Data Analysis in Psychology 6 credits
The course considers the role of measurement and data analysis focused on behavioral sciences. Various forms of measurement and standards for the evaluation of measures are explored. Students learn how to summarize, organize, and evaluate data using a variety of techniques that are applicable to research in psychology and other disciplines. Among the analyses discussed and applied are tests of means, various forms of analysis of variance, correlation and regression, planned and post-hoc comparisons, as well as various non-parametric tests. Research design is also explored.
Requires concurrent registration in PSYC 201.
Waitlist Information: If you would like to waitlist for a PSYC 201 lab section, you will need to UNCHECK the box for the lecture section, PSYC 200, prior to completing the waitlist process. If you are offered a seat in the lab, you will be able to register for the lecture at the same time.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): PSYC 110 or received a score of 4 or better on the Psychology AP exam or received a score of 6 or better on the Psychology IB exam OR CGSC/PSYC 232 and CGSC/PSYC 233 with a grade of C- or better.
- PSYC 201: Measurement and Data Analysis Lab
-
PSYC 200.01 Fall 2025
- Faculty:Violet Brown π« π€
- Size:26
- M, WAnderson Hall 121 12:30pm-1:40pm
- FAnderson Hall 121 1:10pm-2:10pm
-
STAT 120 Introduction to Statistics 6 credits
Introduction to statistics and data analysis. Practical aspects of statistics will be emphasized, including extensive use of programming in the statistical software R, interpretation and communication of results. Topics include: exploratory data analysis, correlation and linear regression, design of experiments, the normal distribution, randomization approach to inference, sampling distributions, estimation, and hypothesis testing. Students who have taken Mathematics 211 are encouraged to consider the more advanced Mathematics 240/Statistics 250 Probability/Statistical Inference sequence.
Not open to students who have already received credit for Psychology 200/201, Sociology/Anthropology 239 or Statistics 250
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Not open to students that have taken PSYC 200 , PSYC 201, SOAN 239 or STAT 250.
-
STAT 220 Introduction to Data Science 6 credits
This course will cover the computational side of data analysis, including data acquisition, management, and visualization tools. Topics may include: data scraping, data wrangling,Β data visualization using packages such as ggplots, interactive graphics using tools such as Shiny, an introduction to classification methods, and understanding and visualizing spatial data. We will use the statistics software R in this course.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): STAT 120 or STAT 230, or STAT 250 with a grade of C- or better.
-
STAT 230 Applied Regression Analysis 6 credits
A second course in statistics covering simple linear regression, multiple regression and ANOVA, and logistic regression. Exploratory graphical methods, model building and model checking techniques will be emphasized with extensive use of statistical software R to analyze real-life data.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): STAT 120 or STAT 250 or PSYC 200 or SOAN 239 with a grade of C- or better or received a score of 4 or better on the Statistics AP exam.
-
STAT 285 Statistical Consulting 2 credits
Students will apply their statistical knowledge by analyzing data problems solicited from the Northfield community. Students will also learn basic consulting skills, including communication and ethics.
All interested students are encouraged to add to the waitlist and the instructor will reach out after registration. This course is repeatable, but if the instructor cannot admit every student on the waitlist, priority will be given first to Statistics majors who have not previously taken the course and then to other students who have not taken the course.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed the following course(s): STAT 230 with a grade of C- or better.
-
STAT 340 Bayesian Statistics 6 credits
The Bayesian approach to statistics provides a powerful framework for incorporating prior knowledge into statistical analyses, updating this knowledge with data, and quantifying uncertainty in results. This course serves as a comprehensive introduction to Bayesian statistical inference and modeling, an alternative to the frequentist approach to statistics covered in previous classes. Topics include: Bayesβ Theorem; prior and posterior distributions; Bayesian regression; hierarchical models; and model adequacy and posterior predictive checks. Computational techniques will also be covered, including Markov Chain Monte Carlo methods, and modern Bayesian modeling packages in R.
- Fall 2025
- FSR, Formal or Statistical Reasoning QRE, Quantitative Reasoning
-
Student has completed any of the following course(s): STAT 230 and STAT 250 with a grade of C- or better.