(Paper) CSC Latest Placement Paper Pattern
Paper
: CSC Latest Placement Paper Pattern
Company : CSC
1. with framework CASE tools IPSE can be
achieved .IPSE is
a.integrated product software engineering.
b.integrated productivity simulation
environment
c.inner project software estimation
d.inntegreted project support environment
2. data structured system devolepment (DSDD)
is also called one of the below which is evolved
from work on information domain
analysis
a.j.d.methodology
b.yourdon methodology
c.warnier-or methodology
d.Kevin-yenn methodology
3.
a. COCOMO estimation model is a single
valued mode to compute software development effort(and cost)as a function of program
size expressed in estimated lines of codes.
b. PUTNAM model is single valued model
assuming a specific distribution of effort over life of software development project.
a. only a)is correct
b. only b)is correct
c.a ) and b)is correct
d.a)and b)is wrong
4. when in data coupling portion of a data
structure(rather than simple argument)is passed via a model interface it is called one of the
below
a.control coupling
b.stamp coupling
c.sub-coupling
d.reference coupling
5. what is measure of reliability for a
computer based system if MTBF=mean time between failure.MTTF=mean time to failure.MTTR=mean
time to recover
a.MTBF=MTTF/MTTR
B.MTBF=MTTF*MTTR
C.MTTR=MTTF*MTBF
D.MTBF=MTTF-MTTR(sign is not cleared)
6. in FURPS quality factors by HEWERT
PACKAR
a.functionality is accessed by evaluating
o ne feature of program and capability of algorithm only
b.supportability means breath of premna
application and death of standards used
a.a)and b)both correct
b.a)correct b)wrong
c.b)correct a)wrong
d.a)and b) both wrong question is not
cleared
7.
a.data cycle complexity
b.path complexity metric
c.cyclomatic complexity
d.none of above (question is not cleared
so try to understand it)
8.as a general rule
a.MIS performane criteria determine
management information needs and these needs determine
the objective of the firm
b.the objective of the firm determine the
management information needs and these needs
determine the MIS performance criteria
c.management information needs determine
the MIS performance criteria and these criteria
determine the objective of form
d.the objectives of firm determine the
MISpwrformance criteria and these criteria detemine the
management information needs.
9.a relatively small project is to be
developed by a small team with good applocation experience needing to fulfull less than rigid
requirements. Using the basis COCOMA model calculate the effort in person-months if the estimated lines of
code is 33200
a.95 person-months.
b.111 perso n-months
c.102 person-months
d.87 person-moths
10.CRC modeling provides a way for
identifying classes their respomnsibilities and their collaboration .a collabration refers to.
a.services provided by a class to other
classes
b.requests sent by a class to ther classes
to fulfill its own responsibility.
c.taxonomy of class types
d.characterstics of a class
12.a software was developed using
component assembly model.after some time and old componet is to be replaced by a new one without
disturbing the overall fuctioning of the softwarwe.following statements is true.
a.the new component should be developed in
the same language as the old one
c.the new component should inplement
exactly the same methods as the old one.
d.The new component should provide exactly
the same interface as the old one.
13.a real time system is to be developed
.the choice of database would most appropriately be
a.distributed databases because the reduce
redundancy of data.
b.distributed databases because the
facilate parallel data processing through miultitasking
c.centralized databases because of high
computing power the server.
d.centralized databases because they
provide better deadlock handling mechanism .
14.the following statement is equavalence
echo~
a.echo SHOME
b.SHOME
c.pwd
d.ps
15.the equavalent of following statement
is echo~bin
a.echosbin
b.echo bin
c.pwd
d.echo pwd
16.the command that gives the process of
ID of last command invoked
a.$@
b.$#
c.$!
d.$$
17.the output of the following shell
script
$set-a planets mecury venus
$planets[9]=Pluto
$print ${planets[*]}
a.planets
b.mercurity venus puto
c.Pluto mercury Pluto
d.gives an error
18."let"command is used for
a.command substitution
b.arithmetic calculation
c.to create analias
d.not used
19.name the relationship(s)that denotes
some semantic dependency among otherwise unrelated
classes.
a.generilazation or specification.
b.part of
d.all of the above
20.object persistence is best described by
the following
a.the ability to retain an object
throughout the execution of a method
b.the ability to retain an object
throughout the execution of a program
c.the ability to save objects from one
execution of a program to the text.
d.the ability to retain an object
throughout time and or space
21.what is socket ? how many required to
make connection between two systems
a.a socket is 2-tuple having protocol and
port number and requires 4sockets
b.a socket is 3-tuple having protocol
address and port number and requires 4 sockets
c.a socket is 2-tuple having protocol and
address and requires 2 sockets
d.a socket is 3-tuple having protocol
address and port number and requires 2 sockets
22.TCP/IP runs on
a.an Ehtener
b.a token ring
c.an x.25 net
d.all of the above
23.the job og fragmentation and
re-assembly of datagrams in TCP/IP protocol suite is done by
a.network access layer
b.internet layer
c.transport layer
d.application layer
24.the sequence number in TCP header is
used to
a.identify the first byte of the enclosed
data int segment
b.identify the computer
c.identify the port on which server is
running
d.none
25.what is output of the final echo
command
$x=hell0
$ echo'x=goodbye'>sedtx
$sh setx ;x=bye
$echo $x
a.hello
b.goodbye
c.bye
d.none
26. what would be the output of the
following echo command in sequence?
$x=1
$echo'x=2'>setx
$sh setx
$x=3
$setx
$echo $x
a.2,2
b.1,2
c2,3
d.1,3
27.memory reference instruction branch
subroutine (BSB) IS given instruction transferming control
to subroutine
b.first word of the subroutine
c.address of next instruction in sequence
which is presently held in pc (return addres)
d.another BSBinstruction
28.assume memory units has 65536 words of
8bits.the number of bits in program counter.accumalator. memory address
register instruction respectively are
a.16,8,16,8
b16,16,8,8
c8,16,8,16
d8,8,16,16
29.which of the following instruction is
used to load 2050h address toHL register pair?
a.LOD H,2050H
B.LOAD H,2050H
C.LXIH,2050H
D.LDAH,2050H
30.what will be the value of the
accumalator having AAH after executing RLC instruction twice?
a.55h
b.abh
c.bah
d.aah
31.the top of the stack contains
5A&next byte down the stack is 14(all address in hexadecimal) the stack pointer (sp) containts 3A56.an
instruction call subroutint stored at location 67AE whick is 3 bytes long is located at memory address
013F. What shall be the contents of Program Counter, SP and stack respectively after the call
instruction is executed?
PC SP stack
a. 67AE 3A58 42,01,5A,14
b. 0142 3A58 01,42,5A,14
c. 67AE 3A56 42,01,5A,14
d. 0142 3A56 01,42,5A,14
32. Time oriented metrics is one of the
below i.e. times it takes to analyze change request, design an appropriate modification, implement the
change, test it and distribute to all users

Daily JOBS





