The basis for education in the last millennium was “reading, writing, and arithmetic;” now it is reading, writing, and computing. Learning to program is an essential part of the education of every student, not just in the sciences and engineering, but in the arts, social sciences, and humanities, as well. Beyond direct applications, it is the first step in understanding the nature of computer science’s undeniable impact on the modern world. This course covers the first half of our book Computer Science: An Interdisciplinary Approach (the second half is covered in our Coursera course Computer Science: Algorithms, Theory, and Machines). Our intent is to teach programming to those who need or want to learn it, in a scientific context.
제공자:
Computer Science: Programming with a Purpose
프린스턴 대학교이 강좌에 대하여
귀하가 습득할 기술
- Programming Principles
- Computer Science
- Algorithms
- Java Programming
제공자:

프린스턴 대학교
Princeton University is a private research university located in Princeton, New Jersey, United States. It is one of the eight universities of the Ivy League, and one of the nine Colonial Colleges founded before the American Revolution.
강의 계획표 - 이 강좌에서 배울 내용
BASIC PROGRAMMING CONCEPTS
Why program? This lecture addresses that basic question. Then it describes the anatomy of your first program and the process of developing a program in Java using either virtual terminals or a program development environment, with some historical context. Most of the lecture is devoted to a thorough coverage of Java's built-in data types, with example programs for each.
CONDITIONALS AND LOOPS
The if, while, and for statements are Java's fundamental control structures. This lecture is built around short programs that use these constructs to address important computational tasks. Examples include sorting, computing the square root, factoring, and simulating a random process. The lecture concludes with a detailed example illustrating the process of debugging a program.
ARRAYS
Computing with a large sequence of values of the same type is extremely common. This lecture describes Java's built-in array data structure that supports such applications, with several examples, including shuffling a deck of cards, the coupon collector test for randomness, and random walks in a grid.
INPUT AND OUTPUT
To interact with our programs, we need mechanisms for taking information from the outside world and for presenting information to the outside world. This lecture describes several such mechanisms: for text, drawings, and animation. Detailed examples covered include fractal drawings that model natural phenomena and an animation of a ball bouncing around in the display window.
검토
- 5 stars85.01%
- 4 stars8.90%
- 3 stars2.07%
- 2 stars1.33%
- 1 star2.67%
COMPUTER SCIENCE: PROGRAMMING WITH A PURPOSE의 최상위 리뷰
It did not just teach coding, but taught efficient coding and how to think about performance issues, and separation of program parts into objects
This course was great for learning Java, but I believe it could have been better if it had covered the actual "computer science" aspect (like the anatomy of a computer, history of computing, etc.)
Excellent course, inface the best I found on any MOOC platform for a complete beginner to Java. Loved it. Would appreciate more coding assignments though. Only week 1 & 2 have those.
It's easy to follow. And all the programming tasks help me to understand the content better. It's an friendly CS course with amazingly high quality. Thank you Professor!
자주 묻는 질문
강의 및 과제를 언제 이용할 수 있게 되나요?
Do I need to pay for this course?
Can I earn a certificate in this course?
For whom is this course intended?
Which kinds of assessments are available in this course?
Which Java programming environment will I use?
궁금한 점이 더 있으신가요? 학습자 도움말 센터를 방문해 보세요.