Midterm Exam 2

Homework Introduction

Midterm Exam 2

Specification

  • For Mid2, a sample compile command on JOJ for ex1 is gcc -Wall -Wextra -Wpedantic -std=c11 -o ex1 ./ex1.c.
  • During the exam, you may submit your code on JOJ to see whether it compiles correctly. There will not be limits for the submission. Note that it has nothing to do with your final grade since we will only give you the public testcases during the exam.
  • Mid2 is open book and open Internet.
  • JOJ Submission will be closed on 4:15pm. If you fail to submit your code on JOJ, please do the submission on Canvas.
  • Note that the ending time for the exam is 3:50pm, and the due for the submission is 4pm. JOJ will open until 4:15pm to handle extreme cases.

Official Updates

(official updates for the exercises in mid2 will be placed here)

  • Correction for ex2: "go to point (x+y, x) or point (x, x+y)" should be changed into "go to point (x+y, y) or point (x, x+y)"
  • Correction for ex3: The header file should be "ex3.h" , not "mid2_3.h"
  • A starter file for ex3 is provided on Canvas. The directory is: File > Exam > Mid2
Status
Finished
Problems
5
Open Since
2020-07-16 14:15
DDL
2020-07-16 16:00
Extension
0.1 hour(s)