CS and IT Gate 2014 Set-1 Questions with Answer

Ques 1 Gate 2014 Set-1


When a point inside of a tetrahedron (a solid with four triangular surfaces) is connected by straight lines to its corners, how many (new) internal planes are created with these lines? ____________


(a) is the correct answer.

Ques 2 Gate 2014 Set-1


Round-trip tickets to a tourist destination are eligible for a discount of 10% on the total fare. In addition, groups of 4 or more get a discount of 5% on the total fare. If the one way single person fare is Rs 100, a group of 5 tourists purchasing round-trip tickets will be charged Rs _________.


(₹855) is the correct answer.

One way single person fare = ₹100
Round-trip fare for 1 person = 100 × 2 = ₹200
Total fare for 5 persons = 200 × 5 = ₹1000
Discount 1 (Round-trip discount) = 10% of 1000 = ₹100
Fare after first discount = 1000 − 100 = ₹900
Discount 2 (Group of 5 discount) = 5% of 900 = ₹45
Fare after second discount = 900 − 45 = ₹855
A group of 5 tourists purchasing round-trip tickets will be charged ₹855

Ques 3 Gate 2014 Set-1


If (z + 1/z)2=98, compute (z2 + 1/z2)


(a) is the correct answer.

Ques 4 Gate 2014 Set-1


The Palghat Gap (or Palakkad Gap), a region about 30 km wide in the southern part of the Western Ghats in India, is lower than the hilly terrain to its north and south. The exact reasons for the formation of this gap are not clear. It results in the neighbouring regions of Tamil Nadu getting more rainfall from the South West monsoon and the neighbouring regions of Kerala having higher summer temperatures. What can be inferred from this passage?

A

The Palghat gap is caused by high rainfall and high temperatures in southern Tamil Nadu and Kerala

B

The regions in Tamil Nadu and Kerala that are near the Palghat Gap are low-lying

C

The low terrain of the Palghat Gap has a significant impact on weather patterns in neighbouring parts of Tamil Nadu and Kerala

D

Higher summer temperatures result in higher rainfall near the Palghat Gap area


(a) is the correct answer.

Evaluate the Options:
A) The Palghat Gap is caused by high rainfall and high temperatures in southern Tamil Nadu and Kerala - Incorrect.
    The passage states that the exact reasons for the formation of the gap are not clear. Rainfall and temperature are effects of the gap, not its causes.
B) The regions in Tamil Nadu and Kerala that are near the Palghat Gap are low-lying - Incorrect.
    The passage only states that the Palghat Gap itself is lower than the hilly terrain to its north and south. It does not state that the neighbouring regions are low-lying.
C) The low terrain of the Palghat Gap has a significant impact on weather patterns in neighbouring parts of Tamil Nadu and Kerala - Correct.
    The passage states that the gap results in more rainfall in neighbouring Tamil Nadu and higher summer temperatures in neighbouring Kerala.
D) Higher summer temperatures result in higher rainfall near the Palghat Gap area - Incorrect.
    The passage does not establish that higher temperatures cause higher rainfall. Both are described as effects associated with the Palghat Gap.
Final Answer:
c) The low terrain of the Palghat Gap has a significant impact on weather patterns in neighbouring parts of Tamil Nadu and Kerala.

Ques 5 Gate 2014 Set-1


In a press meet on the recent scam, the minister said, "The buck stops here". What did the minister convey by the statement?

A

He wants all the money

B

He will return the money

C

He will assume final responsibility

D

He will resist all enquiries


(a) is the correct answer.

Interpret the Idiom:
• The phrase "The buck stops here" is an idiomatic expression that signifies ultimate responsibility.
• Historically, "passing the buck" referred to passing on responsibility or blame to someone else. The "buck" in this context refers to an object (like a buckhorn knife) that was passed around in a poker game to indicate whose turn it was to deal or act. When the buck "stops" with someone, it means that person is no longer passing responsibility, but rather accepting it as their own.
Apply to the Context:
• In the context of a press meet about a scam, various parties might be blamed, or responsibility might be deferred.
• When the minister states, "The buck stops here," he is asserting that he will not deflect blame or responsibility to others. Instead, he is taking full and final accountability for the situation or for resolving it.
Evaluate the Options:
A) He wants all the money: This is incorrect. The idiom does not refer to literal money or wealth.
B) He will return the money: This is incorrect. While returning money might be a consequence of taking responsibility for a scam, the idiom itself directly addresses accountability, not the act of returning funds.
C) He will assume final responsibility: This perfectly matches the meaning of the idiom. The minister is conveying that he is the ultimate authority or decision-maker on the matter and accepts the final blame or credit.
D) He will resist all enquiries: This is incorrect. Taking responsibility generally implies facing the consequences and cooperating with investigations, not resisting them. Resisting enquiries would be a way to avoid responsibility.
Therefore, the statement (c) implies that the minister will assume final responsibility.

Ques 6 Gate 2014 Set-1


Choose the most appropriate word from the options given below to complete the following sentence. He could not understand the judges awarding her the first prize, because he thought that her performance was quite __________.

A

superb

B

medium

C

mediocre

D

exhilarating


(English Grammar) is the correct answer.

PROCESSED

Ques 7 Gate 2014 Set-1


Which of the following options is the closest in meaning to the phrase underlined in the sentence below?

It is fascinating to see life forms cope with varied environmental conditions.

A

adopt to

B

adapt to

C

adept in

D

accept with


(English Grammar) is the correct answer.

PROCESSED

Ques 8 Gate 2014 Set-1


The roots of ax2 + bx + c are real and positive. a, b and c are real. Then ax2 + b|x| + c has

A

no roots

B

2 real roots

C

3 real roots

D

4 real roots


(1) is the correct answer.

Ques 9 Gate 2014 Set-1


Geneticists say that they are very close to confirming the genetic roots of psychiatric illnesses such as depression and schizophrenia, and consequently, that doctors will be able to eradicate these diseases through early identification and gene therapy. On which of the following assumptions does the statement above rely?

A

Strategies are now available for eliminating psychiatric illnesses

B

Certain psychiatric illnesses have a genetic basis

C

All human diseases can be traced back to genes and how they are expressed

D

In the future, genetics will become the only relevant field for identifying psychiatric illnesses


(1) is the correct answer.

Ques 10 Gate 2014 Set-1


Which one of the following is TRUE?

A

The Language L={ an bn | n≥ is regular }

B

The Language L={ an | n is prime }

C

The Language L={ w | w has 3k+1 b's for some k ∈ N with Σ ={a,b}} is regular

D

The Language L={ww | w ∈ Σ with Σ ={0,1}} is regular


(Regular Grammar) is the correct answer.

The question asks which of the given languages is regular.
Analyze the Options:
A) L = { anbn | n ≥ 0 }: This language requires the number of a's to be equal to the number of b's. A finite automaton cannot keep track of equal numbers of a's and b's. Therefore, it is not regular.
Example: ab, aabb, aaabbb are in the language, but aab and abb are not.
B) L = { an | n is prime }: The language contains strings whose length is a prime number. A finite automaton cannot determine whether an arbitrarily large number is prime. Therefore, it is not regular.
Example: a2, a3, a5 are in the language, but a4 and a6 are not.
C) L = { w | w has 3k+1 b's for some k ∈ N, with Σ = {a,b} }: The number of b's must be of the form 3k+1. A finite automaton can keep track of the number of b's modulo 3. Therefore, this language is regular.
Example: If k = 0, the string can have 1 b, such as "b" or "ab". If k = 1, it must have 4 b's, such as "bbbb" or "abbbba". If k = 2, it must have 7 b's. Hence, the language accepts strings with 1, 4, 7, 10, ... b's.
D) L = { ww | w ∈ Σ, with Σ = {0,1} }: This language contains strings formed by repeating the same string twice. A finite automaton cannot generally remember the first half and compare it with the second half. Therefore, it is not regular.
Example: 00, 0101, and 1010 are in the language, while 0010 and 0110 are not.
Correct Answer: C) The Language L = { w | w has 3k+1 b's for some k ∈ N with Σ = {a,b} } is regular.

Ques 11 Gate 2014 Set-1


Consider the following program in C language:

#include <stdio.h>
main()
{
    int i;
    int *pi = &i;
    scanf("%d", pi);
    printf("%d∖n", i+5);
}


Which one of the following statements is TRUE?

A

Compilation fails.

B

Execution results in a run-time error.

C

On execution, the value printed is 5 more than the address of variable i.

D

On execution, the value printed is 5 more than the integer value entered.


(C Code) is the correct answer.

The program stores the integer entered by the user in variable i using the pointer pi. The program then calculates i + 5 and prints the result.
Solution:
pi = &i means that pi stores the address of i.
When scanf("%d", pi) is executed, the integer entered by the user is stored in i.
The statement printf("%d\n", i + 5) then prints the value of i + 5.
Example: If the user enters 10, then i = 10 and the output is 15.
Analyze the Options:
A) Compilation fails: Incorrect. The program is valid C code.
B) Execution results in a run-time error: Incorrect. The pointer correctly points to variable i.
C) The value printed is 5 more than the address of variable i: Incorrect. The program prints i + 5, not the address of i.
D) The value printed is 5 more than the integer value entered: Correct. The entered value is stored in i, and then 5 is added to it.
Correct Answer: D) On execution, the value printed is 5 more than the integer value entered.

Ques 12 Gate 2014 Set-1


A machine has a 32-bit architecture, with 1-word long instructions. It has 64 registers, each of which is 32 bits long. It needs to support 45 instructions, which have an immediate operand in addition to two register operands. Assuming that the immediate operand is an unsigned integer, the maximum value of the immediate operand is ____________.


(a) is the correct answer.

Ques 13 GATE 2014 SET-1


A canonical set of items is given below:
S → L. > R
Q → R.
On input symbol <, the set has

A

a shift-reduce conflict and a reduce-reduce conflict.

B

a shift-reduce conflict but not a reduce-reduce conflict.

C

a reduce-reduce conflict but not a shift-reduce conflict.

D

neither a shift-reduce nor a reduce-reduce conflict.


(d) is the correct answer.

Unique Visitor Count

Total Unique Visitors

Loading......