Placement Papers: Hughes 2004
Get unlimited access to the best preparation resource for competitive exams : get questions, notes, tests, video lectures and more- for all subjects of your exam.
Source: Iit k (this paper is got from rookee and same is given in iitk)
Dated: /04
section A 30m (Compulsary)
section B or C 20 m (changed) m
Attempt either B or C sec B contains CST
C E&C
Better to attempt Electronics paper
(Those who are having electronics background)
SECTION A
- Which of the folowing is not correct
- Question on logic ckt. U have to find the output
- Output of MUX
- If X and Y are two sets. | X|and|Y | are corresponding coordinates and exact no. Of functions from X to Y is 97 then
- If two dies are thrown simultaneously what is the prob. Of one of the dice getting face 6?
- The relation, < on reals is
- In C language the parameters are passsed by
- Advantage of SRAM over DRAM
- Diasy chaining related question (refer Z80)
- RAM chips arranged in 4X6 array and of 8kX4bit capacity each. How many address lines reqd. To access each byte
- Question related to AVL trees regarding how many no. Of nodes to be changed to become balanced after addition of a leaf node to a particular node.
- When following sequence is insertedin the binary search tree no. Of nodes in left and right subtrees
- Method used for Disk searching is
- linked list
- AVL
- B-tree
- binary tree
- Which of the following is correct statement.
- AX = B where A is mXn, b&X are column matrices of order m
- The option avialable in C ++ , not C:
- int a [4] = {1,2, 3,4} ; int ⚹ ptr; ptr = a; ⚹ (a + 3) =⚹ (++ ptr) + (⚹ ptr ++) ; A part of code is shown. The elements in A after the execution of this code.
- Critical section program segment is
- when head is moving back and forth, the disk scheduling algorithm is ________
- how many times the loop will execute LOOP LXI B, 1526H DCX B JNZ LOOP
- the addressing mode in which the address of the operand is expressed explicitly within the instruction
- index addressing
- absolute
- indirect
- immediate
- (A B) U (B A) U (AC) = ? where A, B are two sets A ‘B’ are compliments of A and B
- the network that does not use virtual circuit
- source routing bridge
- A chocolate block is of 4 X 4 size. How many cuts are needed to make 1 X 1 size blocks. No simultaneous vert. & horz. Cuts.
- cache access time 100 msec. Main memory access time 800 msec if the hit ratio is 95 % , what is mean access time …
- the module that should be always reside in main memory is
- The order of algorithm to merge the two sorted lists of lengths m and n is
- O (m)
- O (n)
- O (m + n)
- O (log (m) + log (n) )