Placement Papers: CSC Latest Placement Paper Pattern
Download PDF of This Page (Size: 125K) ↧
Examrace Placement Series prepares you for the toughest placement exams to top companies.
-
with framework CASE tools IPSE can be achieved. IPSE is
-
integrated product software engineering.
-
integrated productivity simulation environment
-
inner project software estimation
-
inntegreted project support environment
-
-
data structured system devolepment (DSDD) is also called one of the below which is evolved from work on information domain analysis
-
JD methodology
-
yourdon methodology
-
warnier-or methodology
-
Kevin-yenn methodology
-
-
Answer this
-
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.
-
PUTNAM model is single valued model assuming a specific distribution of effort over life of software development project.
Which is correct?
-
a and b both correct
-
a correct b wrong
-
b correct a wrong
-
and b both wrong question is not cleared
-
-
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
-
control coupling
-
stamp coupling
-
sub-coupling
-
reference coupling
-
-
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
-
MTBF = MTTF/MTTR
-
MTBF = MTTF * MTTR
-
MTTR = MTTF * MTBF
-
MTBF = MTTF-MTTR (sign is not cleared)
-
-
In FURPS quality factors by HEWERT PACKAR
-
functionality is accessed by evaluating o ne feature of program and capability of algorithm only
-
supportability means breath of premna application and death of standards used
Which is correct?
-
a and b both correct
-
a correct b wrong
-
b correct a wrong
-
and b both wrong question is not cleared
-
-
ur testing of basis paw message means software devolepme nt quatiative measure of logical complexity program of independent path in search of program
-
data cycle complexity
-
path complexity metric
-
cyclomatic complexity
-
none of above (question is not cleared so try to understand it)
-
-
as a general rule
-
MIS performane criteria determine management information needs and these needs determine the objective of the firm
-
the objective of the firm determine the management information needs and these needs determine the MIS performance criteria
-
management information needs determine the MIS performance criteria and these criteria determine the objective of form
-
the objectives of firm determine the MISpwrformance criteria and these criteria detemine the management information needs.
-
-
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
-
95 person-months.
-
111 perso n-months
-
102 person-months
-
87 person-moths
-
-
CRC modeling provides a way for identifying classes their respomnsibilities and their collaboration. a collabration refers to:
-
services provided by a class to other classes
-
requests sent by a class to ther classes to fulfill its own responsibility.
-
taxonomy of class types
-
characterstics of a class
-
-
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
-
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.
-
the new component should be developed in the same language as the old one
-
the new component should have exactly the same attribute as the old one.
-
the new component should inplement exactly the same methods as the old one.
-
The new component should provide exactly the same interface as the old one.
-
-
a real time system is to be developed the choice of database would most appropriately be
-
distributed databases because the reduce redundancy of data.
-
distributed databases because the facilate parallel data processing through miultitasking
-
centralized databases because of high computing power the server.
-
centralized databases because they provide better deadlock handling mechanism.
-
-
the following statement is equavalence echo~
-
echo SHOME
-
SHOME
-
pwd
-
ps
-
-
the equavalent of following statement is echo~bin
-
echosbin
-
echo bin
-
pwd
-
echo pwd
-
-
the command that gives the process of ID of last command invoked
-
$@
-
$#
-
$!
-
$$
-
-
the output of the following shell script $set-a planets mecury venus $planets[9] = Pluto $print ${ planets[ * ]}
-
planets
-
mercurity venus puto
-
Pluto mercury Pluto
-
gives an error
-
-
“let” command is used for
-
command substitution
-
arithmetic calculation
-
to create analias
-
not used
-
-
name the relationships that denotes some semantic dependency among otherwise unrelated classes.
-
generilazation or specification.
-
part of
-
association
-
all of the above
-
-
object persistence is best described by the following
-
the ability to retain an object throughout the execution of a method
-
the ability to retain an object throughout the execution of a program
-
the ability to save objects from one execution of a program to the text.
-
the ability to retain an object throughout time and or space
-
-
what is socket? how many required to make connection between two systems
-
a socket is 2-tuple having protocol and port number and requires 4sockets
-
a socket is 3-tuple having protocol address and port number and requires 4 sockets
-
a socket is 2-tuple having protocol and address and requires 2 sockets
-
a socket is 3-tuple having protocol address and port number and requires 2 sockets
-
-
TCP/IP runs on
-
an Ehtener
-
a token ring
-
an x. 25 net
-
all of the above
-
-
the job og fragmentation and re-assembly of datagrams in TCP/IP protocol suite is done by
-
network access layer
-
internet layer
-
transport layer
-
application layer
-
-
the sequence number in TCP header is used to
-
identify the first byte of the enclosed data int segment
-
identify the computer
-
identify the port on which server is running
-
none
-
-
what is output of the final echo command, $x = hell0 $echo ‘x = goodbye’ >sedtx $sh setx; x = bye $echo $x
-
hello
-
goodbye
-
bye
-
none
-
-
what would be the output of the following echo command in sequence? $x = 1 $echo ‘x = 2’ >setx $sh setx $echo $x $x = 3 $setx $echo $x
-
2, 2
-
1, 2
-
2, 3
-
1, 3
-
-
memory reference instruction branch subroutine (BSB) IS given instruction transferming
-
control to subroutine
-
first word of the subroutine
-
address of next instruction in sequence which is presently held in pc (return addres)
-
another BSBinstruction
-
-
assume memory units has 65536 words of 8bits. The number of bits in program counter. Accumalator. Memory address register instruction respectively are
-
16, 8, 16, 8
-
16, 16, 8, 8
-
8, 16, 8, 16
-
8, 8, 16, 16
-
-
which of the following instruction is used to load 2050h address toHL register pair?
-
LOD H, 2050H
-
LOAD H, 2050H
-
LXIH, 2050H
-
LDAH, 2050H
-
-
what will be the value of the accumalator having AAH after executing RLC instruction twice?
-
55h
-
abh
-
bah
-
aah
-
-
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
-
67AE 3A58 42, 01, 5A, 14
-
0142 3A58 01, 42, 5A, 14
-
67AE 3A56 42, 01, 5A, 14
-
0142 3A56 01, 42, 5A, 14
-