Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged gatecse-2015-set1
0
0 votes
0
0 answers
352
352 views
gate cse 2015 set 1 question 43
hey i am trying to solve this question GATE CSE 2015 Set 1 | Question: 43 so what is my doubt is if i take the dijkstras algo for mcst then this is right but when i am tr...
Awais_Khan
352
views
asked
Nov 13, 2025
Algorithms
algorithms
gatecse-2015-set1
+
–
0
0 votes
1
1 answer
678
678 views
Gate 2015 set1
What is meaning of " L is recursively enumerable but not recursive " ?
shubhamP
678
views
asked
Nov 25, 2023
Theory of Computation
theory-of-computation
gatecse-2015-set1
+
–
97
97 votes
9
answers
9 answers
43.9k
43.9k views
GATE CSE 2015 | Set 1 | Question: 55
The least number of temporary variables required to create a three-address code in static single assignment form for the expression $q + r / 3 + s - t * 5 + u * v/w$ is_...
Misbah Ghaya
43.9k
views
asked
Feb 13, 2015
Compiler Design
gatecse-2015-set1
compiler-design
intermediate-code
normal
numerical-answers
static-single-assignment
+
–
55
55 votes
12
answers
12 answers
36.4k
36.4k views
GATE CSE 2015 | Set 1 | Question: 54
Let G be a connected planar graph with $10$ vertices. If the number of edges on each face is three, then the number of edges in G is_______________.
Misbah Ghaya
36.4k
views
asked
Feb 13, 2015
Graph Theory
gatecse-2015-set1
graph-theory
graph-connectivity
normal
graph-planarity
numerical-answers
+
–
57
57 votes
12
answers
12 answers
40.0k
40.0k views
GATE CSE 2015 | Set 1 | Question: 53
Suppose that the stop-and-wait protocol is used on a link with a bit rate of $64$ $\text{kilobits}$ per second and $20$ $\text{milliseconds}$ propagation delay. Assume th...
Misbah Ghaya
40.0k
views
asked
Feb 13, 2015
Computer Networks
gatecse-2015-set1
computer-networks
stop-and-wait
normal
numerical-answers
+
–
88
88 votes
15
answers
15 answers
30.7k
30.7k views
GATE CSE 2015 | Set 1 | Question: 52
Consider the DFAs $M$ and $N$ given above. The number of states in a minimal DFA that accept the language $L(M) \cap L(N)$ is_____________.
Misbah Ghaya
30.7k
views
asked
Feb 13, 2015
Theory of Computation
gatecse-2015-set1
theory-of-computation
finite-automata
easy
numerical-answers
minimal-state-automata
+
–
116
116 votes
6
answers
6 answers
38.3k
38.3k views
GATE CSE 2015 | Set 1 | Question: 51
Consider the NPDA $$ \left \langle Q= \left \{ q_{0}, q_{1}, q_{2} \right \},\Sigma = \left \{ 0, 1 \right \}, \Gamma = \left \{ 0, 1, \perp \right \}, \delta, q_{0}, \p...
Misbah Ghaya
38.3k
views
asked
Feb 13, 2015
Theory of Computation
gatecse-2015-set1
theory-of-computation
pushdown-automata
normal
+
–
73
73 votes
5
answers
5 answers
38.8k
38.8k views
GATE CSE 2015 | Set 1 | Question: 50
A variable $x$ is said to be live at a statement $s_{i}$ in a program if the following three conditions hold simultaneously:There exists a statement $S_{j}$ that uses $x$...
Misbah Ghaya
38.8k
views
asked
Feb 13, 2015
Compiler Design
gatecse-2015-set1
compiler-design
live-variable-analysis
normal
+
–
77
77 votes
5
answers
5 answers
16.9k
16.9k views
GATE CSE 2015 | Set 1 | Question: 49
Let a$_{n}$ represent the number of bit strings of length n containing two consecutive $1$s. What is the recurrence relation for $a_{n}$?$a_{n - 2} + a_{n - 1} + 2^{n - 2...
Misbah Ghaya
16.9k
views
asked
Feb 13, 2015
Algorithms
gatecse-2015-set1
algorithms
recurrence-relation
normal
+
–
79
79 votes
11
answers
11 answers
33.8k
33.8k views
GATE CSE 2015 | Set 1 | Question: 48
Consider a disk pack with a seek time of $4$ milliseconds and rotational speed of $10000$ rotations per minute (RPM). It has $600$ sectors per track and each sector can s...
Misbah Ghaya
33.8k
views
asked
Feb 13, 2015
Operating System
gatecse-2015-set1
operating-system
disk
normal
numerical-answers
+
–
39
39 votes
2
answers
2 answers
24.6k
24.6k views
GATE CSE 2015 | Set 1 | Question: 47
Consider a main memory with five-page frames and the following sequence of page references: $\text{3, 8, 2, 3, 9, 1, 6, 3, 8, 9, 3, 6, 2, 1, 3}$. Which one of the followi...
Misbah Ghaya
24.6k
views
asked
Feb 13, 2015
Operating System
gatecse-2015-set1
operating-system
page-replacement
normal
+
–
177
177 votes
17
answers
17 answers
65.4k
65.4k views
GATE CSE 2015 | Set 1 | Question: 46
Consider a uniprocessor system executing three tasks $T_{1}, T_{2}$ and $T_{3}$ each of which is composed of an infinite sequence of jobs (or instances) which arrive peri...
Misbah Ghaya
65.4k
views
asked
Feb 13, 2015
Operating System
gatecse-2015-set1
operating-system
process-scheduling
normal
numerical-answers
+
–
93
93 votes
16
answers
16 answers
32.6k
32.6k views
GATE CSE 2015 | Set 1 | Question: 45
Let $G = (V, E)$ be a simple undirected graph, and $s$ be a particular vertex in it called the source. For $x \in V$, let $d(x)$ denote the shortest distance in $G$ from ...
Misbah Ghaya
32.6k
views
asked
Feb 13, 2015
Algorithms
gatecse-2015-set1
algorithms
graph-algorithms
normal
graph-search
+
–
36
36 votes
4
answers
4 answers
13.0k
13.0k views
GATE CSE 2015 | Set 1 | Question: 44
Compute the value of:$$ \large \int \limits_{\frac{1}{\pi}}^{\frac{2}{\pi}}\frac{\cos(1/x)}{x^{2}}dx$$
Misbah Ghaya
13.0k
views
asked
Feb 13, 2015
Calculus
gatecse-2015-set1
calculus
integration
normal
numerical-answers
+
–
89
89 votes
7
answers
7 answers
29.4k
29.4k views
GATE CSE 2015 | Set 1 | Question: 43
The graph shown below has $8$ edges with distinct integer edge weights. The minimum spanning tree (MST) is of weight $36$ and contains the edges: $\{(A, C), (B, C), (B, E...
Misbah Ghaya
29.4k
views
asked
Feb 13, 2015
Algorithms
gatecse-2015-set1
algorithms
minimum-spanning-tree
normal
numerical-answers
+
–
14
14 votes
2
answers
2 answers
21.5k
21.5k views
GATE CSE 2015 | Set 1 | Question: 42
Consider the following C program segment.while (first <= last) { if (array[middle] < search) first = middle + 1; else if (array[middle] == search) found = TRUE; else last...
Misbah Ghaya
21.5k
views
asked
Feb 13, 2015
IS&Software Engineering
gatecse-2015-set1
is&software-engineering
cyclomatic-complexity
normal
out-of-gatecse-syllabus
numerical-answers
+
–
89
89 votes
12
answers
12 answers
34.7k
34.7k views
GATE CSE 2015 | Set 1 | Question: 41
Consider an Entity-Relationship $(\text{ER})$ model in which entity sets $E_{1}$ and $E_{2}$ are connected by an $m:n$ relationship $R_{12}$. $E_{1}$ and $E_{3}$ are conn...
Misbah Ghaya
34.7k
views
asked
Feb 13, 2015
Databases
gatecse-2015-set1
databases
er-diagram
normal
numerical-answers
+
–
131
131 votes
7
answers
7 answers
41.1k
41.1k views
GATE CSE 2015 | Set 1 | Question: 40
An algorithm performs $(\log N)^{\frac{1}{2}}$ find operations , $N$ insert operations, $(\log N)^{\frac{1}{2}}$ delete operations, and $(\log N)^{\frac{1}{2}}$ decrease-...
Misbah Ghaya
41.1k
views
asked
Feb 13, 2015
Algorithms
gatecse-2015-set1
algorithms
data-structures
normal
time-complexity
+
–
125
125 votes
8
answers
8 answers
44.0k
44.0k views
GATE CSE 2015 | Set 1 | Question: 39
Consider the operations$\textit{f (X, Y, Z) = X'YZ + XY' + Y'Z'}$ and $\textit{g (X, Y, Z) = X'YZ + X'YZ' + XY}$Which one of the following is correct?Both $\left\{\textit...
Misbah Ghaya
44.0k
views
asked
Feb 13, 2015
Digital Logic
gatecse-2015-set1
boolean-algebra
difficult
functional-completeness
+
–
80
80 votes
9
answers
9 answers
44.6k
44.6k views
GATE CSE 2015 | Set 1 | Question: 38
Consider a non-pipelined processor with a clock rate of $2.5$ gigahertz and average cycles per instruction of four. The same processor is upgraded to a pipelined processo...
Misbah Ghaya
44.6k
views
asked
Feb 13, 2015
CO & Architecture
gatecse-2015-set1
co-and-architecture
pipelining
normal
numerical-answers
+
–
66
66 votes
12
answers
12 answers
21.0k
21.0k views
GATE CSE 2015 | Set 1 | Question: 37
A positive edge-triggered $D$ flip-flop is connected to a positive edge-triggered $JK$ flip-flop as follows. The $Q$ output of the $D$ flip-flop is connected to both the ...
Misbah Ghaya
21.0k
views
asked
Feb 13, 2015
Digital Logic
gatecse-2015-set1
digital-logic
flip-flop
normal
+
–
52
52 votes
7
answers
7 answers
12.1k
12.1k views
GATE CSE 2015 | Set 1 | Question: 36
Consider the following $2 \times 2$ matrix $A$ where two elements are unknown and are marked by $a$ and $b$. The eigenvalues of this matrix are $-1$ and $7.$ What are the...
Misbah Ghaya
12.1k
views
asked
Feb 13, 2015
Linear Algebra
gatecse-2015-set1
linear-algebra
eigen-value
easy
+
–
175
175 votes
9
answers
9 answers
47.5k
47.5k views
GATE CSE 2015 | Set 1 | Question: 35
What is the output of the following C code? Assume that the address of $x$ is $2000$ (in decimal) and an integer requires four bytes of memory.int main () { unsigned int ...
Misbah Ghaya
47.5k
views
asked
Feb 13, 2015
Programming in C
gatecse-2015-set1
programming
programming-in-c
array
normal
+
–
119
119 votes
8
answers
8 answers
29.9k
29.9k views
GATE CSE 2015 | Set 1 | Question: 34
Suppose $L = \left\{ p, q, r, s, t\right\}$ is a lattice represented by the following Hasse diagram:For any $x, y \in L$, not necessarily distinct , $x \vee y$ and $x \we...
Misbah Ghaya
29.9k
views
asked
Feb 13, 2015
Set Theory & Algebra
gatecse-2015-set1
set-theory&algebra
normal
lattice
+
–
75
75 votes
8
answers
8 answers
26.0k
26.0k views
GATE CSE 2015 | Set 1 | Question: 33
Consider the following pseudo code, where $x$ and $y$ are positive integers.begin q := 0 r := x while r ≥ y do begin r := r - y q := q + 1 end endThe post condition that ...
Misbah Ghaya
26.0k
views
asked
Feb 13, 2015
Programming in C
gatecse-2015-set1
programming
loop-invariants
normal
+
–
36
36 votes
1
answers
1 answer
11.0k
11.0k views
GATE CSE 2015 | Set 1 | Question: 32
Consider a max heap, represented by the array: $40, 30, 20, 10, 15, 16, 17, 8, 4$.$$\begin{array}{|l|l|}\hline \text{Array index} & \text{1} & \text{2} & \text{3} & \...
Misbah Ghaya
11.0k
views
asked
Feb 13, 2015
Data Structures
gatecse-2015-set1
data-structures
binary-heap
easy
+
–
80
80 votes
9
answers
9 answers
31.9k
31.9k views
GATE CSE 2015 | Set 1 | Question: 31
Consider the following C function.int fun1 (int n) { int i, j, k, p, q = 0; for (i = 1; i < n; ++i) { p = 0; for (j = n; j 1; j = j/2) ++p; for (k = 1; k < p; k = k * 2)...
Misbah Ghaya
31.9k
views
asked
Feb 13, 2015
Algorithms
gatecse-2015-set1
algorithms
normal
identify-function
+
–
71
71 votes
12
answers
12 answers
25.4k
25.4k views
GATE CSE 2015 | Set 1 | Question: 29
Consider a LAN with four nodes $S_1, S_2, S_3,$ and $S_4$. Time is divided into fixed-size slots, and a node can begin its transmission only at the beginning of a slot. A...
Misbah Ghaya
25.4k
views
asked
Feb 13, 2015
Computer Networks
gatecse-2015-set1
computer-networks
normal
numerical-answers
slotted-aloha
+
–
63
63 votes
8
answers
8 answers
15.0k
15.0k views
GATE CSE 2015 | Set 1 | Question: 26
$\sum\limits_{x=1}^{99}\frac{1}{x(x+1)}$ = ______.
Misbah Ghaya
15.0k
views
asked
Feb 13, 2015
Combinatory
gatecse-2015-set1
combinatory
normal
numerical-answers
summation
+
–
24
24 votes
3
answers
3 answers
10.4k
10.4k views
GATE CSE 2015 | Set 1 | Question: 21
Suppose that everyone in a group on $N$ people wants to communicate secretly with the $(\text{N - 1})$ others using symmetric Key cryptographic system. The communication ...
Misbah Ghaya
10.4k
views
asked
Feb 13, 2015
Computer Networks
gatecse-2015-set1
computer-networks
network-security
normal
out-of-gatecse-syllabus
+
–
Page:
1
2
3
next »