You are on page 1of 5

This is the ppr of birlasoft 31 july 04

English was easy apritude rs agrawal


Do old papers which I sent on the grp
For csc also they r asking sae papers
!ny "uery contact placeent04#00#$yahoo%co
&I'(!)*FT +!+E' D!TE, 31 -.(/ #004
0000000000000000000000000000set &)( 001000000000000000000000000
1% 1hat is the function of the odulus operator in ost languages 2
a3 )ets a syste en4ironental 4alue to either base 10 5base 6 or base 17
b3 'eturns the reainder after di4iding one nuber by another
c3 'eturns the first arguent raised to the second arguent power
d3 +rints out the actual code written to standard output rather than e8ecuting the code
#% class professor9:
class teacher; public 4irtual professor9:<
class researcher; public 4irtual professor 9:
class yprofessor ;public teacher5public researcher 9:<
'eferring to the saple code abo4e 5if an object of class =yprofessor> were created
5how any instances of professor will it contain2
a3 0
b3 1
c3 #
d3 3
3% ?odern 'D&?)@s perfo the following the following functionc e8cept
AAAAAAAAAAAAAA%
a3 Force colun 4alues in one table to atch any of the 4alues in a colun of
another table
b3 !utoatically replicate data on another ser4er
c3 !utoatically create new inde8es based on "uery history
d3 +re4ent unauthoriBed users fro accessing data at the firls le4el
4% 1hich is not the characteristics of a 4iew 2
a3 Consues Disk space for data
b3 ?ultiple tables
c3 ?ultiple rows
d3 .pdateable
D% 'D&?) triggers are typically bound to a AAAAAAAAAAAAAand one or ore
AAAAAAAAAAAAA
a3 Table5)E( stateent types
b3 )E( stateent type5user
c3 Colun5rows
d3 .ser5 tables
7% 1hat relationship is resol4ed by an =intersecting> or =associati4e> entity 2
a3 'ecursi4e
b3 ?andatory one to one
c3 ?any to ?any
d3 *ne to *ne
F% ?ake a copy of file =upper> in the directory two le4els up %
a3 jup ,# upper
b3 cp upper %%G%%
c3 cp upper ,#G
d3 Hone of the abo4e
0000000000000000000000000000000000000000set &)(
00#0000000000000000000000000000000000000
1% 1hich of the following best e8plains life cycle of Defect 2
a3 Defect Found ,I Defect (ogged ,I Defect Debugged ,I Defect Closed ,I Defect
'echecked
b3 Defect Found ,I Defect Debugged ,I Defect 'eported ,I Defect 'echecked ,I
Defect Closed
c3 Defect Debugged ,I Defect Found ,I Defect Closed ,I Defect 'eported ,I
Defect 'echecked
d3 Defect Found ,I Defect (ogged ,I Defect Debugged ,I Defect 'echecked ,I
Defect Closed
#% 1hich group does 1inrunner 5(oad 'unner 5)E! )uite fall under 2
a3 Databases
b3 !utoated Test Tools
c3 *perating )ystes
d3 'apid !pplication De4elopent Tool
3% i 0 0<
j 0 0<
forJj01<jK10<jLL3
i0iL1<

In the Jgeneric3 code segent abo4e what will be the 4alue of the 4ariable i at
copletion 2
a3 0
b3 1
c3 3
d3 M
4% 1hich of the following stateents is true when a deri4ation inherits both a 4irtual and
non,4irtual instance of a base class 2
a3 Each deri4ed class object has base objects only fro the non 4irtual instance
b3 Each base class object has deri4ed objects only fro the non,4irtual instance
c3 Each deri4ed class object has base objects only fro the 4irtual instance
d3 Each deri4ed class object has a base object fro the 4irtual instance and a base
object fro non,4irtual instance%
D% class 1ord
9
public;
1ordJconst charN5int 0 03<
:<
'eferring to the saple code abo4e what is the iniu nuber of arguents
re"uired to call the constructor 2
a3 0
b3 1
c3 #
d3 3
7% 1hich one of the following represents a correct and safe declaration of H.(( 2
a3 typedefJJ4oid N303 H.((<
b3 typedef H.((Jchar N30<
c3 Odefine H.((JJ4oid N303
d3 Odefine H.((JJcharN303
F% Oinclude KiostraeI

'eferring to the saple code abo4e 5which of the following could you use to ake
the standars IG* )trea classes accessible without re"uiring the scope resolution operator
2
a3 using naespace std;;iostrea
b3 using naespace std<
c3 using naespace iostrea <
d3 using iostrea<
6% 1hich one of the following stateents allocates enough space to hold an array of 10
integers that are initialiBed to 0 2
a3 int Nptr 0 Jint N3 callocJ105siBeofJint33<
b3 int Nptr 0 Jint N3 allocJ 10NsiBeofJint33<
c3 int Nptr 0 Jint N3 allocJ 10NsiBeofJint33<
d3 int Nptr 0 Jint N3callocJ10NsiBeofJint33<
M% 1hat function will read a specified nuber of eleents fro a file 2
a3 freadJ3
b3 readfileJ3
c3 filereadJ3
d3 getsJ3
10% 1hat is the largest 4alue an integer can hold in a )tandard C copiler 2
a3 3#F7F
b3 7DD37
c3 #14F46374F
d3 IHTA?!P
11% 1ith e4ery use of eory allocation function should be used to release allocated
eory which is no longer needed 2
a3 dropeJ3
b3 deallocJ3
c3 releaseJ3
d3 freeJ3
1#% int a01<
int ab04<
int ainJ3
9
int b035a0#<
printfJQRiNGRiNGRNGiQ5a5b5ab3<
:
13 kernal e8ecute the first process when syste is start,,,
ans ;, initJ3<
14 process id of kernal
Ja3 1
Jb3 0
Jc3 #
Jd3 none
1D% 1hich one of the following represents a correct and safe declaration of H.(( 2
a3 typedefJJ4oid N303 H.((<
b3 typedef H.((Jchar N30<
c3 Odefine H.((JJ4oid N303
d3 Odefine H.((JJcharN303
17% 1hich one of the following stateents allocates enough space to hold an array of 10
integers that are initialiBed to 0 2
a3 int Nptr 0 Jint N3 callocJ105siBeofJint33<
b3 int Nptr 0 Jint N3 allocJ 10NsiBeofJint33<
c3 int Nptr 0 Jint N3 allocJ 10NsiBeofJint33<
d3 int Nptr 0 Jint N3callocJ10NsiBeofJint33<
0000000000000000000000SD T*+IC)000000000000000000000
1, indian cricket tea is consistent or not<
#, IT shoud be necessary in rural area or not<
3, soura4 ganguli should be caption or not<
4, ad4antage T disad4antages of *utsoursing<
D, india T pakistan atches are pation Jjosh3 or not<

You might also like