Mistakes To Avoid Flashcards

Gate Exam Mistakes to avoid

1
Q

asked angle BAD and given solution of angle ABD

A

Read Question Carefully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Considered bitwise operator to Logical operator (& != &&)

A

Read Question Carefully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Answers to select was “FALSE” and attemptes assuming “True”

A

Read Question Carefully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

SDT answer gave for “aabdc” but actual question was for “aadbc” (bd != db)

A

Read Question Carefully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

32 - (6 + 5 + 5) = 16.
I wrote 15. (2 marks lost)

A

Calculation Mistake

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Forgot to subtract common combination from asked two different ones.

A

Concept and Question understanding issue.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Didn’t read “integer” word in question and gave answer for all numbers

A

Read Question Carefully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

in question there was “OR” mensioned and I took question as “AND”

A

Read Question Carefully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

forgot to calculate log in log(tan45) and got answer as 1 (correct = 0)

A

Reevaluate the question and solution method.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Asked conditioned probability and I gave total probability

A

Read Questions Carefully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Calculation mistake in jumping quickly to conclusion. It was (9 - 3) and I put (9 - 4) without rechecking.

A

Always recheck calculations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Calculation mistake in calculation of leaf nodes of tree. Miscalculated internal node as leaf.

A

Recheck the calculations. Especially those in which have very high confidence of concept.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Didn’t read “Only” word in the option and chose it but another option was answer

A

Keep close attention to words like “Exactly, Only, Most, Never, Always” these create more restriction on answer and may have chance of being False.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Mistake in binary conversion of 13
it is 1101 and I put 1011

A

Recheck every binary conversion.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Asked SP with 20% profit. I gave CP as answer.

A

Read the question before an attempt and read the question after an attempt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

mistake in calculation of denominator to nominator

A

Recheck all the steps of calculations before moving to next step.

17
Q

Given 5% and I took 5.
5% was 4 in that case

A

Read Question Carefully

18
Q

In operating system scheduling Mistake in calculation of Waiting time (5 - 4 = 1) but I took it as 2.

A

Recheck every calculation before moving forward.

19
Q

Knew the method but due to lengthy avoided doing it and lost 2 Marks in Calculus L’Hospital rule

A

Do not procrastinate. if know the method then complete it then and there.

20
Q

Thought it was printing mistake and assumed the incorrect option.

A

Never think of printing mistake in GATE. Always give your best answer without assuming. If it’s incorrect, then it IS INCORRECT. no need to assume that it may be printing mistake and so take it as correct. NO!

21
Q

Used wrong formula for nCr

A

Don’t get in over confidence.

22
Q

Asked for false statement and one statement had “not correct” format. i.e.(membership is not decidable for recursive language.) I did’nt read “not” and took it whole sentence true. which was false.

A

Read Options Carefully. especially for true false type ones.