Time Left - 15:00 mins

ISRO CS 2018: MiniMock Quiz-6

Attempt now to get your rank among 983 students!

Question 1

Consider the following statements about Dijkstra’s algorithm.
1. Dijkstra’s algorithm produces an incorrect result only if the graph contains a negative weight cycle.
2. If a graph contains a negative weight cycle, then Dijkstra's algorithm may not terminate.
Which of the above statements is true?

Question 2

Which of the following is true regarding size of parsers?

Question 3

Which protocol suite designed by IETF to provide security for a packet at the Internet layer?

Question 4

Which interrupt in 8085 Microprocessor is unmaskable?

Question 5

The output of the following program is
main()
{
     static int x[ ] = {1,2,3,4,5,6,7,8);
     int i;
     for(i=2;i<6;++i)  
     x[x[i]]=x[i]
     for(i=0;i<8;++i)
     printf(“%d”,x[i]);
}

Question 6

Which symbol denote derived attributes in ER Model?

Question 7

The 2-input XOR has high output only when the input values are

Question 8

Which of the following statement is not correct?

Question 9

Using Newton-Raphson method, a root correct to 3 decimal places of the equation

Question 10

At particular time, the value of a counting semaphore is 10, it will become 7 after

Question 11

Capability Maturity Model (CMM) is a methodology to

Question 12

Which one of the following is FALSE?
  • 983 attempts
  • 8 upvotes
  • 11 comments
Apr 5GATE & PSU CS