Difference between revisions of "CSC212 Schedule 2014"

From dftwiki3
Jump to: navigation, search
( )
Line 284: Line 284:
 
*  [[CSC212 Lab 6 2014| Lab #6]] (continuation from last week)
 
*  [[CSC212 Lab 6 2014| Lab #6]] (continuation from last week)
 
* Lab 7
 
* Lab 7
* [[CSC212 Homework 4 2014 | Homework #4]]
+
* [[CSC212 Homework 4 2014 | Homework #4]] and [[CSC212 Homework 4 Solutions 2014| Solution Programs]]
 
|
 
|
 
*  
 
*  

Revision as of 07:12, 6 October 2014

TA Hours | WHITE





Prof and TAs

Dominique Thiébaut email
Dept. Computer Science
Ford Hall, 356.
Telephone: 3854
Office hours: M4:30-5:30, T4-5, W1-4.

 

Teaching Assistants

  • Wen, Xuan, Available Saturday 9/13, 7-11 p.m., FH342
    AnimatedNew2.gif
  • Upreti, Angela, Thursday afternoon lab
  • Galen Long, Wed 7 - 9 and Thurs 7 - 9, FH342
  • Pratistha Battharai, TBA



To see when and where TAs are available this week, click here.


Weekly Schedule



 


Week 1 Sept 4    


Topics Lab/Hw Reading
  • The use of software tools/technology in the movie The Social Network.

This section is only visible to computers located at Smith College

  • Introduction to the tools used this semester:
    • beowulf2
    • ssh
    • emacs
    • javac compiler
  • Hands on experience with the tools: Lab 1

Lab 1

  • Read Chapter 1 in HF Java. Learn about the idea of a Virtual Machine, of types, of computation with Java. The idea of a Java program being a class with at least one method called main().




 


Week 2 Sept 9, 11    


Topics Lab/Hw Reading
  • Tuesday 9/9

    • 10 minutes in the Linux World
      • ssh to lecturne
      • the touch command
      • review cat, ls, rm
      • new: mkdir, w


  • Thursday 9/11



    • Hands on arrays, classes and objects in Java: Lab 3
VideoLogo.png




 


Week 3 Sept 16, 18    


Topics Lab/Hw Reading
  • Tuesday, Sept. 16


  • Thursday, Sept. 18

VideoLogo.png
  • Review of the code.
  • Add an index( n ) and a rindex( n ) methods. index() returns the index of the leftmost occurrence of an integer n in the list. rindex() returns the rightmost index. Both return -1 if not found.
  • Private versus Public
  • Mutators & Accessors
  • Java docs. Formatting a program for javadoc. Generating the javadoc for a program.
  • Chapters 2 to 6 in Head First Java.
  • A good reference on Javadoc can be found on Oracle's Web Site (Oracle now owns Java).




 


Week 4 Sept 23, 25    


Topics Lab/Hw Reading
  • Tuesday, Sept. 23


  • Thursday, Sept. 25

VideoLogo.png


VideoLogo.png
  • Section 1.5 in Drozdek.
  • You may want to start reading ahead Chapter 3 in Drozdek.




 


Week 5 Sept 30, Oct 2    


Topics Lab/Hw Reading

Tuesday, Sept. 30


  • Pep talk about good approaches to programming
  • 10 minutes of Linux:
  • Redirection with < and >
  • Review of Vectors
  • A first approach to understanding time complexity

Thursday, Oct. 2nd


  • Linked Lists (video of basic operations)


VideoLogo.png





 


Week 6 Oct 7, 9    


Topics Lab/Hw Reading

Tuesday, Oct 7



 


Week 7 Fall Break, Oct 16=Midterm Exam    


Topics Lab/Hw Reading

Midterm Exam

 



 


Week 8 Oct 21, 23    


Topics Lab/Hw Reading

Recursive Algorithms

  • Lab 7
  • Homework 6



 


Week 9 Oct 28, 30    


Topics Lab/Hw Reading

Introduction to Trees

  • Lab 8
  • Homework 7



 


Week 10 Nov 4 (Othelia Cromwell)    


Topics Lab/Hw Reading

Binary Search Trees

  • Lab 9
  • Homework 7



 


Week 11 Nov 11, 13    


Topics Lab/Hw Reading

Introduction to Graphs

  • Lab 10
  • Homework 9



 


Week 12 Nov 18, 20    


Topics Lab/Hw Reading

Introduction to Sets;

  • Lab 11
  • Homework 10



 


Week 13 Nov 25, Thanksgiving    


Topics Lab/Hw Reading

GUI Design

 



 


Week 14 Dec 2, 4    


Topics Lab/Hw Reading

GUI Design

  • Lab 12
  • Homework 10



 


Week 15 Dec 9, 11    


Topics Lab/Hw Reading

TBA

  • Lab 13
  • Homework 11



Links and Resources


Java Documentation