Global Arc

1
Search International Offerings

You can now simultaneously browse international opportunities and on-campus courses; the goal is to plan coursework — before and/or after your trip — that will deepen your experiences abroad.

2
Add Your Favorites

Log in and add international activities and relevant courses to your Global Arc.

3
Get Advice

Download your Arc and share with your academic adviser, who can help you refine your choices.

4
Enroll, Apply and Commit

Register for on-campus classes through TigerHub, and apply for international experiences using Princeton’s Global Programs System.

5
Revisit and Continue Building

Return to the Global Arc throughout your Princeton career as you delve deeper into your interests. 

Refine search results

Subject

Displaying 31 - 40 of 47
Close icon
Computer Science
Special Topics in Computer Science
These courses cover one or more advanced topics in computer science. The courses are offered only when there is an opportunity to present material not included in the established curriculum; the subjects vary from term to term. Three classes.
Close icon
Computer Science
Special Topics in Computer Science
These courses cover one or more advanced topics in computer science. The courses are offered only when there is an opportunity to present material not included in the established curriculum; the subjects vary from term to term. Three classes.
Close icon
Computer Science
Senior Independent Work (B.S.E. candidates only)
Offered in the fall, seniors are provided with an opportunity to concentrate on a "state-of-the-art" project in computer science. Topics may be selected from suggestions by faculty members or proposed by the student. B.S.E. candidates only.
Close icon
Computer Science
Senior Independent Work (B.S.E. candidates only)
Offered in the spring, seniors are provided with an opportunity to concentrate on a "state-of-the-art" project in computer science. Topics may be selected from suggestions by faculty members or proposed by the student. B.S.E. candidates only.
Close icon
Computer Science
Senior Independent Work-Resubmission
No description available
Close icon
Computer Science
Computers in Our World
Computers are all around us. How does this affect the world we live in? This course is a broad introduction to computing technology for humanities and social science students. Topics will be drawn from current issues and events, and will include discussion of how computers work, what programming is and why it is hard, how the Internet and the Web work, security and privacy. Two 90-minute lectures. Self-scheduled computer laboratory.
Close icon
Computer Science
The Art and Science of Computer Programming
In this course, intended as an introduction to computer programming for students with little to no previous experience, students will learn to write, read, and reason about computer programs. Topics include conditionals, loops, sound, animation, arrays, and functions. This course offers an alternative arts-inspired presentation of the first half of the material covered in COS 126.
Close icon
Computer Science
Computer Science: An Interdisciplinary Approach
An introduction to computer science in the context of scientific, engineering, and commercial applications. The course will teach basic principles and practical issues, and will prepare students to use computers effectively for applications in computer science, physics, biology, chemistry, engineering, and other disciplines. Topics include: hardware and software systems; programming in Java; algorithms and data structures; fundamental principles of computation; and scientific computing, including simulation, optimization, and data analysis. No prior programming experience required. Video lectures, one class, two preceptorials.
Close icon
Computer Science
Nand to Tetris: Building a Modern Computer from First Principles
A hands-on synthesis of key topics from digital architectures and software engineering in one course. Starting with the most elementary logic gate, Nand, students build a general-purpose computer system that can run Tetris, and any other program. You will learn how computers work, how they are constructed, and how to plan and build large-scale systems. The hardware platform (logic gates, RAM, CPU) is built in a simple Hardware Description Language, learned in the course; The software hierarchy (assembler, compiler, basic OS) is built in Java. Assignments are done in pairs and are supported by extensive scaffolding and partial implementations.
Close icon
Computer Science
Introduction to Programming Systems
An introduction to computer organization and system software. The former includes topics such as processor and memory organization, input/output devices, and interrupt structures. The latter includes assemblers, loaders, libraries, and compilers. Programming assignments are implemented in assembly language and C using the UNIX operating system. Three lectures. Prerequisite: 126 or instructor's permission.