GATE Exam  >  GATE Tests  >  Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - GATE MCQ

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - GATE MCQ


Test Description

30 Questions MCQ Test - Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test)

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) for GATE 2024 is part of GATE preparation. The Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) questions and answers have been prepared according to the GATE exam syllabus.The Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) MCQs are made for GATE 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) below.
Solutions of Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) questions in English are available as part of our course for GATE & Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) solutions in Hindi for GATE course. Download more important topics, notes, lectures and mock test series for GATE Exam by signing up for free. Attempt Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) | 65 questions in 180 minutes | Mock test for GATE preparation | Free important questions MCQ to study for GATE Exam | Download free PDF with solutions
Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 1

Choose the most appropriate alternative from the options given below to complete the following
sentence:
Despite several ––––––––– the mission succeeded in its attempt to resolve the conflict.

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 2

Choose the most appropriate alternative from the options given below to complete the following
sentence:
Suresh’s dog is the one ––––––––– was hurt in the stampede.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 3

A political party orders an arch for the entrance to the ground in which the annual convention is being held. The profile of the arch follows the equation y = 2x – 0.1x2 where y is the height of the arch in meters. The maximum possible height of the arch is

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 3

y =2x - 0.1x2
dy/dx = 2-0.2x
d2y/dx2 <0
y max imises at 2- 0.2x= 0
x =10
y= 20 - 10 =10m

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 4

Given the sequence of terms, AD CG FK JP, the next term is _________ .

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 5

Q. 1 – Q. 5 carry one mark each.

The cost function for a product in a firm is given by 5q2, where q is the amount of production. The
firm can sell the product at a market price of  50 per unit. The number of units to be produced by
the firm such that the profit is maximized is

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 5

P = 50q - 5q2

dp/dq = 50-10q; d2p/dq2 <0

 p is maximum at 50- 10q = 0 or q=5

Else check with options

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 6

Which one of the following options is the closest in meaning to the word given below?
Mitigate

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 7

Choose the grammatically INCORRECT sentence:

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 8

Q. 6 - Q. 10 carry two marks each.

W anted Temporary, Part-time persons for the post of Field Interviewer to conduct personal
interviews to collect and collate economic data. Requirements: High School-pass, must be
available for Day, Evening and Saturday work. Transportation paid, expenses reimbursed.

Which one of the following is the best inference from the above advertisement?

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 8

Gender is not mentioned in the advertisement and (B) clearly eliminated

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 9

An automobile plant contracted to buy shock absorbers from two suppliers X and Y. X supplies 60% and Y supplies 40% of the shock absorbers. All shock absorbers are subjected to a quality test. The ones that pass the quality test are considered reliable. Of X’s shock absorbers, 96% are reliable. Of Y’s shock absorbers, 72% are reliable.

The probability that a randomly chosen shock absorber, which is found to be reliable, is made by Y is 

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 9

 

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 10

Which of the following assertions are CORRECT?
P: Adding 7 to each entry in a list adds 7 to the mean of the list
Q: Adding 7 to each entry in a list adds 7 to the standard deviation of the list
R: Doubling each entry in a list doubles the mean of the list
S: Doubling each entry in a list leaves the standard deviation of the list unchanged

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 10

P and R always hold true
Else consider a sample set {1, 2, 3, 4} and check accordingly

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 11

Q. 11 – Q. 35 carry one mark each.

Q.

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?

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 12

Which of the following is TRUE?

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 13

What will be the output of the following C program segment?

char inChar = ‘A’ ;
switch ( inChar ) {
case ‘A’ : printf (“Choice A n”) ;
case ‘B’ :
case ‘C’ : printf (“Choice B”) ;
case ‘D’ :
case ‘E’ :
default : printf ( “ No Choice” ) ; }

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 14

A ssuming P ≠ NP, which of the following is TRUE?

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 15

T he worst case running time to search for an element in a balanced binary search tree with n2n
elements is

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 16

The truth table

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 17

The decimal value 0.5 in IEEE single precision floating point representation has

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 18

A process executes the code
fork();
fork();
fork();
The total number of child processes created is

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 19

Consider the function f(x) = sin(x) in the interval x [π/4, 7π/4]. The number and location(s) of the
local minima of this function are

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 19

Sin x has a maximum value of 1 at ,
π/2 and a minimum value of –1 at


3π/2 and at all angles conterminal with them.
The graph of f (x) = sin x is

 

  In the interval   
, it has one local minimum x= 3π/2

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 20

The protocol data unit (PDU) for the application layer in the Internet stack is

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 20

The PDU for Datalink layer, Network layer , Transport layer and Application layer are frame,
datagram, segment and message respectively.

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 21

Let A be the 2 × 2 matrix with elements a11 = a12 = a21 = +1 and a22 = −1. Then the eigenvalues of
the matrix A19 are

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 21

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 22

What is the complement of the language accepted by the NFA shown below?
Assume  = {a} and ε is the empty string.

 

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 22

Language accepted by NFA is a+, so complement of this language is {ε}

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 23

What is the correct translation of the following statement into mathematical logic?
“Some real numbers are rational”

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 23

Option A: There exists x which is either real or rational and can be both.
Option B: All real numbers are rational
Option C: There exists a real number which is rational.
Option D: There exists some number which is not rational or which is real.

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 24

Given the basic ER and relational models, which of the following is INCORRECT?

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 24

The term ‘entity’ belongs to ER model and the term ‘relational table’ belongs to relational model.

A and B both are true. ER model supports both multivalued and composite attributes See this for more details.

(C) is false and (D) is true. In Relation model, an entry in relational table can can have exactly one value or a NULL.

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 25

Which of the following statements 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

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 25

If we use a HAVING clause without a GROUP BY clause, the HAVING condition applies to
all rows that satisfy the search condition. In other words, all rows that satisfy the search
condition make up a single group. So, option P is true and Q is false.
S is also true as an example consider the following table and query.0

Select count (*)
From student
Group by Name
Output will be

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 26

The recurrence relation capturing the optimal execution time of the Towers of Hanoi problem with
n discs is

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 26

Let the three pegs be A,B and C, the goal is to move n pegs from A to C using peg B
The following sequence of steps are executed recursively
1.move n−1 discs from A to B. This leaves disc n alone on peg A --- T(n-1)
2.move disc n from A to C---------1
3.move n−1 discs from B to C so they sit on disc n----- T(n-1)
So, T(n) = 2T(n-1) +1

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 27

Let G be a simple undirected planar graph on 10 vertices with 15 edges. If G is a connected graph,
then the number of bounded faces in any embedding of G on the plane is equal to

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 27

We have the relation V-E+F=2, by this we will get the total number of faces,

F = 7. Out of 7 faces one is an unbounded face, so total 6 bounded faces.

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 28

Let W(n) and A(n) denote respectively, the worst case and average case running time of an
algorithm executed on an input of size n. Which of the following is ALWAYS TRUE?

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 28

The average case time can be lesser than or even equal to the worst case. So A(n) would be
upper bounded by W(n) and it will not be strict upper bound as it can even be same (e.g.
Bubble Sort and merge sort).
 A(n) = O(W(n))

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 29

The amount of ROM needed to implement a 4 bit multiplier is

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 29

For a 4 bit multiplier there are 24 × 24 = 28 = 256 combinations.
Output will contain 8 bits.
So the amount of ROM needed is  28 ×8 bits = 2Kbits.

Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 30

Register renaming is done in pipelined processors

Detailed Solution for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) - Question 30

Register renaming is done to eliminate WAR/WAW hazards.

View more questions
Information about Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) Page
In this test you can find the Exam questions for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test) solved & explained in the simplest way possible. Besides giving Questions and answers for Computer Science And Information Technology - CS 2012 GATE Paper (Practice Test), EduRev gives you an ample number of Online tests for practice
Download as PDF