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

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


Test Description

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

Computer Science And Information Technology - (CS) 2018 GATE Paper (Practice Test) for GATE 2024 is part of GATE preparation. The Computer Science And Information Technology - (CS) 2018 GATE Paper (Practice Test) questions and answers have been prepared according to the GATE exam syllabus.The Computer Science And Information Technology - (CS) 2018 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) 2018 GATE Paper (Practice Test) below.
Solutions of Computer Science And Information Technology - (CS) 2018 GATE Paper (Practice Test) questions in English are available as part of our course for GATE & Computer Science And Information Technology - (CS) 2018 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) 2018 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) 2018 GATE Paper (Practice Test) - Question 1

“From where are they bringing their books? ________ bringing _______ books from _____.”The words that best fill the blanks in the above sentence are

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

“A _________ investigation can sometimes yield new facts, but typically organized ones are more successful.”The word that best fills the blank in the above sentence is

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

The area of a square is ��. What is the area of the circle which has the diagonal of the square as its diameter?

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

What would be the smallest natural number which when divided either by 20 or by 42 or by 76 leaves a remainder of 7 in each case?

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

What is the missing number in the following sequence? 2, 12, 60, 240, 720, 1440, _____, 0

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

In appreciation of the social improvements completed in a town, a wealthy philanthropist decided to gift Rs 750 to each male senior citizen in the town and Rs 1000 to each female senior citizen. Altogether, there were 300 senior citizens eligible for this gift. However, only 8/9th of the eligible men and 2/3rd of the eligible women claimed the gift. How much money (in Rupees) did the philanthropist give away in total?

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

what is the value of the product xyzr?

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

In a party, 60% of the invited guests are male and 40% are female. If 80% of the invited guests attended the party and if all the invited female guests attended, what would be the ratio of males to females among the attendees in the party?

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

In the figure below, ∠DEC + ∠BFC is equal to ____________ .

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

A six sided unbiased die with four green faces and two red faces is rolled seven times. Which of the following combinations is the most likely outcome of the experiment?

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

Which one of the following is a closed form expression for the generating function of the sequence {an}, where an = 2n + 3 for all n = 0, 1, 2,… ?

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

Consider the following C program.

#include<stdio.h> struct Ournode{ char x,y,z;
};
int main()
{ struct Ournode p = {'1', '0', 'a'+2};
struct Ournode *q = &p;
printf ("%c, %c", *((char*)q+1), *((char*)q+2));
return 0;
}
The output of this program is:

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

A queue is implemented using a non-circular singly linked list. The queue has a head pointer and a tail pointer, as shown in the figure. Let n denote the number of nodes in the queue. Let enqueue be implemented by inserting a new node at the head, and dequeue be implemented by deletion of a node from the tail. 


Which one of the following is the time complexity of the most time-efficient implementation of enqueue and dequeue, respectively, for this data structure? 

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

Let ⊕ and ⊙ denote the Exclusive OR and Exclusive NOR operations, respectively. Which one of the following is NOT CORRECT?

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

Consider the following processor design characteristics.
I. Register-to-register arithmetic operations only
II. Fixed-length instruction format III. Hardwired control unit.
Which of the characteristics above are used in the design of a RISC processor?

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

Let N be an NFA with n states. Let k be the number of states of a minimal DFA which is equivalent to N. Which one of the following is necessarily true?

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

The set of all recursively enumerable languages is

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

Which one of the following statements is FALSE?

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

The following are some events that occur after a device controller issues an interrupt while process L is under execution. 
(P) The processor pushes the process status of L onto the control stack.
(Q)The processor finishes the execution of the current instruction.
(R) The processor executes the interrupt service routine.
(S) The processor pops the process status of L from the control stack. (T) The processor loads the new PC value based on the interrupt

Which one of the following is the correct order in which the events above occur?

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

Consider a process executing on an operating system that uses demand paging. The average time for a memory access in the system is M units if the corresponding memory page is available in memory, and D units if the memory access causes a page fault. It has been experimentally measured that the average time taken for a memory access in the process is X units.

 Which one of the following is the correct expression for the page fault rate experienced by the process?

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

In an Entity-Relationship (ER) model, suppose R is a many-to-one relationship from entity set E1 to entity set E2. Assume that E1 and E2 participate totally in R and that the cardinality of E1 is greater than the cardinality of E2.Which one of the following is true about ?

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

Consider the following two tables and four queries in SQL.


Which one of the queries above is certain to have an output that is a superset of the outputs of the other three queries?

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

Match the following:

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

Consider the following statements regarding the slow start phase of the TCP congestion control algorithm.  Note that cwnd stands for the TCP congestion window and MSS denotes the Maximum Segment Size.
(i) The cwnd increases by 2 MSS on every successful acknowledgment.
(ii) The cwnd approximately doubles on every successful acknowledgement.
(iii) The cwnd increases by 1 MSS every round trip time.
(iv) The cwnd approximately doubles every round trip time.
Which one of the following is correct?

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

Two people, P and Q, decide to independently roll two identical dice, each with 6 faces, numbered 1 to 6. The person with the lower number wins. In case of a tie, they roll the dice repeatedly until there is no tie. Define a trial as a throw of the dice by P and Q. Assume that all 6 numbers on each dice are equi-probable and that all trials are independent. The probability (rounded to 3 decimal places) that one of them wins on the third trial is _____.


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

The value of correct to three decimal places (assuming that �� = 3.14 ) is _____. 


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

Consider a matrix Note that VT  denotes the transpose of v. The largest eigenvalue of A is _____.


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

The chromatic number of the following graph is _______.


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

Let G be a finite group on 84 elements. The size of a largest possible proper subgroup of G is ________.


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

The postorder traversal of a binary tree is 8,9,6,7,4,5,2,3,1. The inorder traversal of the same tree is 8,6,9,4,7,2,5,1,3. The height of a tree is the length of the longest path from the root to any leaf. The height of the binary tree above is ______.


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

Given, post-order – 8, 9, 6, 7, 4, 5, 2, 3, 1
and in-order – 8, 6, 9, 4, 7, 2, 5, 1, 3

Construct a binary tree from postorder and inorder traversal :

The height of the binary tree above is 4.

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