ISRO Scientist or Engineer Computer Science 2007

For the following questions answer them individually

The circuit shown in the following Figure realizes the function

When two numbers are added in excess-3 code and the sum is less than 9,then in order to get the correct answerit is necessary to

Eigen vectors of $$\begin{bmatrix}1 & \cos \theta \\\cos \theta &1 \end{bmatrix}$$ are

The term "aging"refers to

Consider a set of n tasks with known runtimes $$r_{1} r_{2}....... r_{n}$$, to be run on a uniprocessor machine. Which of the following processor scheduling algorithms will result in the maximum throughput?

Consider a job scheduling problem with four jobs $$J_{1}, J_{2} J_{3}$$ and $$J_{4}$$, with corresponding deadlines : $$(d1_{1}, d_{2}, d_{3}, d_{4}) = (4, 2, 4, 2)$$

Which of the following is not a feasible schedule without violating any job deadline?

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 element is 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

Study the following programme
// precondition : x >= 0
public void demo(int x)
{
System.out.print(x %10); 

if( (x /10)! = 0)
{
demo(x / 10);
}
System.out.print(x % 10);
}
Which of the following is printed as a result of the call demo (1234)?

Identify the correct translation into logical notation of the following assertion. Someboysin the classaretaller than all the girls Note: taller(x,y) is true if x is taller than y.

CompanyXshipped 5 computerchips, 1 of which was defective, and Company Y shipped 4 computerchips, 2 of which were defective. One computerchip is to be chosen uniformly at random from the 9 chips shipped by the companies.If the chosen chip is found to be defective, what is the probability that the chip came from Company Y ?

Consider a computer system that stores floating-point numbers with 16-bit mantissa and an 8-bit exponent, each in two’s complement. The smaliest and largest positive values which can be stored are

in comparison with static RAM memory, the dynamic RAM memory has

Disk requests are received by a disk drive for cylinders5, 25, 18, 3, 39, 8 and 35 in that order. A seek takes 5 msecper cylinder moved. How muchseek time is needed to serve these requests for a Shortest Seek First (SSF) algorithm? Assumethatthe arm is at cylinder ?,0 when the last of these requests is made with none of the requests yet served

Consider a system having ‘m’ resources of the same type. The resources are shared by 3 processes A,B,C, which have peak time demands of 3,4,6 respectively. The minimum value of ‘m’ that ensures that deadlock will never occuris

A program consists of two modules executed sequentially. Let $$f_1(t)$$ and $$f_2(t)$$ respectively denote the probability density functions of time taken to execute the two modules. The probability density function of the overall time taken to execute the program is given by

Consider a small 2-wayset-associative cache memory, consisting of four blocks. For choosingthe block to be replaced,usethe least recently (LRU) scheme. The numberof cache missesforthe following sequence of block addresses is 8,12,0,12,8

One approach to handling fuzzy logic data might be to design a computer using ternary (base-3) logic so that data could be stored as “true,” “false,” and “unknown.”ff each ternary logic elementis called a flit, how many flits are required to represent at least 256 different values?

In the Big-Endian system, the computerstores

A rule ina limited entry decision table is a

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

Crack CAT 2026 & Other Exams with Cracku!