Difference between revisions of "CSC352 Class Page 2013"

From dftwiki3
Jump to: navigation, search
(Weekly Schedule)
Line 22: Line 22:
 
** Syllabus
 
** Syllabus
 
** Introduction to final project.
 
** Introduction to final project.
 +
*** Approach
 +
*** Programming
 +
*** Testing
 +
*** ==> paper (see [[Media:XGridHadoopCloser2011.pdf | 2011 paper]] for example).
 +
** Parallelism: going to the source: '''Interrupts'''!
 +
*** 8086 type of interrupts (simplified)
 +
** What is a process?
 +
** What is a thread?
 +
** Multithreaded programming.
 +
 
* '''Thursday'''
 
* '''Thursday'''
  
 
----
 
----
*  
+
* Definition of a [http://en.wikipedia.org/wiki/Process_(computing) Process]
 +
* Definition of a [http://en.wikipedia.org/wiki/Thread_(computer_science) Thread]
 +
* Definition of an [http://www.sci.brooklyn.cuny.edu/~jniu/teaching/csc33200/files/0910-ComputerSystemOverview02.pdf interrupt]
 
||
 
||
  

Revision as of 11:11, 2 September 2013

--D. Thiebaut (talk) 11:15, 9 August 2013 (EDT)




Main Page|Syllabus|Links & Resources | PIAZZA



Weekly Schedule

Week Topics Reading
Week 1
9/3
  • Tuesday
    • Syllabus
    • Introduction to final project.
      • Approach
      • Programming
      • Testing
      • ==> paper (see 2011 paper for example).
    • Parallelism: going to the source: Interrupts!
      • 8086 type of interrupts (simplified)
    • What is a process?
    • What is a thread?
    • Multithreaded programming.
  • Thursday

Week 2
9/10
  • Tuesday
  • Thursday

 


Week 3
9/17
  • Tuesday: Guided tour by Maggie Lind at the SCMA. Meeting in entrance of museum.
  • Thursday

Week 4
9/24
  • Tuesday: Tentative Guest Lecture by Tim Draper
  • Thursday

 

Week 5
10/1
  • Tuesday
  • Thursday

Week 6
10/8
  • Tuesday
  • Thursday

 

Week 7
10/15
  • Tuesday: Fall Break
  • Thursday

Week 8
10/22
  • Tuesday
  • Thursday

 

Week 9
10/29
  • Tuesday
  • Thursday

Week 10
11/5
  • Tuesday: Otelia Cromwell Day
  • Thursday

 

Week 11
11/12
  • Tuesday
  • Thursday

Week 12
11/19
  • Tuesday: Guest Lecture (DT @ INFOCOMP 2013)
  • Thursday: Guest Lecture (DT @ INFOCOMP 2013)

 

Week 13
11/26
  • Tuesday
  • Thursday: Thanksgiving Break

Week 14
12/3
  • Tuesday
  • Thursday

 

Week 15
12/10
  • Tuesday: Last Day of Class



Links and Resources


On-Line Resources


Classics


Papers