Difference between revisions of "CS 500 final"

From Computer Science
Jump to: navigation, search
(Final exam)
(Final exam)
Line 2: Line 2:
 
* Canvas quizzes - all taken during our 2 hour final exam slot (in the classroom for those in the face to face section), Wednesday Dec 7 from 10am-noon.  If you are in the face to face section and want to take it remotely, you need to ask for permission.  If you are in either section and want to take it at a different time, you need to ask for permission. Practice quizzes will be at the bottom (CS Learn and Asses) here - https://indstate.instructure.com/courses/12565
 
* Canvas quizzes - all taken during our 2 hour final exam slot (in the classroom for those in the face to face section), Wednesday Dec 7 from 10am-noon.  If you are in the face to face section and want to take it remotely, you need to ask for permission.  If you are in either section and want to take it at a different time, you need to ask for permission. Practice quizzes will be at the bottom (CS Learn and Asses) here - https://indstate.instructure.com/courses/12565
 
** Previous quizzes: C operators, C keywords, C errors, data structures.
 
** Previous quizzes: C operators, C keywords, C errors, data structures.
** New since then: graphs, sorting, big O / asymptotics, C standard library, math and bases, miscellaneous math.  For any that we will have, there will be a practice quiz you can practice with, by Dec 4 at the latest.
+
** New since then: graphs, sorting, big O / asymptotics, C standard library, math and bases, miscellaneous math.   
 +
** See the "CS Learn and Assess" section towards the bottom of https://indstate.instructure.com/courses/12565 for practice quizzes.  Note that I still need to add practice quizzes for sorting and the C standard library; that is TBD depending on when I get those in.
 
* Interview - I will ask you questions based off what you need to complete the grade levels (see bottom of this page). You will get an email within the next 1-2 days indicating where you stand on all of those.  Interview scheduling will be in 15 minute blocks, and you will be able to schedule multiple of them (on different days if you want).  We'll look at this again after I get you the email letting you know where you stand.
 
* Interview - I will ask you questions based off what you need to complete the grade levels (see bottom of this page). You will get an email within the next 1-2 days indicating where you stand on all of those.  Interview scheduling will be in 15 minute blocks, and you will be able to schedule multiple of them (on different days if you want).  We'll look at this again after I get you the email letting you know where you stand.
  

Revision as of 12:34, 5 December 2022

Final exam

  • Canvas quizzes - all taken during our 2 hour final exam slot (in the classroom for those in the face to face section), Wednesday Dec 7 from 10am-noon. If you are in the face to face section and want to take it remotely, you need to ask for permission. If you are in either section and want to take it at a different time, you need to ask for permission. Practice quizzes will be at the bottom (CS Learn and Asses) here - https://indstate.instructure.com/courses/12565
    • Previous quizzes: C operators, C keywords, C errors, data structures.
    • New since then: graphs, sorting, big O / asymptotics, C standard library, math and bases, miscellaneous math.
    • See the "CS Learn and Assess" section towards the bottom of https://indstate.instructure.com/courses/12565 for practice quizzes. Note that I still need to add practice quizzes for sorting and the C standard library; that is TBD depending on when I get those in.
  • Interview - I will ask you questions based off what you need to complete the grade levels (see bottom of this page). You will get an email within the next 1-2 days indicating where you stand on all of those. Interview scheduling will be in 15 minute blocks, and you will be able to schedule multiple of them (on different days if you want). We'll look at this again after I get you the email letting you know where you stand.

Final letter grade

CS 500 final letter grade

  • canvas quiz: stand-alone quiz, mid-term part, or final part
  • canvas quizzes need 90%+ at least once and last attempt not below 80%
  • C programs need a pass rating (2/2 for HW, 90%+ for midterm/final problems)
  • +/- on letter grade will be determined within each level based on how close to the next level you are

C level: can move on to the next course(s)

  • canvas quizzes: C operators, C keywords, data structures, C errors
  • C programs: loops, conditional logic, command line arguments, read a line or character at a time

B level: you are "ok" to move on

  • canvas quizzes: graphs, sorting, big O asymptotics, C standard library
  • C programs: read from stdin or file - characters, lines, ints, floats, strings; ArrayStack, DLList, ChainedHashTable

A level:

  • canvas quizzes: math and bases, miscellaneous math
  • C programs: BST, sorting algorithm

HW assignments

Last day for counting these - Dec 11.