1. https://gateoverflow.in/357468/gate-cse-2021-set-1-ga-question-9 – Must be debated, C;D should be given marks. Probability of success 70%. Ambiguity can be seen in different answers here. Also as per the interpretation of the options used for the answer key if either A or B option was true, then C will also be true. So, it is natural for anyone to interpret C option in a different way. Similar question from GATE EC 2021 having a different answer: https://ec.gateoverflow.in/1617/gate-ec-2021-ga-question-6
  2. https://gateoverflow.in/357422/gate-cse-2021-set-1-question-29 – Typo. Can be debated but ideally no change should happen (will adversely affect those who got this correct) and expected
  3. https://gateoverflow.in/357496/gate-cse-2021-set-2-question-44 – Ambiguous. A;D and B;C must be given marks. Probability of success 50%. Explanation here
  4. https://gateoverflow.in/357537/gate-cse-2021-set-2-question-3 – Ambiguous as the rule is violating C grammar and hence should be checked in syntax analysis phase. But the issue here is typedef needs to handled before this and this needs the power outside of CFG. The ambiguity here is whether syntax-analysis does this typedef check with limited CSG power or does syntax check gets pushed to semantic phase. Both are possible in practical implementation and so both should be given marks. More details. Probability of success 30%. (compiler people are hard to convince)
posted in From GO Admins Feb 26, 2021 edited Feb 27, 2021 by
by
3,711 views
19
Like
0
Love
0
Haha
0
Wow
0
Angry
1
Sad

9 Comments

9 Comments

Like
Relational algebra question from set 1?
Like
Is anyone thinking of challenging set 2 question no 44?
Like
For set 2 question- 44

Will it be ok to add that stack overflow link?? Or i just need to extract content from that answer and write in my words??
Like

I did challenge it, my point was 'The question has interpretational ambiguity as it can be interpreted as the memory representation or the integer itself.Hence both A,D and B,C should be accepted as answer'. Don't think it will be accepted though. If you are going to challenge it as well, please provide the stack exchange link too . @gatecse, @arjun sir, do you think the above challenge I made is clear enough to put the point forward or more clarity is needed.

Like
add link also. It was much detailed
Like
I should have added the link in the challenge but I didn't, @ashish, if you are challenging as well, please add the link as well.
Like
SET-1,  In Question: to pick smaller than max element in tree. Here for this question, answer should be Theta(logN). Reason is they have used word PICKING and according to Cambridge dictionary https://dictionary.cambridge.org/dictionary/english/pick meaning of pick as a verb is " to take some things and leave others" which clearly means deletion in tree.
Like

@Fitzcarraldo done👍

Like
@spark20 you challenged this question?