Time Left - 09:00 mins

ISRO Quiz-14

Attempt now to get your rank among 188 students!

Question 1

A CPU has 24-bit instructions. A program starts at address 300 (in decimal). Which one of the following is a legal program counter (all values in decimal)?

Question 2

What will be the output of given C code?

main()

{

int i=1;

printf("%d%d%d",i,++i,i++);

}

Question 3

There are 20 points in a plane, how many triangles can be formed by these points if 5 are colinear?

Question 4

A bit-stuffing based framing protocol uses an 8-bit delimiter pattern of 01111110. If the output bit-string after stuffing is 01111100101, then the input bit-string is

Question 5

With Round-Robin CPU scheduling in a time shared system.

Question 6

Consider the following statements:

S1 : If all jobs arrive at the same p oint in time, a SJF and an SRTF scheduler will behave the same.

S2 : If all jobs arrive at the same point in time and have identical run lengths, a FIFO and a SJF scheduler will behave the same.

S3 : If all jobs have identical run lengths, a RR scheduler provides better average turnaround time than FIFO

S4 : With a MLFQ scheduler, high priority jobs have longer time-slices than low priority jobs.

Which of the following is true?

Question 7

Which of the following NULL values cannot be used in the relational model?

Question 8

What will be the minimum number of flipflop required for a mod-258 counter?
  • 188 attempts
  • 2 upvotes
  • 1 comment
May 29GATE & PSU CS