ISRO Scientist or Engineer Computer Science 2014

For the following questions answer them individually

The number of states required by a Finite State Machine, to simulate the behaviour of a computer with a memory capable of storing ‘m’ words, with each word being ‘n’ bits long is

An aggregation association is drawn using which symbol?

How manystates are there in a minimum state deterministic finite automaton accepting the language $$L = \left\{w \mid w \in (0, 1)^*\right\}$$, {number of 0’s is divisible by 2 and numberof 1's is divisible by 5, respectively} ?

Which of the following is TRUE with respect to a Reference?

There are 200 tracks on a disk platter and the pending requests have comein the order — 36, 69, 167, 76, 42, 51, 126, 12, and 199. Assume the arm is located at the $$100^{th}$$ track and moving towardstrack 200. If sequence of disc access is 126, 167, 199, 12, 36, 42, 51, 69, and 76 then which disc access scheduling policy is used?

Consider the following segment table in segmentation scheme:

What happens if the logical address requested is - Segment Id 2 and Offset 1000?

Consider the schema R (A,B, C, D) and the functional dependencies $$A \rightarrow B$$ and $$C \rightarrow D$$. If the decomposition is made as $$R_1 (A, B)$$ and $$R_1 (C, D)$$, then which of the following is TRUE?

The test suite (set of test input) used to perform unit testing on a module could cover 70%of the code. Whatis the reliability of the module if the probability of success is 0.95 during abovetesting?

Consider the following Java code fragment. Which of the following statement is true?

Every time the attribute A appears, it is matched with the same value of attribute B but not the same value of attribute C. Which of the following is true?

What is the output of the following C program?

#include <stdio.h>
void main (void)
{
int shifty;
shifty = 0570;
shifty = shifty >> 4;
shifty = shifty << 6;
printf("The value of shifty is %o \n", shifty);
}

Consider a standard circular queue ‘q’ implementation (which has same condition for queue full and queue empty) whose size is 11 and the elements of the queue are q[0], q[1l,.... q[10]. The front and rear pointers are initialized to pointat q[2]. In whichposition will the ninth element be added?

Let x, y, z, a, b, c be the attributes of an entity set E. If {x}, {x,y}, {a,b}, {a,b,c}, {x,y,z} are superkeys then whichof the following are the candidate keys?

The five items: A, B, C, D, and E are pushed in a stack, one after the other starting from A. The stack is popped four times and each elementis inserted in a queue. Then two elements are deleted from the queue and pushed back on the stack. Now one item is popped from the stack. The popped item is ...................

A computer has sixteen pages of virtual address space but the size of main memory is only four frames. Initially the memory is empty. A program references the virtual pages in the orderof 0, 2, 4, 5, 2, 4, 3, 11, 2, 10. How many page faults occur if LRU page replacementalgorithm is used?

Consider a 50 kbpssatellite channel with a 500 milliseconds round trip propagation delay. If the sender wants to transmit 1000 bit frames, how much time will it take for the receiver to receive the frame?

If the maximum output voltage of a DAC is V volts and if the resolutioni is R bits, then the weight of the most significant bit is ...........

A frame buffer array is addressed in row-major order for a monitor with pixel locations starting from (0, 0) and ending with (100, 100). What is address of the pixel (6, 10)? Assume one bit storage perpixel andstarting pixel locationis at 0.

Consider a single linked list where F and L are pointers to the first and last elements respectively of the linked list. The time for performing which of the given operations depends on the length of the linked list?

Consider the following grammar.
$$S \rightarrow AB$$
$$A \rightarrow a$$
$$A \rightarrow BaB$$
$$B \rightarrow bbA$$
Which of the following statements is FALSE?

Consider the logic circuit given below.

The inverter, AND and OR gates have delays of 6, 10 and 11 nanoseconds respectively. Assuming that wire delays are negligible, what is the duration of glitch for Q before it becomes stable?

An IP packet has arrived with the first 8 bits as 0100 0010. Which of the following is correct?

A supernet has a first address of 205.16.32.0 and a supernet mask of 255.255.248.0. A router receives four packets with the following destination addresses. Which packet belongsto this supernet?

Assume the following information.
Original timestamp value = 46
Receive timestamp value = 59
Transmit timestamp value = 60
Timestampat arrival of packet = 69
Which of the following statements is correct?

Which of the following is FALSE with respect to possible outcomes of executing a Turing Machineover a given input?

Consider a 13 element hash table for which f(key) = key mod 13 is used with integer keys. Assuming linear probing is used for collision resolution, at which location would the key 103 be inserted,if the keys 661, 182, 24 and 103 are inserted in that order?

A cube of side 1 unit is placed in such a waythatthe origin coincides with one of its top vertices and the three axes run along three of its edges. What are the co-ordinates of the vertex which is diagonally opposite to the vertex whose coordinates are (1, 0, 1)?

What is the minimum numberof resources required to ensure that deadlock will never occur, if there are currently three processes P1, P2, and Ps running in a system whose maximum demand for the resources of same type are 3, 4 and 5 respectively.

For a software project, the spiral model was employed. When will the spiral stop?

Consider the following scenario.
A web client sends a request to a web server. The web server transmits a program to that client and is executed atclient. It creates a web document. Whatare such web documents called?

What is the size of the physical address space in a paging system which has a pagetable containing 64 entries of 11 bit each (including valid/invalid bit) and a page size of 512 bytes?

Join CAT 2026 course by 5-Time CAT 100%iler

Crack CAT 2026 & Other Exams with Cracku!