Difference between revisions of "CSC231 Schedule Spring 2017"

From dftwiki3
Jump to: navigation, search
Line 371: Line 371:
 
*  
 
*  
 
|}
 
|}
 +
<br />
 +
=Links_and_Resources=
 +
<br />
 +
==Pipelines, Branch Prediction, Hyper-Threading==
 +
<br />
 +
* [http://www.lighterra.com/papers/modernmicroprocessors/ The 90-minute guide to Modern Microprocessors], a high-level coverage of pipelines, branch prediction, instruction parallelism, and hyper-threading.
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
<br />
 +
[[Category:CSC231]][[Category:Classes]]

Revision as of 10:13, 7 December 2016

--D. Thiebaut (talk) 10:37, 2 December 2016 (EST)



Home | Syllabus | Schedule | Links & Resources



 


Week 1 Jan 26, 27    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri
  • Syllabus
  • Class accounts
  • The main players for this semester:
  • PC
  • Processor
  • Memory
  • Disk
  • Structure
  • Presentation
  • Documentation
  • * Reading
    • Chapter 1 in the Art of Assembly.
    • Also Chapter 3, Sections 0 to 3.1.2.
    • Sections 1.3.1, 1.3.2, 1.3.3, 1.3.4, and 1.3.5 in Carter's PC Assembly Language. Note, Carter uses 1A92h to represent a hexadecimal number. I prefer 0x1A92.


 


Week 2 Jan 31, Feb 2    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 3 Feb 7, 9    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 4 Feb 14, 16    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 5 Feb 21    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri"


 


Week 6 Feb 28, Mar 2    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 7 Mar 7, 9    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


SPRING BREAK


 


Week 8 Mar 21, 23    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 9 Mar 28, 30    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 10 Apr 4, 6    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 11 Apr 11, 13    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 12 Apr 18, 20    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 13 Apr 25, 27    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


 


Week 14 May 2, 4    


Topics: Introduction, Boolean Functions, First Lab. Lab/Hw Reading
  • Mon/Wed/Fri


Links_and_Resources


Pipelines, Branch Prediction, Hyper-Threading