1
GATE CSE 2014 Set 1
Numerical
+2
-0
Consider the following set of processes that need to be scheduled on a single $$CPU.$$ All the times are given in milliseconds.
Process Name Arrival Time Execution Time
A 0 6
B 3 2
C 5 4
D 7 6
E 10 3

Using the $$shortest$$ $$remaining$$ $$time$$ $$first$$ scheduling algorithm, the average process turnaround time (in $$msec$$) is _______.

Your input ____
2
GATE CSE 2014 Set 1
MCQ (Single Correct Answer)
+1
-0.3
Consider the following program in C language:

#include < stdio.h >
main()
{
int i;
int *pi = &i;
scanf("%d", pi);
printf("%d\n", i + 5);
}

Which one of the following statements is TRUE?
A
Compilation fails.
B
Execution results in a run-time error.
C
On execution, the value printed is 5 more than the address of variable i.
D
On execution, the value printed is 5 more than the integer value entered.
3
GATE CSE 2014 Set 1
MCQ (Single Correct Answer)
+1
-0.3
Match the following:
$$1)$$ Waterfall model
$$2)$$ Evolutionary model
$$3)$$ Component-based software engineering
$$4)$$ Spiral development

$$a)$$ Specifications can be developed incrementally
$$b)$$ Requirements compromises are inevitable
$$c)$$ Explicit recognition of risk
$$d)$$ Inflexible partitioning of the project into

A
$$1 - a,\,\,2 - b,\,\,3 - c,\,\,4 - d$$
B
$$1 - d,\,\,2 - a,\,\,3 - b,\,\,4 - c$$
C
$$1 - d,\,\,2 - b,\,\,3 - a,\,\,4 - c$$
D
$$1 - c,\,\,2 - a,\,\,3 - b,\,\,4 - d$$
4
GATE CSE 2014 Set 1
MCQ (Single Correct Answer)
+2
-0.6
Let $$L$$ be a language and $$\overline L $$ be its complement. Which one of the following is NOT a viable possibility?
A
Neither $$L$$ nor $$\overline L $$ is recursively enumerable (r.e).
B
One of $$L$$ and $$\overline L $$ is r.e. but not recursive; the other is not r.e.
C
Both $$L$$ and $$\overline L $$ are r.e. but not recursive.
D
Both $$L$$ and $$\overline L $$ are recursive.
EXAM MAP
Medical
NEETAIIMS
Graduate Aptitude Test in Engineering
GATE CSEGATE ECEGATE EEGATE MEGATE CEGATE PIGATE IN
Civil Services
UPSC Civil Service
Defence
NDA
Staff Selection Commission
SSC CGL Tier I
CBSE
Class 12