COMP2511 Sample Exam (26T2) - Set B
Unofficial Practice Paper
This is an unofficial practice examination designed to imitate the exact structure, environment, question style, and marking rubric of the UNSW COMP2511 26T2 examination.
General Exam Information
- Total Marks: 100
- Duration: 3 hours (Standard CSE Lab Exam conditions)
- Sections:
- Section 1: Multiple Choice (8 marks) - Answer in
mcq.txtor via terminal submission - Section 2: Short Answer (22 marks) - Answer in
q09.txtthroughq13.txt - Section 3: Design & Programming (40 marks) - Code inside
app/src/main/java/(q14&q15) - Section 4: Software Architecture (30 marks) - Answer in
q16.txt,q17.txt, andq18.md
- Section 1: Multiple Choice (8 marks) - Answer in
Allowed Resources
During the examination, you have access to the following resources:
- Mermaid Sequence Diagram Docs
- Exam Environment Explanation
- Lecture Slides
- Lecture Code
- Java JDK 21 API Spec
Navigating Exam Files in Terminal
Alternatively, you can access these offline lecture and documentation resources directly in your CSE terminal:
cd /home/class/public_html/exam_files
ls -la
Starter Code & Submission Commands
For the programming questions, navigate to your workspace repository:
cd ~/sample-exam-set-b
To compile your code and verify it builds successfully:
./gradlew compile
To test your code:
./gradlew test
Checking and Submitting Answers
You can submit individual questions directly from the command line:
2511 submit <question_number>
To view all your submitted answers:
2511 check
To view your submitted answer for a single question:
2511 check <question_number>
Ready to Begin?
Click on Sample Exam Paper in the sidebar or continue below to begin reading the questions.