Friday, August 12, 2011

Calsoft Placement and BE project Sponsorship Paper



The Test Contains 2 sections -


1. Computer Science and C test :
15 comp sci. + 15 C Questions for 40 minutes

2. Analytical Questions :
40 Questions for 30 minutes


Computer Science Test :

1. In the Object Orienred Programming Which of the following properties are included ?
i) Inheritance
ii)Polymorphism
iii)Recursion

a) i    b) only i & ii    c) i & ii & iii  d) only ii   e) only iii

2) Consider the pseudo code

x : = 1
i : = 1

while ( x <= 1000)
{
x = 2 ^ x
i = i + 1
}

What will be value of i at the end of execution ?

a) 4      b) 5      c) 6      d) 7      e) 8


3) Suppose that some software has mean time between failures of 10000 hrs and has mean time to repair of 20 hours. If product is used by 100 customers what will be its availbility ?

a) 80%         b) 90%        c) 98%        d) 99.8%        e) 100%


4) Merge Sort Works by splitting a list list of n into halfs , sorting halfs recursively and merging these halfs to form sorted list. Which of the following data structure will allow to work merge sort in o (n log n) time ?

i) Singly Linked List
ii) Doubly linked list
iii) Array

a) III    b) I & II   C)  II  & III   D) I , II & III


2 comments:

  1. can sumone plzz send me the above calsofts placement paper plzz its urgent..
    thank u!! rockandroll525@yahoo.com

    ReplyDelete
  2. plz send me 2 calsoft apti paper :amol7044@gmail.com

    ReplyDelete