From charlesreid1

Revision as of 21:05, 19 September 2016 by Admin (talk | contribs) (→‎Exams)

Syllabus

Steps to completion:

  • Fill in basic class information (sched/dates/times)
  • Fill in book information
  • Academic integrity
  • Devices
  • Course content (chapter by chapter breakdown)
  • Course grade
  • Homework
  • Quizzes
  • Exams
  • Prereqs

Syllabus lecture:

  • Syllabus lecture slides skeleton
  • Syllabus lecture slides fill in

PDF

  • Create pdf for syllabus lecture notes

Calendar

Create calendars:

  • Topics calendar
  • HW calendar
  • Quiz calendar
  • Exam calendar
  • Final project calendar

Content Outline

Chapter by chapter outline

Section by section outline - CSC 143#Outline

Lecture notes

Notes on this checklist

Format of lecture notes:

  • Keynote slides - 1 slide deck per chapter - pdf format - provided to students
  • Partial examples/syntax - in Keynote
  • Complete examples - develop in Github repo
  • Slides contain various break-points for code examples, worksheets

Checklist: Chapter N slide deck:

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)

Midterm A

Lecture 0

  • Skeleton
  • Slides filled in

Lecture 1: Review of object oriented programming

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)


Lecture 2: Inheritance and Interfaces

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)

Lecture 3: ArrayList

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)

Lecture 4: Java Collections Framework

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)

Midterm B

Lecture 5: Recursion

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)

Lecture 6: Searching and Sorting

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)

Lecture 7: Stacks and Queues

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)

Lecture 8: Linked Lists

  • Skeleton: Section-by-section with key topics in each section
  • Skeleton: Reference to each lecture/worksheet example on Github
  • Skeleton: Stub of code on Github
  • Github code finished
  • References to Github on slide finished
  • Remaining sections filled in with whatevers (small examples from book)

Homework

See individual chapter pages for homework problems.

Midterm A:

Miterm B:

Quizzes

Procedure:

  • Review problems in quiz question pool
  • Quizzes have easier problems, more syntax, less abstraction, more mechanical, less wordy
  • Create quizzes

Quiz 1

Quiz 2

Quiz 3

Quiz 4

Flags