Difference between revisions of "Spring 2021: Programming in Java (PSCS)"
Jump to navigation
Jump to search
(29 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
*Class Timings: '''Tuesdays''' 1:00 pm - 3:00 pm (5<sup>th</sup> and 6<sup>th</sup> slot) | *Class Timings: '''Tuesdays''' 1:00 pm - 3:00 pm (5<sup>th</sup> and 6<sup>th</sup> slot) | ||
*Classroom: Online | *Classroom: Online | ||
− | *Lab Timings: '''Mondays''' (8:45 am - 12:45 pm (1<sup>st</sup> to 4<sup>th</sup> | + | *Lab Timings: '''Mondays''' (8:45 am - 12:45 pm (1<sup>st</sup> to 4<sup>th</sup>slot) |
== Course Overview == | == Course Overview == | ||
− | * As per the | + | * As per the '''COURSE Guidelines''', yet to be finalized. |
== Lectures == | == Lectures == | ||
{| class="wikitable" style="text-align:left; width: 100%"; | {| class="wikitable" style="text-align:left; width: 100%"; | ||
|- | |- | ||
− | ! | + | !Lecture |
!Topic | !Topic | ||
− | !Lecture Slides | + | !Lecture Slides |
!Readings | !Readings | ||
|- | |- | ||
− | | style="width: 8%" | | + | | style="width: 8%" | Lecture 01 (Jan 05) |
− | | style="width: | + | | style="width: 60% | '''''Introduction''''': History of Java, Java Features, First Sample Program, Java Virtual Machine(JVM) Architecture. |
− | | style="width: | + | | style="width: 15%" | [http://mkbhandari.com/mkwiki/data/spring2021/Java(PSCS)/1Intro.pdf '''1.pdf'''] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| Chapter 1 (R1) | | Chapter 1 (R1) | ||
|- | |- | ||
− | | | + | | Lecture 02 (Jan 12) |
− | | ''''' | + | | '''''OOPs Principles''''': Object, Class, Encapsulation, Abstraction, Inheritance, Polymorphism. |
− | + | | style="width: 15%" | [http://mkbhandari.com/mkwiki/data/spring2021/Java(PSCS)/2OOPs.pdf '''2.pdf'''] | |
− | + | | Chapter 2 (R1) | |
− | |||
− | |||
− | |||
− | | [http://mkbhandari.com/mkwiki/data/ | ||
− | | Chapter | ||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | | Lecture 03 (Jan 19, Feb 01) |
− | | ''''' | + | | ''''' Java Programming Fundamentals''''': Data Types, Variables, Operators, Keywords, Naming Convention, Decision Making(if, switch), Looping(for, while), Type Casting. |
− | + | | style="width: 15%" | Read/Download Lecture 03 from [http://www.mkbhandari.com/mkwiki/Spring_2020:_Programming_in_Java] | |
− | + | | Chapter 3,4,5 (R1) | |
− | |||
− | |||
− | |||
− | | | ||
− | | Chapter 4 (R1) | ||
|- | |- | ||
− | | | + | | Lecture 04 (Feb 02) |
− | + | | ''''' Classes and Objects''''': Creating Classes and objects, Constructors(default, no-parameter, parameterized, ''this'' keyword, etc | |
− | + | | style="width: 15%" | [http://mkbhandari.com/mkwiki/data/spring2021/Java(PSCS)/4Classes.pdf '''4.pdf'''] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | ( | ||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | | [http://mkbhandari.com/mkwiki/data/ | ||
| Chapter 6 (R1) | | Chapter 6 (R1) | ||
|- | |- | ||
− | | | + | | Lecture 05 (Feb 09) |
− | + | | ''''' Inheritance''''': Inheritance basics, ... | |
− | + | | style="width: 15%" | Read/Download Lecture 10 from [http://www.mkbhandari.com/mkwiki/Spring_2020:_Programming_in_Java] | |
− | + | | Chapter 8 (R1) | |
− | | | ||
− | |||
− | | | ||
− | |||
− | |||
− | |||
− | | [http://mkbhandari.com/mkwiki/ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | Chapter 8 (R1) | ||
|} | |} | ||
== Assignments and Tests== | == Assignments and Tests== | ||
− | ===Assignments=== | + | |
− | * ''Assignment No. 1'', Posted on Google Classroom, '''Submission Deadline:''' | + | ===Home Assignments=== |
− | * ''Assignment No. 2'', Posted on Google Classroom, '''Submission Deadline:''' | + | * ''Home Assignment (HA) No. 1'', Difference between JDK, JRE, and JVM. [12/01/2021] |
+ | * ''Home Assignment (HA) No. 2'', Difference between C++ and Java. [02/02/2021] | ||
+ | * ''Home Assignment (HA) No. 3'', Difference between OOPs and POPs. [02/02/2021] | ||
+ | |||
+ | ===Class Assignments=== | ||
+ | * ''Assignment No. 1'', Posted on Google Classroom, '''Submission Deadline:''' **/**/2021 | ||
+ | * ''Assignment No. 2'', Posted on Google Classroom, '''Submission Deadline:''' **/**/2021 | ||
+ | * ''Assignment No. 3'', Posted on Google Classroom, '''Submission Deadline:''' **/**/2021 | ||
===Tests=== | ===Tests=== | ||
− | * Test 1, | + | * Test 1, **/**/2021. |
− | * Test 2, | + | * Test 2, **/**/2021. |
− | * Test 3, | + | * Test 3, **/**/2021. |
== Resources == | == Resources == | ||
− | * '''R1''': | + | * '''R1''': Herbert Schildt, The Complete Reference, 9th Edition, MGH Education (India). ['''''Tentative'''''] |
− | * ''' | + | * '''Web 1:''' The Java™ Tutorials [https://docs.oracle.com/javase/tutorial/] |
− | * ''' | + | * '''Web 2:''' Java T Point Tutorial [https://www.javatpoint.com/java-tutorial] |
− | * ''' | + | * '''Web 3:''' NTU notes on Java [https://www3.ntu.edu.sg/home/ehchua/programming/index.html#Java] |
Latest revision as of 17:27, 23 April 2021
Contents
Logistics
- Class Timings: Tuesdays 1:00 pm - 3:00 pm (5th and 6th slot)
- Classroom: Online
- Lab Timings: Mondays (8:45 am - 12:45 pm (1st to 4thslot)
Course Overview
- As per the COURSE Guidelines, yet to be finalized.
Lectures
Lecture | Topic | Lecture Slides | Readings |
---|---|---|---|
Lecture 01 (Jan 05) | Introduction: History of Java, Java Features, First Sample Program, Java Virtual Machine(JVM) Architecture. | 1.pdf | Chapter 1 (R1) |
Lecture 02 (Jan 12) | OOPs Principles: Object, Class, Encapsulation, Abstraction, Inheritance, Polymorphism. | 2.pdf | Chapter 2 (R1) |
Lecture 03 (Jan 19, Feb 01) | Java Programming Fundamentals: Data Types, Variables, Operators, Keywords, Naming Convention, Decision Making(if, switch), Looping(for, while), Type Casting. | Read/Download Lecture 03 from [1] | Chapter 3,4,5 (R1) |
Lecture 04 (Feb 02) | Classes and Objects: Creating Classes and objects, Constructors(default, no-parameter, parameterized, this keyword, etc | 4.pdf | Chapter 6 (R1) |
Lecture 05 (Feb 09) | Inheritance: Inheritance basics, ... | Read/Download Lecture 10 from [2] | Chapter 8 (R1) |
Assignments and Tests
Home Assignments
- Home Assignment (HA) No. 1, Difference between JDK, JRE, and JVM. [12/01/2021]
- Home Assignment (HA) No. 2, Difference between C++ and Java. [02/02/2021]
- Home Assignment (HA) No. 3, Difference between OOPs and POPs. [02/02/2021]
Class Assignments
- Assignment No. 1, Posted on Google Classroom, Submission Deadline: **/**/2021
- Assignment No. 2, Posted on Google Classroom, Submission Deadline: **/**/2021
- Assignment No. 3, Posted on Google Classroom, Submission Deadline: **/**/2021
Tests
- Test 1, **/**/2021.
- Test 2, **/**/2021.
- Test 3, **/**/2021.