Difference between revisions of "CS 500 final"

From Computer Science
Jump to: navigation, search
(Final exam)
(Final letter grade)
Line 12: Line 12:
 
* canvas quiz: stand-alone quiz, mid-term part, or final part
 
* canvas quiz: stand-alone quiz, mid-term part, or final part
 
* canvas quizzes need 90%+ at least once and last attempt not below 80%
 
* canvas quizzes need 90%+ at least once and last attempt not below 80%
* essays need a pass rating (2/2 for HW, 90%+ for midterm/final problems)
+
* 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
 
* +/- 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)
 
C level: can move on to the next course(s)
* canvas quizzes:  
+
* canvas quizzes: C operators, C keywords, data structures, C errors
* essays:  
+
* C programs: loops, conditional logic, command line arguments,
  
 
B level: you are "ok" to move on
 
B level: you are "ok" to move on
* canvas quizzes:  
+
* canvas quizzes: graphs, sorting, big O asymptotics, C standard library
* essays:  
+
* C programs: ArrayStack, DLList, ChainedHashTable
  
 
A level:  
 
A level:  
* canvas quizzes:  
+
* canvas quizzes: math and bases, miscellaneous math
* essays:
+
* C programs: BST, sorting algorithm

Revision as of 13:26, 1 December 2022

Final letter grade

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 6 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.
    • Previous quizzes: C operators, C keywords, data structures.
    • New since then: graphs, sorting, big O / asymptotics, C standard library. For any that we will have, there will be a practice quiz you can practice with, by Dec 4 at the latest.
  • 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,

B level: you are "ok" to move on

  • canvas quizzes: graphs, sorting, big O asymptotics, C standard library
  • C programs: ArrayStack, DLList, ChainedHashTable

A level:

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