Skip to main content

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:
    1. Section 1: Multiple Choice (8 marks) - Answer in mcq.txt or via terminal submission
    2. Section 2: Short Answer (22 marks) - Answer in q09.txt through q13.txt
    3. Section 3: Design & Programming (40 marks) - Code inside app/src/main/java/ (q14 & q15)
    4. Section 4: Software Architecture (30 marks) - Answer in q16.txt, q17.txt, and q18.md

Allowed Resources

During the examination, you have access to the following resources:

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.