ISRO Scientist or Engineer Computer Science 2016

Instructions

For the following questions answer them individually

ISRO Scientist or Engineer Computer Science 2016 - Question 21


Consider a disk pack with 16 surfaces, 128 tracks per surface and 256 sectors per track. 512 bytes of data are stored in a bit serial fashion in a sector. The capacity of the disk pack and the numberofbits required to specify a particular sector in the disk respectively

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 22


Let the page fault service time be 10 ms in a computer with average memory access time being 20 ns. If one page fault is generated for every $$10^{6}$$ memory accesses, what is the effective access time for the memory?

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 23


Register renaming is done in pipelined processors

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 24


In which class of Flynn’s taxonomy, Von Neumann architecture belongs to?

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 25


What will be output of following program? Assume that you are running this program in little-endian processor.
#include<stdio.h>
int main() {
short a = 320;
char *ptr;
ptr = (char *)&a;
printf("%d"_,*ptr);
return 0;
}

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 26


Consider the following segment of C code
int j, n;
j =1;
while $$(j \leq n)$$
j=j*2;
The number of comparisons madein the execution of the loop for any n > 0 is

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 27


The following postfix expression with single digit operands is evaluated using a stack
8 2 3 ^ / 2 3 *  5  1 * -
(Note that ^ is the exponential operator)
The top two elements of the stack after the first * operator is evaluated are

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 28


Average number of comparison required for a successful search for sequential search on ‘n’ items is

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 29


A Hash Function f is defined as f(key) = key mod 7. With linear probing, while inserting the keys 37, 38, 72, 48, 98, 11, 56 into a table indexed from 0, in which location the key 11 will be stored (count table Index 0 as $$0^{th}$$ location )?

Video Solution

ISRO Scientist or Engineer Computer Science 2016 - Question 30


A complete binary tree with n non-leaf nodes contains

Video Solution
cracku

Boost your Prep!

Download App