2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
1st September 2014, 02:14 PM
Super Moderator
 
Join Date: Apr 2013
Re: GATE Exam questions

As per your request here I am sharing the GATE Computer Science Exam Questions Paper:

The preorder traversal sequence of a binary search tree is 30, 20, 10, 15, 25, 23, 39, 35, 42. Which
one of the following is the postorder traversal sequence of the same tree?
(A) 10, 20, 15, 23, 25, 35, 42, 39, 30 (B) 15, 10, 25, 23, 20, 42, 35, 39, 30
(C) 15, 20, 10, 23, 25, 42, 35, 39, 30 (D) 15, 10, 23, 25, 20, 35, 42, 39, 30

A RAM chip has a capacity of 1024 words of 8 bits each (1K × 8). The number of 2 × 4 decoders
with enable line needed to construct a 16K × 16 RAM from 1K × 8 RAM is
(A) 4 (B) 5 (C) 6 (D) 7

If array A is made to hold the string “abcde”, which of the above four test cases will be successful
in exposing the flaw in this procedure?
(A) None (B) 2 only
(C) 3 and 4 only (D) 4 only







Rests of the questions are in the attachment, download it freely from here:
Attached Files
File Type: pdf GATE Computer Science Exam Questions Paper.pdf (1,007.6 KB, 44 views)
  #3  
18th May 2015, 11:04 AM
Unregistered
Guest
 
Re: GATE Exam questions

I am pursuing B.Tech in Computer Science and Engineering and want to prepare for GATE CS Exam so please provide me Previous Years Question Papers for preparation?
  #4  
18th May 2015, 11:09 AM
Super Moderator
 
Join Date: Apr 2013
Re: GATE Exam questions

Here I am providing you Previous Years Question Papers of GATE Computer Science and Engineering Exam for your preparation.

Question Papers of GATE CSE Exam:

Q.1 Consider the following logical inferences.
I1: If it rains then the cricket match will not be played.
The cricket match was played.
Inference: There was no rain.
I2: If it rains then the cricket match will not be played.
It did not rain.
Inference: The cricket match was played.
Which of the following is TRUE?
(A) Both I and ‘2 are correct inferences
(B) I is correct but 12 is not a colTect inference
(C) I is not correct but ‘2 is a correct inference
(D) Both I and ‘2 are not correct inferences

Q.2 Which of the following is TRUE?
(A) Every relation in 3NF is also in BCNF
(B) A relation R is in 3NF if every non-prime attribute of R is fully functionally dependent on every keyofR
(C) Every relation in BCNF is also in 3NF
(D) No relation can be in both BCNF and 3NF

Q.3 The decimal value 0.5 in IEEE single precision floating point representation has
(A) fraction bits of 000.. .000 and exponent value of 0
(B) fraction bits of 000.. .000 and exponent value of—1
(C) fraction bits of 100. . .000 and exponent value of 0
(D) no exact representation

Q.4 A process executes the code
forkO;
fork():
forkO:
The total number of child processes created is
(A)3 (B)4 (C) 7 (D) 8

Q.5 The protocol data unit (PDU) for the application layer in the Internet stack is
(A) Segment
(B) Datagrarn
(C) Message
(D) Frame

Q.6 Given the basic ER and relational models, which of the following is INCORRECT?
(A) An attribute of an entity can have more than one value
(B) An attribute of an entity can be composite
(C) In a row of a relational table, an attribute can have more than one value
(D) In a row of a relational table, an attribute can have exactly one value or a NULL value

Q.7Which of the following statenients are TRUE about an SQL query?
P : An SQL query can contain a HAVING clause even if it does not have a GROUP BY clause
Q: An SQL query can contain a HAVING clause only if it has a GROUP BY clause
R: All attributes used in the GROUP BY clause must appear in the SELECT clause
S : Not all attributes used in the GROUP BY clause need to appear in the SELECT clause
(A) P and R
(B) P and S
(C) Q and R
(D) Q and S


Detailed Question Papers of GATE CSE Exam:

GATE CSE Exam Paper






Attached Files
File Type: pdf GATE CSE Exam Paper 1.pdf (546.7 KB, 77 views)
File Type: pdf GATE CSE Exam Paper 2.pdf (223.7 KB, 33 views)


Quick Reply
Your Username: Click here to log in

Message:
Options

Thread Tools Search this Thread



All times are GMT +5. The time now is 10:19 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4