Time Left - 15:00 mins

ISRO live Quiz session Solutions : 06-04-2018

Attempt now to get your rank among 609 students!

Question 1

If n has the value 3, then the statement a[++n] = n++;

Question 2

The number of tokens the following C statement is
printf(“i = %d, &I = %x”, i,&i);

Question 3

Increasing the RAM of a computer typically improves performance because

Question 4

The IPv4 Internet Protocol is an example of a ______.

Question 5

Consider the following C program:
float function(float a, int b){
float c, d;
int i;

for(d=1, c=1, i=1; i<b; i++)
{
c * = a / i;

d + = c;
}
return d;
}
What is the return value of function(2,3)?:

Question 6

Find the candidate Key for the relation R (A, B, C, D, E, F)
A D
B E F
E C

Question 7

The given equation simplifies to which of thefollowing? (A + B)’(ABC)’(A’C)’

Question 8

In the set Z of all integers, the relation p defined by a p b if a + b is odd is

Question 9

Two eigen values of a real matrix P are and 3. The determinant of P is _________.

Question 10

What is invisible to the programmer, and usually which is visible to the programmer?

Question 11

Which of the following is not a process metric?

Question 12

Project risk factor is considered in
  • 609 attempts
  • 3 upvotes
  • 7 comments
Apr 12GATE & PSU CS