Skip to content

Tag Archives: GATE-GATE-CS-2017 (Set 1)

Threads of a process share (A) global variables but not heap (B) heap but not global variables (C) neither global variables nor heap (D) both… Read More
Consider a database that has the relation schema EMP (EmpId, EmpName, and DeptName). An instance of the schema EMP and a SQL query on it… Read More
The statement (¬ p) → (¬ q) is logically equivalent to which of the statements below? I. p → q II. q → p III.… Read More
Let T be a binary search tree with 15 nodes. The minimum and maximum possible heights of T are: Note: The height of a tree… Read More
Consider the following CPU processes with arrival times (in milliseconds) and length of CPU bursts (in milliseconds) as given below: If the pre-emptive shortest remaining… Read More
The following functional dependencies hold true for the relational schema R{V, W, X, Y, Z}: V -> W VW -> X Y -> VX Y… Read More
Consider the following intermediate program in three address code p = a - b q = p * c p = u * v q… Read More
A sender S sends a message m to receiver R, which is digitally signed by S with its private key. In this scenario, one or… Read More
Consider a TCP client and a TCP server running on two different machines. After completing data transfer, the TCP client calls close to terminate the… Read More
Let X be a Gaussian random variable with mean 0 and variance σ2. Let Y = max(X,0) where max(a,b) is the maximum of a and… Read More
Arun, Gulab, Neel and Shweta must choose one shirt each from a pile of four shirts coloured red, pink, blue and white respectively. Arun dislikes… Read More
A contour line joins locations having the same height above the mean sea level. The following is a contour plot of a geographical region. Contour… Read More
The expression [ (x + y) – |x – y| ] / 2 is equal to (A) the maximum of x and y (B) the… Read More
\"The hold of the nationalist imagination on our colonial past is such that anything inadequately or improperly nationalist is just not history\" Which of the… Read More
Six people are seated around a circular table. There are at least two men and two women. There are at least three right-handed persons. Every… Read More

Start Your Coding Journey Now!