CSC309 Final Exam 2020 Spring
Prepare
- Tune in to the Microsoft Teams CSC309H5 Final Exam channel. You can ask questions live there during the exam.
Please use chrome, go to teams.microsoft.com or office365
and launch teams. Then join a team using the following team code...
vu191uc
- Consult this to find your assigned ports and server for the final exam.
- Login to the server using your utorid and password
ssh [utorid]@[ipaddress from the link above] -p 2222
- Please use this document
to share fixing setup issues with the exam environment.
Start
- ssh into your server and execute the following:
309examClone # your exam should be in ~/www/repo_${USER}_309exam
309examSubmit testingSubmit # this adds, commits and pushes your repo.
# the final message from above should be
# GOOD: LOCAL and UPSTREAM match
- To clone the repo on another unix system...
git clone ssh://${USER}@142.1.200.151:2222/var/git/repo_${USER}_309exam.git
- Important: Frequently open a terminal on the server and execute
309examSubmit QUESTIONNUMBER
- You still get part marks for mostly working code. Don't get stuck debugging your code!
- Do all work in subdirectories of
cd ~/www/repo_${USER}_309exam/finalExam
-
I have given you starter code for ALL questions. Make sure you use it.
Look for "!!!" in the code for places to fix the starter code.
Questions