Presentation is loading. Please wait.

Presentation is loading. Please wait.

Introduction to Programming (CS 201)

Similar presentations


Presentation on theme: "Introduction to Programming (CS 201)"— Presentation transcript:

1 Introduction to Programming (CS 201)
Lecture 01 - Introduction

2 Recommended Text Books
Introduction to Java and Object Oriented Programming (Volume 1) Sebastian Danicic, University of London. Online: /foundation/lecture-slides/java-study-guide-volume1.pdf Introduction to Programming in Java: An Interdisciplinary Approach Robert Sedgewick, Princeton University Online:

3 Syllabus Input and output to screen with Java program
Structure of Java programs Statements Data types Standard Input Conditional statements Loop constructs Arrays, character and string handling Random Number generation Filing (Reading and Writing ) Functions

4 2 Programming Assignments
Marks Distribution 1st Midterm Exam 20% 2nd Midterm Exam Final Exam 40% 2 Quizzes 10 % 2 Programming Assignments 10%

5

6 Ref: http://introcs.cs.princeton.edu/java/lectures/11hello.pdf

7 Ref: http://introcs.cs.princeton.edu/java/lectures/11hello.pdf

8 Ref: http://introcs.cs.princeton.edu/java/lectures/11hello.pdf

9 Ref: http://introcs.cs.princeton.edu/java/lectures/11hello.pdf

10 Before Writing First Java Program
Step 1: Download Java Development Kit (JDK SE v7 ) from s/index.html Step 2: Download ‘DrJava Windows App’ from Instead of DrJava you can also use any other editor such as Simple Notepad, NetBeans etc.

11 Snap Shot of DrJava App Ref:

12 Write Java Program Save Program Compile Program Run Program
General Steps Write Java Program Save Program Compile Program Run Program Compiling is the process of translating source code written in a particular programming language into computer-readable machine code that can be executed.


Download ppt "Introduction to Programming (CS 201)"

Similar presentations


Ads by Google