CS 303 midterm

From Computer Science
Revision as of 16:25, 24 October 2022 by Jkinne (talk | contribs) (Exam part 1)
Jump to: navigation, search

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.

Exam part 1

U+2228

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. it will have the following...

  • Quizzes in Canvas, auto-graded and with practices available (at some point)
    • Math notation, updated with new notation (5-10 min). 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). 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). practice
    • Sets - terminology, operations (few minutes). practice
    • Functions/Relations - terminology/definitions (few minutes) practice coming soon
    • Other math - factorial, combinations, exponents/logs (few minutes). 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).
    • Proof that a number is irrational - able to write out the proof correctly (few minutes short answer / essay)
      • Example: Write a correct proof that 51/4 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)

Maybe a bit from the latest topics, but will see if there is room/time in the exam for it.

  • Graphs - terms, basic properties
  • Induction and big O asymptotics - maybe some basic

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.