← Back to Home

Understanding the Marking Scheme

The +3/-1 system means random guessing is neutral. Smart strategy is what separates top scores from average ones.

What Does +3 / -1 Mean For You?

Every correct answer gives +3 marks. Every wrong answer costs -1 mark. Skipped questions get 0 marks.

Scenario Correct Wrong Skipped Net Score Verdict
Attempt 20/30, get 15 right 15 × 3 = 45 5 × 1 = -5 10 × 0 = 0 40 Strong
Attempt all 30, get 15 right 15 × 3 = 45 15 × 1 = -15 0 30 Over-attempted
Attempt 10/30, get 9 right 9 × 3 = 27 1 × 1 = -1 20 × 0 = 0 26 Safe play
Blind guess all 30 ~7.5 × 3 = 22.5 ~22.5 × 1 = -22.5 0 ~0 Useless
Key Insight: Blindly guessing on 4 options (25% chance) breaks even on average. But if you can eliminate even ONE option, guessing becomes profitable. Elimination is everything.

01 The Three-Pass Strategy

Don't solve questions in order. Categorize and conquer.

Scan → Solve → Snipe

Go through the entire paper three times. Each pass has a different goal.

01
First Pass (40% of time): Scan ALL questions. Solve anything you instantly know — no hesitation. Mark questions as Easy / Medium / Hard / No Idea. Skip anything that needs more than 30 seconds of thinking.
02
Second Pass (40% of time): Return to Medium questions. These need 1–2 minutes of work but you know the approach. This is where your score grows. Solve carefully — these are worth the time.
03
Third Pass (20% of time): Attack Hard questions ONLY if you can eliminate 1–2 options. Apply elimination techniques below. Skip anything you have no idea about — 0 is better than -1.
Why this works: Easy questions take 30 seconds each. Medium ones take 1–2 minutes. Hard ones can eat 4+ minutes. By doing easy first, you bank guaranteed marks before spending time on uncertain ones.

02 Time Management

Know your time budget before you enter the exam hall

Section-Wise Time Budget

I

Test I — Math + English/LR

30 questions · 45 minutes

1.5 min/question. Math questions are often formula-based and fast; RC passages take longer.

Budget: 15 min for Math · 25 min for English/LR · 5 min buffer

II-CS

Test II — Computer Science

70 questions · 105 minutes

~1.5 min/question. CS questions vary — a direct DBMS fact takes 15 seconds, a multi-step algorithm trace takes 3 minutes.

Budget: First pass 40 min · Second pass 40 min · Third pass 20 min · Buffer 5 min

II-SS

Software Systems Special Test

50 questions · 60 minutes

1.2 min/question — faster pace than CS. C Programming dominates (~15-20 Qs). If you know C well, you've secured a huge chunk of marks.

Budget: First pass 25 min · Second pass 25 min · Buffer 10 min

Never get stuck. If a question takes more than 2 minutes without progress, mark it and move on. You can always come back. A question you skip costs 0; a question you get wrong after 4 minutes costs -1 AND the time you could have spent on easier questions.

03 Elimination Techniques

When you don't know the answer, eliminate options to make guessing profitable

The Elimination Framework

With 4 options and +3/-1 marking, here's the math of elimination:

Options Eliminated Chance of Correct Expected Value Should You Guess?
0 eliminated (blind guess) 25% (0.25 × 3) - (0.75 × 1) = 0 No — break even at best
1 eliminated 33% (0.33 × 3) - (0.67 × 1) = +0.33 Yes — positive expected value
2 eliminated 50% (0.50 × 3) - (0.50 × 1) = +1.00 Definitely — good odds
3 eliminated 100% (1.00 × 3) - (0.00 × 1) = +3.00 You know the answer
01
Dimensional / Unit Analysis
Check if the answer options have the right units or dimensions. If a question asks for a probability and one option is negative, eliminate it. If it asks for a time complexity and one option is O(n!) for a simple loop, eliminate it.
02
Extreme Value Check
Plug in extreme values (0, 1, infinity) into the options. If the question says x → 0, and one option gives infinity while others give finite values, that option is likely wrong (or right). Extreme testing is fast and effective.
03
Odd One Out
If 3 options say something similar and 1 is completely different, the different one is often wrong (but sometimes the tricky correct answer). Use this as a starting point, not a rule.
04
Reverse Engineering
Work backwards from the options. For math problems, substitute each option into the question. For CS questions, trace through code with each option. Often faster than solving forward.
05
Grammatical Cues (English Section)
In fill-in-the-blank questions, the correct answer must grammatically fit. If the sentence uses "an" before the blank, the answer starts with a vowel. This alone can eliminate 1–2 options in seconds.
06
Code Tracing (CS Section)
For "what is the output" questions, trace the code step by step with the first option. If it doesn't match by step 3, eliminate it and try the next. Don't trace all 4 options — trace the code once, then match.

04 Guess vs Skip — Decision Tree

When you're stuck, follow this flowchart to decide

The Guess or Skip Decision

?
Do you recognize the topic?
If you've studied it but can't recall the exact answer, you can usually eliminate. If it's from a topic you've never seen, you cannot.
YES
Can you eliminate ≥ 1 option?
Use the techniques above. If yes → guess among remaining. If no → skip.
NO
Skip immediately.
Don't waste time on questions from topics you haven't studied. 0 is better than -1, and saved time earns marks elsewhere.
Golden Rule of Guessing: Only guess when you've eliminated at least 1 option. If you can eliminate 2, it's a coin flip with +1 expected value. That's worth it every time.

05 Subject-Specific Shortcuts

Quick tactics for each subject area in BITS HD

Core Mathematics

  • Substitute boundary values to check options
  • For eigenvalues, check trace = sum of eigenvalues
  • Probability: check if answer is between 0 and 1
  • Complex residues: sum of residues = 0 for closed contour
  • Matrix rank: answer ≤ min(m, n)

Computer Science

  • DSA: trace with small inputs (n=3 or 4)
  • Time complexity: check for nested loops → O(n²)
  • OS: know the classic algorithms, don't derive
  • DBMS: normalize step by step, don't shortcut
  • Networks: layer identification is free marks

English & Logic

  • RC: read questions first, then scan passage
  • Synonyms: root word analysis is fast
  • Grammar: if it "sounds wrong," it probably is
  • Series completion: check differences, not values
  • Blood relations: draw a quick family tree

Software Systems

  • C pointers: draw memory diagrams, don't guess
  • Macros: expand literally — no parentheses assumed
  • fork(): count processes, not lines of code
  • OOP/SE: definitions & classifications — memorize
  • DBMS: overlaps with CS prep — reuse your notes

06 The Score Maximizer Formula

How top scorers think about the exam

Target Score Breakdown

Here's a realistic target for a good score in BITS HD 2026:

Test I Target: 50-60 / 90

Math: Attempt 12–13 of 15, get 10–11 correct. (30–33 marks)

English/LR: Attempt 10–12 of 15, get 7–9 correct. (21–27 marks)

Total: 51–60 out of 90 puts you in the top bracket.

CS: Test II Target: 120-150 / 210

CS: Attempt 50–55 of 70, get 42–48 correct. Skip 15–20 hard ones.

With elimination: Even 5–8 educated guesses adding 3–5 correct answers boosts score significantly.

Combined (I+II): 170–210 / 300 is competitive for M.E. CS at most campuses.

SS Special Test Target: 90-110 / 150

SS: Attempt 35–40 of 50, get 30–36 correct. C Programming alone is ~15–20 questions — master it first.

Combined (I+II): 140–170 / 240 is competitive for M.E. SS. Note: GATE score is NOT accepted for SS — BITS HD Test is your only shot.

Remember: You don't need to answer every question. Focus on accuracy over coverage. For CS, 170-200 out of 300 is competitive. For SS, 140-170 out of 240 is competitive. Each exam has a separate merit list.

07 Common Mistakes to Avoid

Learn from others' errors so you don't repeat them

01
Spending 5+ minutes on one question
If you're stuck after 2 minutes, mark it and move on. You'll likely solve 3 other questions in that time, earning +9 instead of possibly -1.
02
Attempting all questions "just in case"
With 4 options, blind guessing breaks even on average. You won't gain anything, but you'll lose time and mental energy. Only guess when you've eliminated at least 1 option.
03
Changing correct answers
Studies show your first instinct is right ~70% of the time. Only change an answer if you find concrete evidence (like a formula you missed) — not because of doubt.
04
Not reading the full question
"Which is NOT correct" — the word NOT changes everything. Read every word. BITS HD loves these trick questions. Underline "NOT," "EXCEPT," "FALSE" mentally.
05
Ignoring the easy sections
English and Logical Reasoning questions are often the easiest marks in the paper. Don't skip them thinking they're "not technical." Free marks are free marks.