#1  
1st September 2010, 09:22 PM
Junior Member
 
Join Date: Sep 2010
Posts: 1

Last 10 years papers of GATE with solutions?


Can you send me the last 10 years papers of GATE with solutions?

Please send

thanks




  #2  
21st March 2011, 12:20 PM
cricket007
Banned
 
Join Date: Mar 2011
Posts: 603
Default Re: Last 10 years papers of GATE with solutions?

dear friends,

GATE Sample Papers

Previous GATE Papers The previous papers are available for download on this page. For discussion of this paper, please log on to a different discussion forum here.


Information Technology

Sample Test Paper - I
Sample Test Paper - II


1 paper
Information Technology
1 A subnet has been assigned a subnet mask of 255.255.255.192. What is the maximum number of hosts that can belong to this subnet?
A) 14
B) 30
C) 62
D) 126
Answer : (C)

2 Which one of the following is NOT shared by the threads of the same process ?
A) Stack
B) Address Space
C) File Descriptor Table
D) Message Queue
Answer : (A)

3 Let G be a weighted undirected graph and e be an edge with maximum weight in G. Suppose there is a minimum weight spanning tree in G containing the edge e. Which of the following statements is always TRUE?
A) There exists a cutset in G having all edges of maximum weight.
B) There exists a cycle in G having all edges of maximum weight.
C) Edge e cannot be contained in a cycle.
D) All edges in G have the same weight.
Answer : (C)

4 A software organization has been assessed at SEI CMM Level 4. Which of the following does the organization need to practice beside Process Change Management and Technology Change Management in order to achieve Level 5 ?
A) Defect Detection
B) Defect Prevention
C) Defect Isolation
D) Defect Propagation
Answer : (B)
5 Suppose that two parties A and B wish to setup a common secret key (D-H key) between themselves using the Diffle-Hellman key exchange technique. They agree on 7 as the modulus and 3 as the primitive root. Party A chooses 2 and party B chooses 5 as their respective secrets. Their D-H key is
A) 3
B) 4
C) 5
D) 6
Answer : (C)

6 Consider the following message M = 1010001101. The cyclic redundancy check (CRC) for this message using the divisor polynomial x5 + x4 + x2 + 1 is :
A) 01110
B) 01011
C) 10101
D) 10110
Answer : (C)

7 Which of the following statements is FALSE regarding a bridge
A) Bridge is a layer 2 device
B) Bridge reduces collision domain
C) Bridge is used to connect two or more LAN segments
D) Bridge reduces broadcast domain
Answer : (D)

8 What is the availability of a software with the following reliability figures?
Mean Time Between Failure (MTBF) = 25 days
Mean Time To Repair (MTTR) = 6 hours
A) 1%
B) 24%
C) 99%
D) 99.009%
Answer : (B)

9 A channel has a bit rate of 4 kbps and one-way propagation delay of 20 ms. The channel uses stop and wait protocol. The transmission time of the acknowledgement frame is negligible. To get a channel efficiency of at least 50%, the minimum frame size should be
A) 80 bytes
B) 80 bits
C) 160 bytes
D) 160 bits
Answer : (D)

10 In a depth-first traversal of a graph G with n vertices, k edges are marked as tree edges. The number of connected components in G is
A) k
B) k+1
C) n-k-l
D) n-k
Answer : (C)

11 Which of the following statements is TRUE about CSMA/CD
A) IEEE 802.11 wireless LAN runs CSMA/CD protocol
B) Ethernet is not based on CSMA/CD protocol
C) CSMA/CD is not suitable for a high propagation delay network like satellite network
D) There is no contention in a CSMA/CD network
Answer : (C)

12 Which one of the following regular expressions is NOT equivalent to the regular expression (a + b + c)* ?
A) (a* + b* + c*)*
B) (a*b*c*)*
C) ((ab)* + c*)*
D) (a*b* + c*)*
Answer : (C)

PAPER 2.
Information Technology
1 In a population of N families, 50% of the families have three children, 30% of the families have two children and the remaining families have one child. What is the probability that a randomly picked child belongs to a family with two children?
A) 3/23
B) 6/23
C) 3/10
D) 3/5
Answer : (B)

2 Which one of the following is NOT shared by the threads of the same process ?
A) Stack
B) Address Space
C) File Descriptor Table
D) Message Queue
Answer : (A)

3 A subnet has been assigned a subnet mask of 255.255.255.192. What is the maximum number of hosts that can belong to this subnet?
A) 14.
B) 30
C) 62
D) 126
Answer : (C)

4 A software organization has been assessed at SEI CMM Level 4. Which of the following does the organization need to practice beside Process Change Management and Technology Change Management in order to achieve Level 5 ?
A) Defect Detection
B) Defect Prevention
C) Defect Isolation
D) Defect Propagation
Answer : (B)
5 Suppose that two parties A and B wish to setup a common secret key (D-H key) between themselves using the Diffle-Hellman key exchange technique. They agree on 7 as the modulus and 3 as the primitive root. Party A chooses 2 and party B chooses 5 as their respective secrets. Their D-H key is
A) 3
B) 4
C) 5
D) 6
Answer : (C)

6 We have two designs D1 and D2 for a synchronous pipeline processor. D1 has 5 pipeline stages with execution times of 3 nsec, 2 nsec, 4 nsec, 2 nsec and 3 nsec while the design D2 has 8 pipeline stages each with 2 nsec execution time. How much time can be saved using design D2 over design D1 for executing 100 instructions?
A) 214 nsec
B) 202 nsec
C) 86 nsec
D) -200 nsec
Answer : (A)

7 Which of the following statements is FALSE regarding a bridge
A) Bridge is a layer 2 device
B) Bridge reduces collision domain
C) Bridge is used to connect two or more LAN segments
D) Bridge reduces broadcast domain
Answer : (D)

8 What is the availability of a software with the following reliability figures?
Mean Time Between Failure (MTBF) = 25 days
Mean Time To Repair (MTTR) = 6 hours
A) 1%
B) 24%
C) 99%
D) 99.009%
Answer : (B)

9 In a particular Unix OS, each data block is of size 1024 bytes, each node has 10 direct data block addresses and three additional addresses: one for single indirect block, one for double indirect block and one for triple indirect block. Also, each block can contain addresses for 128 blocks. Which one of the following is approximately the maximum size of a file in the file system?
A) 512 MB
B) 2 GB
C) 8 GB
D) 16 GB
Answer : (D)

10 On a TCP connection, current congestion window size is Congestion Window = 4 KB. The window size advertised by the receiver is Advertise Window = 6 KB. The last byte sent by the sender is LastByteSent = 10240 and the last byte acknowledged by the receiver is LastByteAcked = 8192. The current window size at the sender is
A) 2048 bytes
B) 4096 bytes
C) 6144 bytes
D) 8192 bytes
Answer : (B)

11 Which of the following statements is TRUE about CSMA/CD
A) IEEE 802.11 wireless LAN runs CSMA/CD protocol
B) Ethernet is not based on CSMA/CD protocol
C) CSMA/CD is not suitable for a high propagation delay network like satellite network
D) There is no contention in a CSMA/CD network
Answer : (C)

12 How many pulses are needed to change the contents of a 8-bit upcounter from 10101100 to 00100111 (rightmost bit is the LSB)?
A) 134
B) 133
C) 124
D) 123
Answer : (B)

THERE ARE ABOVE TWO SAMPLE PAPERS OF IT.

BEST OF LUCK............................
  #3  
12th July 2011, 02:22 PM
deep_4
Senior Member+++++
 
Join Date: Nov 2010
Location: PuNe... :)
Posts: 3,190
Arrow Re: Last 10 years papers of GATE with solutions?

Gate Exam has been Done which was on 13th of February . Gate every year conducts exams with different streams, Like Electrical, ECE etc.

But here i am Posting for those who will be observing or Searching For Tricks in Future.

Quote:
Originally Posted by [email protected] View Post
Can you send me the last 10 years papers of GATE with solutions? Please send thanks
And Here as You have Not specified which Papers you want That's why i am Providing Links so that you can Access to these Papers.

The Only Trick Behind cracking GATE is Preparations with Hard Work. Subject & Topic Wise Study ,Should have Proper Schedule.

Only papers won't help you much, you need to boost your Internal topics like if you are in ECE branch then Control system is a basic subject in which you have to enhance your knowledge,for this you should join some reputed institute for coaching.

For Gate papers (ECE) then refer one of my post
Post Number #10

For Gate papers(IT/Cs) then refer one of my post
Post Number #4,Post Number #2

For Gate papers(Electrical Papers)
Post Number #3

if you need some Papers of other Stream then
Click this:- More Gate Papers
  #4  
12th July 2011, 03:28 PM
pops07
Senior Member+++++
 
Join Date: Jan 2011
Location: Chittaranjan
Posts: 2,717
Default Re: Last 10 years papers of GATE with solutions?

You should have mentioned which stream's GATE papers you are wanting.

Because GATE exam is held in different streams like.....
Electrical, Mechanical, ECE, IT, Civil, instrumentation, biotechnology, maths, physics, agriculture and many more.

Since its really difficult to attach all the GATE papers without knowing the streams and that also of past 10 years.....

So You will find last 20 years GATE papers here.
Reply With Quote
  #5  
12th July 2011, 03:50 PM
 
Join Date: Jul 2011
Posts: 1
Default Re: Last 10 years papers of GATE with solutions?

gate exam for printing technology
Reply With Quote
  #6  
12th July 2011, 04:48 PM
mobeshpal
Senior Member+++++
 
Join Date: Mar 2011
Posts: 3,467
Default Re: Last 10 years papers of GATE with solutions?

hi dear

GATE exam is for mainly entry in IIT

but this is a top exam

for this you clear your concept

thorough individual subject.

then you must crack it.

any doubt then you go to link:-

http://www.gate.iitb.ac.in


Good luck.......
Reply With Quote
  #7  
12th July 2011, 04:49 PM
anujkatiyar1006
 
Join Date: Jul 2011
Posts: 2
Default Re: Last 10 years papers of GATE with solutions?

Hello, as you have not mentioned the subject of GATE-entrance exam previous papers so I can't solve your problem. Please post your question again mentioning your subject of GATE entrance. But I am giving you some advice-
for cracking GATE entrance exam, you must prepare your subject upto B.Sc. and M.Sc. level(some topics).
there are some questions of aptitude test so prepare it also.
Reply With Quote
  #8  
8th January 2012, 06:21 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Last 10 years papers of GATE with solutions?

THE AVAILABILITY OF COMPLEX SOFTWARE IS 90%.ITS MTBF IS 200 DAYS.BECAUSE OF THE CRITICAL NATURE OF USAGE ,THE ORGANISATION DEPLOYING THE SOFTWARE FURTHER ENHANCED IT TO OBTAIN AN AVAILABILITY OF 95%.IN THE PROCESS THE MTTR INCREASED BY 5 DAYS. WHAT IS THE MTBF OF ENHANCED SOFTWARE ?
Reply With Quote
  #9  
23rd January 2012, 06:26 PM
rkexam
Senior Member
 
Join Date: Nov 2011
Location: Raipur,C.G.
Posts: 374
Default Re: Last 10 years papers of GATE with solutions?

Quote:
Originally Posted by [email protected] View Post
Can you send me the last 10 years papers of GATE with solutions?

Please send

thanks
Last 10 Year Paper of GATE

Hello Dear,

About Type Of question

The GATE CIVIL ENGINEERING PAPER is of three hours duration. The paper code is CE and it contains 65 questions all of which are multiple choice types. The questions have four alternative options but only one of them is correct. The details of the questions are given below:

Question 1- Question 25: 1 mark. Negative marking: 1/3 mark.

Question 26- Question 55: 1 mark. Negative marking: 2/3 mark.

Question 48- question 51: common data questions. Negative marking: 2/3 mark.

Question pair 52 and 53 and question pair 54 and 55 are known as linked questions. The first answer is the basis of the second answer.


I have attached the previous year GATE paper for Civil Engineering below You can simply download them from Below.

Also You can Download them from Here

Good luck for Exam.

With Regards
RK
Attached Files
File Type: zip GATE Civil Engineering Sample Paper.zip(757.8 KB, 22 views)
Reply With Quote
Do you have any question? or have anything to say?



Related Topics:

Thread Replies Last Post
gate previous year papers with solutions 60 18th June 2013 02:04 PM
Gate 2010 Sample papers on CS with Solutions 193 29th December 2012 09:05 PM
Solutions for previous Gate biotechnology papers? 39 27th November 2012 11:48 AM
Solutions to last year GATE ECE papers? What rank is required to get into IITs? 7 15th March 2012 05:23 PM
Previous year papers of GATE Mechanical with solutions? 19 23rd January 2012 06:58 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.
Please also check: