bit 143:programming & data structures in c#

8
BIT 143:Programming & Data Structures in C# Instructor: Mike Panitz ([email protected])

Upload: hart

Post on 07-Jan-2016

28 views

Category:

Documents


1 download

DESCRIPTION

BIT 143:Programming & Data Structures in C#. Instructor: Mike Panitz ([email protected]). (Minor) warning:Adding a Topic. I'm adding the "Exception Handling" topic This replaces " enums used to return error codes" I'm leaving the enums topic in It's good to know on it's own - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: BIT 143:Programming & Data Structures in C#

BIT 143:Programming & Data Structures in C#

Instructor: Mike Panitz

([email protected])

Page 2: BIT 143:Programming & Data Structures in C#

BIT 142: Intermediate Programming

2

Due today at 11am: Lesson 01 work• Lesson 01 PCEs (“PCE01”)

• Video Viewing Quiz XOR Video Outline– Please put both into a single .ZIP file, and upload to "PCE01"

• You can upload as many times as you want– I only grade the most recent Hand in a complete copy each time!

• No penalty until I go to grade them & find them missing.– If you don't have them done you can still upload them after class.

Page 3: BIT 143:Programming & Data Structures in C#

BIT 142: Intermediate Programming

3

Extensions• AFTER I finish grading you can use an extension to hand in

any missing files– (You’ll get an email with your feedback from when I’m done)– You can only hand in missing FILES – if you handed in a file but left

work out you cannot use a Missing FILE extension for that– You cannot use a Missing File Extension to redo work

• You need to upload the missing work to StudentTracker– To the PCE01_Extension slot

• You need to upload your work within 24 hours of when my email was sent in order to use the extension

Page 4: BIT 143:Programming & Data Structures in C#

BIT 142: Intermediate Programming

4

Due next week: Lesson 02, A1• Lesson 02 PCEs will be due 1 week from today,

including:• Video Viewing Quiz XOR Video Outline

– Please put both into a single .ZIP file, and upload to "PCE02"

• Homework Assignment #1 also due next week– Has been posted on the ‘Homework’ page– Hand this in the same way you hand in the

PCEs (but select "Assignment1" from drop-down)

Page 5: BIT 143:Programming & Data Structures in C#

Watch for email from StudentTracker!

• PCE 01 should be graded in the next day or so

• WATCH FOR STUDENTTRACKER EMAIL THAT GOES TO YOUR ‘JUNK EMAIL’ FOLDER!!!!– I’ll post a Canvas announcement when I’m

done grading this week

BIT 143 5

Page 6: BIT 143:Programming & Data Structures in C#

NEW MATERIAL ALERT!!!!

• I’ve added a bunch of stuff on unit testing & NUnit

• I would appreciate (constructive) feedback on the new material

• This is part of Lesson 02, and due next week

BIT 143 6

Page 7: BIT 143:Programming & Data Structures in C#

Collection stuff has been removed

• In previous quarters there was a bunch of stuff on Collection classes, generic classes, and interfaces

• I’m taking that out (so we can make room for NUnit)

BIT 143 7

Page 8: BIT 143:Programming & Data Structures in C#

BIT 142: Intermediate Programming

8

Material For Today• Lesson 01 Q + A

• Material for tonight: <as time permits:>– Debugger– enums (very briefly)– exception handling– Big Oh review– Stack preview– NUnit