Question Pattern:
[1] Jumble sentences are given ,order the sentences to make a meaningful paragraph
[2] Sentences are given , order the sentences to make conclusion that follows from the options given(Say 5 sentences are given out of which 2 are causes and rest is result , like fallacy in logic) .
[3] Analogies.
[4] Opposite meaning.
[5] Point out the error in a given sentence.
[6] C ( Follow 'Test your C skills ').
[7] Data Structure.
[8] Operating System.
[9] Network.
[10]Puzzles(1-2),Critical reasoning(1-2).
We can not remember all the questions exactly as time was very short .Here are some of the questions ( Not in order).
- A topic on Gandhiji's Salt Satyagrah Movement
Four sentences were given and you have to arrange them to make a paragraph.
Ans. CABD (Check it out).
What can't be changed by the user program (Four choices were there).
Ans. Memory Map (Check it out).
- In which layer ROUTING is performed ?
Ans. Network Layer
- What is the output of the following code snippet
main()
{
printf(5+"Fascimile");
}
Ans. mile
- What is the output
Int count=10,sum=0,*temp;
Temp=&count;
Sum=∑ &count;( It was actually given temp=∑ &count; which is probably wrong)
Printf("sum=%d count= %d temp=%d ",sum,count,*temp);
Ans. C (most expected answer ,check it)
6.Which one has no L-Value
[i] a[i]
[ii] i
[iii] 2
[iv] *(a+i)
Ans . [iii]
- In threaded binary for which traversal orders unused left and right links are used?
Ans.
- Which is false for binary tree?
[i] Any node should have two children.
[ii]
[iii] At fourth level the number of node should be less than 16.
Ans.
- Which is true for binary search ?
[i] Traversal scheme
[ii]
[iii]Greedy algorithm
[iv] Divide and conquer algorithm
Ans. [iv]
- What is the protocol used for getting the physical address by supplying IP address of a node ?
[i] ARP
[ii] RARP
[iii] BOOTP
[iv] DHCP
Ans. [i]
- If DELHI is coded as CCIDD then how BOMBAY will be coded?
No comments:
Post a Comment