Difference between revisions of "IBCS2 - February"
From WLCS
(Removing all content from page) |
|||
| Line 1: | Line 1: | ||
| + | == Thursday (2/25/10) == | ||
| + | '''Agenda:''' | ||
| + | * Boolean expressions quiz | ||
| + | * Turn in Usability and Handling Errors sections | ||
| + | * Extra Credit: Sign up and help out with [http://tatalonline.blogspot.com/ Gotta Gadget] | ||
| + | ** March 9 from 4:30-6:30 at Central Library | ||
| + | * Work on dossier - File I/O | ||
| + | * Dossier - Success of Program due Monday (3/1/10) | ||
| + | ** [[Media:CriterionB3_successOfProgram.doc]] | ||
| + | == Tuesday (2/23/10) == | ||
| + | '''Warmup:''' | ||
| + | * Add the two binary numbers together 00001111 and 00010101 | ||
| + | * Write out the 8-bit sign magnitude binary representation of -5? | ||
| + | * Write out the 8-bit sign magnitude binary representation of -25? | ||
| + | |||
| + | '''Agenda:''' | ||
| + | * Review Boolean expressions | ||
| + | * On non-scratch paper, complete the [[Boolean expression exercises]] | ||
| + | * Go over #1-5 | ||
| + | * Go over #6-10 | ||
| + | * Go over #11-15 | ||
| + | * Quiz on Boolean expressions Thursday (2/25/10) | ||
| + | * Dossier - Usability & Handling Errors due Thursday (2/25/10) | ||
| + | |||
| + | == Friday (2/19/10) == | ||
| + | '''Warmup:''' | ||
| + | * Cram for Quiz | ||
| + | |||
| + | '''Agenda:''' | ||
| + | * [[Media:AnalogDigital.ppt]] and [[Media:Errors.ppt]] quiz | ||
| + | * Return dossiers | ||
| + | * Saturday workshop | ||
| + | * Review and work on dossiers | ||
| + | |||
| + | == Wednesday (2/17/10) == | ||
| + | '''Warmup:''' | ||
| + | * Convert the following 8-bit 2s complement numbers to decimal | ||
| + | ** 01101101 | ||
| + | ** 11110101 | ||
| + | * Add the above numbers in binary | ||
| + | |||
| + | '''Agenda:''' | ||
| + | * [[Media:AnalogDigital.ppt]] and [[Media:Errors.ppt]] quiz on Friday (2/19/10) | ||
| + | * Introduction to Boolean Logic | ||
| + | ** [[Media:BooleanLogic.ppt]] | ||
| + | * Simplifying Boolean Expressions | ||
| + | ** [[Media:SimplifyingBooleanExpressions.ppt]] | ||
| + | |||
| + | == Tuesday (2/2/10) == | ||
| + | '''Warmup:''' | ||
| + | * Go to the [http://www.nsf.gov/about/ About NSF] page and read it | ||
| + | |||
| + | '''Agenda:''' | ||
| + | * Turn in permission slips | ||
| + | * Thursday: | ||
| + | ** Come to class | ||
| + | ** Bring a photo ID | ||
| + | ** Wear professional attire | ||
| + | * Good Programming Style | ||
| + | ** [[Media:CriterionC1_goodProgrammingStyle.doc]] | ||
| + | ** Open up ALL of your Dossier java files | ||
| + | ** You will clean up your code by going through the checklist | ||
| + | * Usability | ||
| + | ** [[Media:CriterionB3_usability.doc]] | ||
| + | |||
| + | == Archives == | ||
| + | * [[IBCS2 - May]] | ||
| + | * [[IBCS2 - April]] | ||
| + | * [[IBCS2 - March]] | ||
| + | * [[IBCS2 - February]] | ||
| + | * [[IBCS2 - January]] | ||
| + | * [[IBCS2 - December]] | ||
| + | * [[IBCS2 - November]] | ||
| + | * [[IBCS2 - October]] | ||
| + | * [[IBCS2 - September]] | ||
Revision as of 12:10, 6 May 2010
Contents
Thursday (2/25/10)
Agenda:
- Boolean expressions quiz
- Turn in Usability and Handling Errors sections
- Extra Credit: Sign up and help out with Gotta Gadget
- March 9 from 4:30-6:30 at Central Library
- Work on dossier - File I/O
- Dossier - Success of Program due Monday (3/1/10)
Tuesday (2/23/10)
Warmup:
- Add the two binary numbers together 00001111 and 00010101
- Write out the 8-bit sign magnitude binary representation of -5?
- Write out the 8-bit sign magnitude binary representation of -25?
Agenda:
- Review Boolean expressions
- On non-scratch paper, complete the Boolean expression exercises
- Go over #1-5
- Go over #6-10
- Go over #11-15
- Quiz on Boolean expressions Thursday (2/25/10)
- Dossier - Usability & Handling Errors due Thursday (2/25/10)
Friday (2/19/10)
Warmup:
- Cram for Quiz
Agenda:
- Media:AnalogDigital.ppt and Media:Errors.ppt quiz
- Return dossiers
- Saturday workshop
- Review and work on dossiers
Wednesday (2/17/10)
Warmup:
- Convert the following 8-bit 2s complement numbers to decimal
- 01101101
- 11110101
- Add the above numbers in binary
Agenda:
- Media:AnalogDigital.ppt and Media:Errors.ppt quiz on Friday (2/19/10)
- Introduction to Boolean Logic
- Simplifying Boolean Expressions
Tuesday (2/2/10)
Warmup:
- Go to the About NSF page and read it
Agenda:
- Turn in permission slips
- Thursday:
- Come to class
- Bring a photo ID
- Wear professional attire
- Good Programming Style
- Media:CriterionC1_goodProgrammingStyle.doc
- Open up ALL of your Dossier java files
- You will clean up your code by going through the checklist
- Usability