-->



CSC Placement Paper



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. integrated project support environment

2. Data structured system development (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) s 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. )and
b) both wrong question is not cleared

7. Your testing of basis paw message means software development not quantitative measure of logical complexity program of independent path in search of program
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 performance 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 MIS performance criteria and these criteria determine the
management information needs.

9.a relatively small project is to be developed by a small team with good application experience needing to fulfil 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 person n-months
c.102 person-months
d.87 person-moths

10.CRC modelling provides a way for identifying classes their responsibilities and their collaboration .a collaboration refers to.
a. services provided by a class to other classes
b. requests sent by a class to their classes to fulfill its own responsibility.
c. taxonomy of class types
d. characteristics of a class

12.A software was developed using component assembly model. after some time and old component is to be replaced by a new one without disturbing the overall functioning of the software. following statements is true.
a. the new component should be developed in the same language as the old one
b. the new component should have exactly the same attribute as the old one.
c. the new component should implement 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 facilitated parallel data processing through multitasking
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 equivalence echo~
a. echo SHOME
b. SHOME
c. pwd
d. ps

15.the equivalent 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 mercury venus
$planets[9]=Pluto
$print ${planets[*]}
a. planets
b. mercury Venus pluto
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. generalization or specification.
b. part of
c. association
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 Ethernet
b. a token ring
c. an x.25 net
d. all of the above

23. the job 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
$echo $x
$x=3
$setx
$echo $x
a.2,2
b.1,2
c. 2,3
d.1,3

27.Memory reference instruction branch subroutine (BSB) IS given instruction transferring control to subroutine
a. first word of the subroutine
b. address of next instruction in sequence which is presently held in pc (return address)
c. another BSB instruction

28.Assume memory units has 65536 words of 8bits.the number of bits in program counter. accumulator. memory address register instruction respectively are
a.16,8,16,8
b.16,16,8,8
c.8,16,8,16
d.8,8,16,16

29.which of the following instruction is used to load 2050h address to HL register pair?
a. LOD H,2050H
B. LOAD H,2050H
C. LXIH,2050H
D. LDAH,2050H

30.what will be the value of the accumulator 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) contains 3A56.an instruction call subroutine stored at location 67AE which 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