Google

Monday, December 24, 2007

WIPRO Campus Placement Paper

------------------------------------------------------
1) abcD+abcd+aBCd+aBCD
then the simplified function is
( Capital letters are copliments of corresponding letters
A=compliment of a)

[a] a [b] ab [c] abc [d] a(bc)* [e] mone
(bc)*=compliment of bc

Ans: e

-------------------------------------
2) A 12 address lines maps to the memory of

[a] 1k bytes [b] 0.5k bytes [c] 2k bytes [d] none

Ans: b

----------------------------------------
3) In a processor these are 120 instructions . Bits needed to impliment
this instructions
[a] 6 [b] 7 [c] 10 [d] none

Ans: b

-----------------------------------------
4) In 8085 microprocessor READY signal does.which of the following
is incorrect statements
[a]It is input to the microprocessor
[b] It sequences the instructions

Ans : b
----------------------------------------

5) Return address will be returned by function to
[a] Pushes to the stack by call
Ans : a
------------------------------------------
6)
n=7623
{
temp=n/10;
result=temp*10+ result;
n=n/10
}

Ans : 3267
----------------------------------------------
7) If A>B then
F=F(G);
else B>C then
F=G(G);
in this , for 75% times A>B and 25% times B>C then,is 10000 instructions
are there ,then the ratio of F to G
[a] 7500:2500 [b] 7500:625 [c] 7500:625 if a=b=c else
7500:2500
--------------------------------------------------
8) In a compiler there is 36 bit for a word and to store a character 8bits are
needed. IN this to store
a character two words are appended .Then for storing a K characters string,
How many words are needed.
[a] 2k/9 [b] (2k+8)/9 [c] (k+8)/9 [d] 2*(k+8)/9 [e] none

Ans: a
---------------------------------------------------------
9) C program code

int zap(int n)
{
if(n<=1)then zap=1;
else zap=zap(n-3)+zap(n-1);
}
then the call zap(6) gives the values of zap
[a] 8 [b] 9 [c] 6 [d] 12 [e] 15

Ans: b
---------------------------------------------------------------



PART-B
-------
1) Virtual memory size depends on
[a] address lines [b] data bus
[c] disc space [d] a & c [e] none

Ans : a
-----------------------------------------------
2) Critical section is
[a]
[b] statements which are accessing shared resourses
Ans : b
-------------------------------------------------

3) load a
mul a
store t1
load b
mul b
store t2
mul t2
add t1

then the content in accumulator is

Ans : a**2+b**4
---------------------------------------------------
4) question (3) in old paper
5) q(4) in old paper
6) question (7) in old paper
7) q(9) in old paper
------------------------------

Q21 - Q23. Four questions given on the below data
X,Yand Z are senior engineers. A,B,C,D are junior engineers. Company wants to select 4 enginers. Two will be senior and two will be juniors. The company wants these engineers to work in the most productive way so they respect each person's likes/dislikes.
Y is not friends with A
Z is not friends with C
B is not friends with A
If B is selected then who will be the remaining 4 members ?
If C is selected, Z and ___ cannot be selected?
D is always selected if ___ is selected?
Q24. A speaks truth 70% of the times, B speaks truth 80% of the times.
What is the probability that both are contradicting each other is ?
Q25. ò((2x-3)/((x2 +x+1)2 )dx is ?
Q26. Ram starts from A walking 2 km North and turns right and walks 4 km and turns right again and walks 4 km and turns right again and walks 4 km and meets Radha at Bwalking in the opposite direction to Ram .
a) Which direction does Ram walk after the first turn?
b) Distance between A and B
Q27. If the equation x2 - 3x + a = 0 has the roots (0,1) then value of a is ?
Q28. A and B's temperature are 10°c and 20°c having same surface , then their ratio of rate of emmisions is ?
Q29. An atomic particle exists and has a particlular decay rate . It is in a train . When the train moves, a person observes for whether the decay rate
(a) increases
(b) decreases
(c) depend on the directions of movement of train
Q30. Which of the following exchanges positive ions
(a).cl-
(b) nh2-
(c) ch2
Ans. (b)
Q31. After execution of CMP, a instruction in Intel 8085 microprocessor
(a) ZF is set and CY is reset.
(b) ZF is set CY is unchanged
(c) ZF is reset, CY is set
(d) ZF is reset , CY is unchanged .
Ans. ZF is set and CY is reset
Q32. The best tool for editing a graphic image is ?
Q33. Network scheme defines
a.)one to one
b.) many to many
c.) one to ,many ?
Q34. A person wants to measures the length of a rod.First he measures with standing ideally then he maeasures by
moving parrel to the rod
(a)the length will decrease in second case
(b)length will be same
(c) length will increse in the second case.
Q35. One U-230 nucleus is placed in a train moving by velocity emiting alpha rays .When the train is at rest the
distance between nucleus and alpha particle is x . One passenger is observing the particle . When the train is moving
what is the distance between particle and nucleus ?
(a) x
(b) x + vt
(c) x - vt
Q36. What is the resulting solution when benzene and toluene are mixed ?
Q37. If the word FADENCOMT equals 345687921 then
What is FEAT
Find representation of 2998
Q38. Given 10 alphabets out of which 5 are to be chosen. How many words can be made with atleast one repetition.
Q39. Arrange by acidic values : phenol, nitrotolouene and o-cresol?
Q40. Find sum of 3 + 5/(1+22) + 7/(1 + 22 + 32) + ......
Ans. 3n/(1 + n)
The following are few sample questions that maybe asked in the software paper.We haven't been able to give the values in certain problems ; only the type of questions have been mentioned.
Q What sorting algos have their best and worst case times equal ?
Ans. O(nlogn) for mergesort and heap sort
Q. What page replacement algo . has minimumn number of page faults ?
Ans. Optimality algorithm
Q. What is the use of virtual base class in c++
Ans. Multiple lines between derived classes.
Q. Find the eccentricity of a given node in a directed graph
Q. Convert the infix to postfix for A-(B+C)*(D/E)
Ans. ABC+DE/*-
Q. What is swapping
Q. Assignment operator targets to
Ans. l-value
Q. A byte addressable computer has memory capacity of 2 power m Kbytes and can perform 2 power n operations
an instruction involving three operands and one operator needs maximum of ---bits
Ans. 3m + n
Q. In round robin scheduling, if time quatum is too large then it degenerates to
Ans. FCFS
Q. What is network schema?
Q. Packet Burst is ______
Q. Picard's method uses _______?
Ans. Successive Differentiation.
26. If the letters of the word "rachit" are arranged in all possible ways and these words are written
out as in a dictionary, what is the rank of the word "rachit".
(a) 485
(b) 480
(c) 478
(d) 481
Ans. (d)
27. Ravi's salary was reduced by 25%.Percentage increase to be effected to bring the salary
to the original level is
(a) 20%
(b) 25%
(c) 33 1/3%
(d) 30%
Ans. (c)
28. A and B can finish a piece of work in 20 days .B and C in 30 days and C and A in 40 days.
In how many days will A alone finish the job
(a) 48
(b) 34 2/7
(c) 44
(d) 45
Ans. (a)
29. How long will a train 100m long travelling at 72kmph take to overtake another train
200m long travelling at 54kmph
(a) 70sec
(b) 1min
(c) 1 min 15 sec
(d) 55 sec
Ans. (b)
30. What is the product of the irrational roots of the equation (2x-1)(2x-3)(2x-5)(2x-7)=9?
(a) 3/2
(b) 4
(c) 3
(d) 3/4
Ans. (a)
39.
· All toffees are chocolates
· Some toffees are not good for health
(a) Some chocolates are not good for health
(b) Some toffees are good for health
(c) No toffees are good for health
(d) Both (a) and (b)
Ans. (a)
The questions 40-46 are based on the following pattern.The problems below contain a question and two statements giving certain data. You have to decide whether the data given in the statements are sufficient for answering the questions.The correct answer is
(A) If statement (I) alone is sufficient but statement (II) alone is not sufficient.
(B) If statement(II) alone is sufficient but statement(I) alone is not sufficient.
(C) If both statements together are sufficient but neither of statements alone is sufficient.
(D) If both together are not sufficient.
(E) If statements (I) and (II) are not sufficient
40. What is the volume of a cubical box in cubic centimetres?
(I) One face of the box has an area of 49 sq.cms.
(II) The longest diagonal of the box is 20 cms.
Ans. D
41. Is z positive?
(I) y+z is positive
(II) y-z is positive
Ans. E
42. Is x>y ? x, y are real numbers?
(I) 8x = 6y
(II) x = y + 4
Ans. B
43. If a ground is rectangular, what is its width?
(I) The ratio of its length to its breadth is 7:2
(II) Perimeter of the playground is 396 mts.
Ans. C
44. If the present age of my father is 39 yrs and my present age is x yrs, what is x?
(I) Next year my mother will be four times as old as i would be.
(II) My brother is 2 years older than I and my father is 4 years older than my mother.
Ans. C
45. How many brothers and sisters are there in the family of seven children?
(I) Each boy in the family has as many sisters as brothers
(II) Each of the girl in the family has twice as many brothers as sisters
Ans. D
46. x is not equal to 0, is x + y = 0?
(I) x is the reciprocal of y
(II) x is not equal to 1
Ans. A

No comments: