NOTICE: This is an archived version of the course. Click here to view the latest offering.

Mid-term Exam Guide

WARNING: You may not collaborate with other students during the exam. Cheating will not be tolerated. See CMU's Policy on Academic Integrity for additional information.

Time:
Wednesday October 11 @ 2:00pm-3:20pm
Location:
Tepper 1403

Please contact the instructor as soon as possible if you need special accommodations. All accommodations must be made through the Office of Disability Resources.

What To Bring

  1. MANDATORY: Your CMU ID
  2. A calculator is recommended (e.g., logarithms)
  3. A single letter-size page of handwritten notes. You may use both sides. Notes written on a tablet than printed are allowed.

No additional aids are allowed (i.e., no books, no slides, no laptops; no cell/wifi connections).

Material to be Examined

From the textbook Database System Concepts (7th Edition):

All of the corresponding slides for Lectures #1 to #11 (inclusive).

Practice Exam

You must be on campus or use the CMU VPN to download the practice exam.

The exam questions will be similar to the exercises in the textbook and to the homework exercises. See the solutions to the practice exercises of the textbook.

If you are unable to download the files via CMU VPN, you can log into an Andrew machine and execute one of the following commands to download them:

## To download via curl
$ curl 'https://15445.courses.cs.cmu.edu/fall2023/files/CMU_ONLY/mt-practice-F23-{clean,sols}.pdf' \
  --remote-name-all -O

## To download via wget
$ wget https://15445.courses.cs.cmu.edu/fall2023/files/CMU_ONLY/mt-practice-F23-clean.pdf
$ wget https://15445.courses.cs.cmu.edu/fall2023/files/CMU_ONLY/mt-practice-F23-sols.pdf