Difference between revisions of "Spring 2021: Android Programming (PSCS)"

From MKWiki
Jump to navigation Jump to search
(Created page with "Android PSCS")
 
Line 1: Line 1:
Android PSCS
+
== Logistics ==
 +
*Class Timings: '''Fridays''' 1:00 pm - 3:00 pm (5<sup>th</sup> and 6<sup>th</sup> slot)
 +
*Classroom: Online
 +
*Lab Timings: '''Thursdays''' (1:00 am - 5:00 pm (5<sup>th</sup> to 8<sup>th</sup>slot)
 +
 
 +
== Course Overview ==
 +
* As per the [http://mkbhandari.com/mkwiki/data/fall2020/spSyllabus1.pdf '''COURSE Guidelines'''] '''Upload soon'''
 +
 
 +
== Lectures ==
 +
{| class="wikitable" style="text-align:left; width: 100%";
 +
|-
 +
!Lecture
 +
!Topic
 +
!Lecture Slides
 +
!Readings
 +
|-
 +
| style="width: 8%" | Lecture 01 (Jan 05)
 +
| style="width: 60% | '''''Introduction''''': History of Java, Java Features, First Sample Program, Java Virtual Machine(JVM) Architecture.
 +
| style="width: 15%" | [http://mkbhandari.com/mkwiki/data/spring2021/Java(PSCS)/1Intro.pdf '''1.pdf''']
 +
| 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)
 +
|}
 +
 
 +
== Assignments and Tests==
 +
 
 +
===Home Assignments===
 +
* ''Home Assignment (HA) No. 1'', Difference between JDK, JRE, and JVM. [12/01/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.
 +
 
 +
== Resources ==
 +
* '''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]

Revision as of 22:39, 21 January 2021

Logistics

  • Class Timings: Fridays 1:00 pm - 3:00 pm (5th and 6th slot)
  • Classroom: Online
  • Lab Timings: Thursdays (1:00 am - 5:00 pm (5th to 8thslot)

Course Overview

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)

Assignments and Tests

Home Assignments

  • Home Assignment (HA) No. 1, Difference between JDK, JRE, and JVM. [12/01/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.

Resources

  • R1: Herbert Schildt, The Complete Reference, 9th Edition, MGH Education (India). [Tentative]
  • Web 1: The Java™ Tutorials [1]
  • Web 2: Java T Point Tutorial [2]
  • Web 3: NTU notes on Java [3]