CUET PG Computer Science Mock Analysis: Build a Study Plan From Every Error

A mock score cannot tell you what to revise next. Use an error log, timed re-solves, priority weights and fresh-question retests to build a practical seven-day repair plan.

KnowledgeGate Team

Exam prep & CS education

Updated 20 Aug 20266 min read

A score records the result, not what to revise next. Sort the same attempt into concept, recall, reading, time-pressure and guessing errors and it turns into a ranked repair list. Every number below comes from one candidate's own 60-question practice set for CUET PG Computer Science, paper code SCQP09, built only from the areas its syllabus names: thinking and decision making, mathematics, and the computer section of operating systems, data structures and digital fundamentals.

Log every SCQP09 question before you open the solutions

Ten columns, all filled before a single solution is read: question ID, syllabus area, attempted or unattempted, minutes spent, confidence before submission, selected answer, correct answer, error cause, untimed re-solve result, and next action. Reading solutions first destroys the confidence and timing evidence, the half you cannot reconstruct later. Of the eight unattempted questions, five were seen and skipped and three were never reached.

Syllabus area

Total

Correct

Wrong

Unattempted

Thinking and decision making

8

5

2

1

Mathematics

20

13

1

6

Operating systems

8

5

3

0

Data structures

8

6

2

0

Sorting, searching and hashing

8

6

2

0

Digital fundamentals

8

5

2

1

Total

60

40

12

8

Attempted = 40 + 12 = 52. Accuracy = 40 / 52 x 100 = 76.9%. Coverage = 52 / 60 x 100 = 86.7%. Operating systems holds the largest wrong cluster at 3, mathematics the largest reach problem at 6 unattempted. Neither number alone points at both.

Classify the 12 wrong answers before revising

Give each wrong answer exactly one cause: 4 concept + 3 recall + 2 reading + 2 time-pressure + 1 blind guess = 12. By area, operating systems takes 2 concept and 1 recall; data structures 1 concept and 1 time-pressure; digital fundamentals 1 concept and 1 reading; sorting, searching and hashing 1 time-pressure and 1 blind guess; thinking and decision making 1 recall and 1 reading; mathematics 1 recall. Three of the 12 were marked high confidence before submission. Those are the expensive ones: nothing in the attempt flagged them.

Take the operating-systems item. Four processes arrive together with burst times P1 = 6, P2 = 8, P3 = 7 and P4 = 3 milliseconds under non-preemptive shortest-job-first. Service order is P4, P1, P3, P2, so completion times are 3, 9, 16 and 24. The candidate averaged those, (3 + 9 + 16 + 24) / 4 = 13, and answered 13 ms with high confidence after 2 minutes 40 seconds. Those are turnaround times. Waiting time is turnaround minus burst: 3 - 3 = 0, 9 - 6 = 3, 16 - 7 = 9 and 24 - 8 = 16, giving (0 + 3 + 9 + 16) / 4 = 7 ms. The scheduling was right and the definition was wrong. Tag a concept error, rewrite one line of notes separating waiting from turnaround, then solve six fresh scheduling questions.

The digital-fundamentals item is cheaper. For the 8-bit pattern 0110 1010, the one's complement is 1001 0101 and the two's complement is one more, 1001 0110. The stem asked for the one's complement; the answer given was the two's. That is a reading error, and it needs the habit of underlining the operative word, not another pass over number systems.

Audit the eight unattempted questions

Without looking at any solution, re-solve all eight against a stopwatch. Four come out correct within 2 minutes, two take between 2 and 5 minutes, and two are still unsolved at 5 minutes. That splits one word, skipped, into three problems: four selection failures, two speed weaknesses, two real knowledge gaps. The bands are this candidate's own stopwatch, not an official pacing rule.

The digital-fundamentals item is quick; the thinking-and-decision-making item is still unsolved at 5 minutes. Of the six mathematics items, three are quick, two land in the 2 to 5 minute band, and one is unsolved. Which areas you can afford to leave slow is a syllabus question, and CUET PG MCA Topic Map: SCQP09 Into 3 Study Buckets groups the paper's subjects for that decision.

Rank SCQP09 areas by repair points, not by feeling

Score 3 points for a concept error or an item still unsolved at 5 minutes, 2 for a recall error or a 2-to-5-minute re-solve, and 1 for a reading error, a time-pressure error, a blind guess or a quick re-solve.

  • Operating systems: 2x3 + 1x2 = 8

  • Thinking and decision making: 1x2 + 1x1 + 1x3 = 6

  • Digital fundamentals: 1x3 + 1x1 + 1x1 = 5

  • Data structures: 1x3 + 1x1 = 4

  • Sorting, searching and hashing: 1x1 + 1x1 = 2

  • Mathematics: 1x2 + 3x1 + 2x2 + 1x3 = 12

Check: 8 + 6 + 5 + 4 + 2 + 12 = 37. Mathematics leads on 12, but that row is a whole section rather than a topic, so unpack it first: probability and statistics 4, calculus 3, matrices 2, set theory 1, coordinate geometry 1, algebra 1, the same 12. Now no single maths topic outranks the 8 points sitting on one subject. The working order is operating systems 8, thinking and decision making 6, digital fundamentals 5, probability and statistics 4, data structures 4, calculus 3, matrices and sorting 2 each, then the three one-point maths topics. These are repair points from one attempt, not marks or weightage. SCQP09 publishes no topic-wise question split to rank against, which is why the ranking has to come from your own evidence.

Build a seven-day, 12-hour repair plan

This is a one-off repair week pointed at those 37 points, not a steady weekly routine.

Day

Minutes

Evidence-producing work

Monday

120

Operating systems: 45 concept, 45 scheduling and deadlock worked sets, 30 fresh timed quiz

Tuesday

90

The two items unsolved at 5 minutes: thinking and decision making 45, calculus 45

Wednesday

120

Thinking and decision making: 60 method drills, 30 timed set, 30 rule notes

Thursday

90

Digital fundamentals: 45 number systems and Boolean algebra, 30 stem-keyword checks, 15 error-log retest

Friday

120

Probability and statistics 60, data structures 45, matrices 15

Saturday

90

Sorting, searching and hashing 30, three one-point maths topics at 20 each

Sunday

90

Closed-book mixed retest 60, next-mock rule card 30

Total: 120 + 90 + 120 + 90 + 120 + 90 + 90 = 720 minutes = 12 hours. Every block ends in something checkable: a correction note, a timed set, or a fresh line in the error log. The order the computer section is worth learning in the first place sits in MCA Entrance Computer Science: Prep Order, Worked Example; this week only repairs what the attempt exposed.

Missed Wednesday? Move its 30-minute rule-note block to Thursday, which becomes 120 minutes, and give its 60-minute drill block Saturday's 60 minutes of one-point maths topics. Drop the 30-minute timed set, because Sunday's mixed retest covers it. Do not stack two days into one and do not add a mock to make up the loss.

Retest the fix, not the memorised answer

After 48 hours, re-attempt all 20 flagged questions, the 12 wrong plus the 8 unattempted. A 16 out of 20 proves less than it looks, because part of it is memory of a set you just corrected. One week later, attempt 10 fresh questions matched to the same causes. A 7 out of 10 there is real transfer evidence, and the repeated misses stay in the log with their causes unchanged.

Set the next attempt's targets against this one, not against a percentage that sounds good: 3 high-confidence wrong answers down to at most 1, 3 questions never reached down to at most 1, 4 concept errors down to at most 2, all while holding attempted accuracy at or above 76.9%. Yours will start from different numbers.

The short version and the next action

Build the sheet, give all 12 wrong answers one cause each, re-solve all 8 skips against a stopwatch, score the areas, spend 720 minutes at the top of that list, then test those causes on fresh questions. Start tonight with the five questions you feel worst about.

For structured preparation across the SCQP09 areas, see the MCA Entrance Exam 2026 Course and the wider MCA Entrance Exam Preparation category, which covers CUET PG alongside the other MCA entrance routes.

Question count, marks per question, duration, negative marking, paper codes, medium, eligibility and dates all move between cycles. Read them off the current bulletin on the official NTA CUET-PG portal before you plan around them.