Difference between revisions of "CS 303 midterm"

From Computer Science
Jump to: navigation, search
(Grading Notes)
(Exam part 2)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page contains an outline of the midterm exam for CS 303.  This covers the first chapters in [https://mfleck.cs.illinois.edu/building-blocks/index-sp2020.html Building Blocks for Theoretical Computer Science] up through Induction.
+
This page contains an outline of the midterm exam for [[CS 303]].  This covers the first chapters in [https://mfleck.cs.illinois.edu/building-blocks/index-sp2020.html Building Blocks for Theoretical Computer Science] up through Induction.
  
 
=Goals=
 
=Goals=
 
The goal of the midterm is to evaluate you on the most important topics from the first half of the term.  
 
The goal of the midterm is to evaluate you on the most important topics from the first half of the term.  
  
==Exam part 1==
+
=Q&A=
For the "regular exam" portion of the midterm, you will have at most 90 minutes, with the goal that more than half of the class has enough time to finish.
+
* What can you use? Anything except other people or AI's (no chatGPT or the other ones).
it will have the following...
+
* Does everyone have to take both parts (even if you had 100% on the quizzes)? Yes, TBA what the cutoffs are.
* Quizzes in Canvas, auto-graded and with practices available (at some point)
 
** Math notation, updated with new notation (5-10 min). [https://indstate.instructure.com/courses/12565/quizzes/230154 practice]
 
** Math bases, same as before (5-10+ min). [https://indstate.instructure.com/courses/12565/quizzes/226867 practice]
 
** Logic - given a logical formula and true/false values for the variables, evaluate the formula. Given a logical formula, identify whether a formula is unsatisfiable, valid, satisfiable (10 minutes). [https://indstate.instructure.com/courses/12565/quizzes/230155 practice]
 
** Identify the logical rule or theorem - De Morgan's, distributing union over intersection (and vice versa), definition of implication, pigeon hole principle, contrapositive, inclusion-exclusion, rules of exponents/logs.  (5-10 minute).  ''Included within the other practice quizzes.''
 
** Number theory - congruence notation, divisibility statements, lcm and gcd. (5-10 minute). [https://indstate.instructure.com/courses/12565/quizzes/230166 practice]
 
** Sets - terminology, operations (few minutes).  [https://indstate.instructure.com/courses/12565/quizzes/230227 practice]
 
** Functions/Relations - terminology/definitions (few minutes) [https://indstate.instructure.com/courses/12565/quizzes/230223 practice]
 
** Other math - factorial, combinations, exponents/logs (few minutes). [https://indstate.instructure.com/courses/12565/quizzes/230222 practice]
 
* Short answer / essay, that will be looked at manually
 
** Truth table - able to write one out correctly (few minutes short answer / essay). 
 
*** ''Example: Give a truth table that includes both of the following logical formulas.  Make sure to include enough steps in your table to make it easy to verify.  P1: (A ∨ B) → ((B ∨ C) → (A ∧ C)).  P2: ((A ∨ B) → (B ∨ C)) → (A ∧ C).  Make sure to include enough text and explanation so that this is a complete and correct proof.''
 
*** ''Warning - I will probably come up with some more interesting examples than this for the mid-term.''
 
** Proof that a number is irrational - able to write out the proof correctly (few minutes short answer / essay)
 
*** ''Example: Write a correct proof that 5<sup>1/4</sup> is irrational. Make sure your proof is well written, complete, and correct.''
 
** Euclid's GCD algorithm - able to show the steps of the algorithm on a given example (few minutes short answer / essay)
 
*** ''Example: Use the Euclidean algorithm and show the steps for computing gcd(45,55). Be very clear in your explanation.''
 
  
The following will not be on this exam.
+
=Exam part 1=
* Graphs - terms, basic properties
+
For the "regular exam" portion of the midterm, you will have the regular class periods on Friday March 24 (10-10:50am, 1-1:50pm).  It will be q1-q4 for the first hour and q5-q8 for the second hour.  There will be auto-graded questions just like the ones on the quizzes. There will also be the following short answer / essay questions that will be looked at manually.
* Induction and big O asymptotics
+
* Truth table (first hour) - write a truth table for two logical formulas and conclude whether they are logically equivalent or not.
 +
* Logical formula (first hour) - given a logical formula, prove that it is either unsatisfiable, valid (always true), or can be both true or false depending on the settings of the variables.
 +
* GCD (second hour) - demonstrate the Euclidean algorithm to compute the gcd.
 +
* Modular exponentiation (second hour) - demonstrate the modular exponentiation algorithm.
 +
 
 +
I may make small changes to quiz questions and/or the short answer questions when I am making the exam. The goal would be to ensure that you really understand the concepts and not "just" how to solve the exact questions we have seen before.
  
 
==Grading Notes==
 
==Grading Notes==
For the short answer questions, if you have put something that is not correct you lose at least a point for it.  Even if you are doing the problem the right way, be careful about phrasing and notation.
+
For the short answer questions, if you put something that is not correct you lose at least a point for it.  Even if you are doing the problem the right way, be careful about phrasing and notation.
 
 
Euclidean algorithm short answer question
 
* Careless mistake saying something that is not quite right, while still doing it correct and getting the right answer: -1
 
* Mistake in some part of the algorithm, leading to an incorrect answer: -5
 
 
 
Irrational proof short answer question
 
* A key mistake in your argument: -5 or more.
 
 
 
Truth table short answer question
 
  
==Exam part 2==
+
=Exam part 2=
The second part of the exam is a 30 minute interview slot with the instructor. You will be asked to explain solutions from the regular exam, from the hw assignments, or questions that are similar to these. The goal is to (a) verify that the work you are submitting is your own (you demonstrate the skills live that you have been turning in work for), (b) have an adaptive portion of the exam where you can be given hints if needed and see if you can get some partial credit.
+
The second part of the exam is a 15 minute interview slot with the instructor. You will be asked to explain solutions from the regular exam, from the hw assignments, or questions that are similar to these. The goal is to (a) verify that the work you are submitting is your own (you demonstrate the skills live that you have been turning in work for), (b) have an adaptive portion of the exam where you can be given hints if needed and see if you can get some partial credit.
  
 
First draft of the outline for this part is as follows.
 
First draft of the outline for this part is as follows.
Line 49: Line 28:
 
# Exam part 1 short answer: I pull up your submissions for the part 1 short answer and ask you to explain at least one.
 
# Exam part 1 short answer: I pull up your submissions for the part 1 short answer and ask you to explain at least one.
 
# Exam part 1 auto-graded: I make up a new question or two from each of the auto-graded quizzes and ask you to solve them or how to solve them.
 
# Exam part 1 auto-graded: I make up a new question or two from each of the auto-graded quizzes and ask you to solve them or how to solve them.
 +
 +
The second part will be the week of March 26 - March 31. Students enrolled in the face to face section will be required to do this part of the exam in person; those enrolled in the online section can do this either online or in person. You can pick an interview slot using https://cs.indstate.edu/jkinne-meeting
 +
 +
No google, yes calculator.  Just you.

Latest revision as of 15:42, 22 March 2023

This page contains an outline of the midterm exam for CS 303. This covers the first chapters in Building Blocks for Theoretical Computer Science up through Induction.

Goals

The goal of the midterm is to evaluate you on the most important topics from the first half of the term.

Q&A

  • What can you use? Anything except other people or AI's (no chatGPT or the other ones).
  • Does everyone have to take both parts (even if you had 100% on the quizzes)? Yes, TBA what the cutoffs are.

Exam part 1

For the "regular exam" portion of the midterm, you will have the regular class periods on Friday March 24 (10-10:50am, 1-1:50pm). It will be q1-q4 for the first hour and q5-q8 for the second hour. There will be auto-graded questions just like the ones on the quizzes. There will also be the following short answer / essay questions that will be looked at manually.

  • Truth table (first hour) - write a truth table for two logical formulas and conclude whether they are logically equivalent or not.
  • Logical formula (first hour) - given a logical formula, prove that it is either unsatisfiable, valid (always true), or can be both true or false depending on the settings of the variables.
  • GCD (second hour) - demonstrate the Euclidean algorithm to compute the gcd.
  • Modular exponentiation (second hour) - demonstrate the modular exponentiation algorithm.

I may make small changes to quiz questions and/or the short answer questions when I am making the exam. The goal would be to ensure that you really understand the concepts and not "just" how to solve the exact questions we have seen before.

Grading Notes

For the short answer questions, if you put something that is not correct you lose at least a point for it. Even if you are doing the problem the right way, be careful about phrasing and notation.

Exam part 2

The second part of the exam is a 15 minute interview slot with the instructor. You will be asked to explain solutions from the regular exam, from the hw assignments, or questions that are similar to these. The goal is to (a) verify that the work you are submitting is your own (you demonstrate the skills live that you have been turning in work for), (b) have an adaptive portion of the exam where you can be given hints if needed and see if you can get some partial credit.

First draft of the outline for this part is as follows.

  1. HW problem a: I pick a HW problem that you got full credit for, pull up your submission, and ask you to explain how to do it.
  2. HW problem b: I pick a HW problem that you did not get full credit for, pull up your submission, and ask you how to finish it or fix any problems.
  3. Exam part 1 short answer: I pull up your submissions for the part 1 short answer and ask you to explain at least one.
  4. Exam part 1 auto-graded: I make up a new question or two from each of the auto-graded quizzes and ask you to solve them or how to solve them.

The second part will be the week of March 26 - March 31. Students enrolled in the face to face section will be required to do this part of the exam in person; those enrolled in the online section can do this either online or in person. You can pick an interview slot using https://cs.indstate.edu/jkinne-meeting

No google, yes calculator. Just you.