Campus Placement Papers of Wipro
71 / 362
In a compiler there is 36 bit for a word and to store a character 8 bits are needed. IN this to store a character two words are appended .Then for storing a K characters string, How many words are needed.
A2k/9
B(2k+8)/9
C(k+8)/9
D2*(k+8)/9
Answer: Option A
Explanation:Here is no explanation for this answer
Submit Your Solution
72 / 362
Return address will be returned by function to
APushes to the stack by call
BPushes to the stack after call
CNone of the above
DBoth (a) and (b
Answer: Option A
Explanation:Here is no explanation for this answer
Submit Your Solution
73 / 362
Which two entities(reading from left to right) are connected by the dot operator(or class member access operator)?
AA class member and a class object
BA class object and a class
CA class and a member of that class
DA class object and a member of that class
Answer: Option D
Explanation:Here is no explanation for this answer
Submit Your Solution
74 / 362
what is the electronic signal that cause computer to stop current program?
Asignal
Binterrupt
Cshell
Dcommand
Answer: Option B
Explanation:Here is no explanation for this answer
Submit Your Solution
75 / 362
In private inheritance derived class members can access base class members that are
1) Public
2) Private
3) Protected
A1 & 2
B1 & 3
C2 & 3
D1,2 & 3
Answer: Option B
Explanation:Only public and protected members will be accessible by children
Submit Your Solution
76 / 362
The output of an OR Gate is LOW when
AAll inputs are LOW
BAny Input is LOW
CAny input is high
DAll inputs are HIGH
Answer: Option A
Explanation:Here is no explanation for this answer
Submit Your Solution
77 / 362
What will be the output?
main()
{
int i=3,a=4,n;
float t=4.2;
n = a*a / i + i / 2 * t + 2 + t;
printf("%d",n);
}
A14
B15.4
C15
DNone of these
Answer: Option C
Explanation:Here is no explanation for this answer
Submit Your Solution
78 / 362
void main()
{
int i=0;
switch(i){
case 0 : printf("%d",i);break;
case 1 : printf("%d",i);break;
}
}
ACompile-time error
B0
C1
DRun-time error
Answer: Option B
Explanation:Here is no explanation for this answer
Submit Your Solution
79 / 362
What is the cycle speed for high-end business PCs,servers, and workstations?
A75-200 MHz
B166-233MHz
C233-450MHz
Dover 1 Ghz
Answer: Option D
Explanation:Here is no explanation for this answer
Submit Your Solution
80 / 362
What sorting algos have their best and worst case times equal ?
Aheap and selection sort
Binsersition sort & merge sort
Cmerge sort and heap sort
DNone of these
Answer: Option C
Explanation:O(nlogn) for mergesort and heap sort
Submit Your Solution
Here is the list of questions asked in Campus Placement Papers of Wipro Placement Papers of Wipro Company. Practice Wipro Written Test Papers with Solutions and take Q4Interview Wipro Online Test Questions to crack Wipro written round test. Overall the level of the Wipro Online Assessment Test is moderate. Only those candidates who clear the written exam will qualify for the next round, so practic all the questions here and take all the free tests before going for final selection process of Wipro