Time Left - 25:00 mins

ISRO Exam CS 2017: National Champion test :Software Engg.

Attempt now to get your rank among 530 students!

Question 1

Match the following:
1) Waterfall model
2) Evolutionary model
3) Component-based software engineering
4) Spiral development

a) Specifications can be developed incrementally
b) Requirements compromises are inevitable
c) Explicit recognition of risk
d) Inflexible partitioning of the project into stages

Question 2

Opportunistic reasoning is addressed by which of the following knowledge representation

Question 3

Identify the correct order in which the following actions take place in an interaction between a web browser and a web server.
1) The web browser requests a webpage using HTTP.
2) The web browser establishes a TCP connection with the web server.
3) The web server sends the requested webpage using HTTP.
4) The web browser resolves the domain name using DNS.

Question 4

Consider the following scenario.
A web client sends a request to a web server. The web server transmits a program to that client and is executed at client. It creates a web document. What are such web documents called?

Question 5

A company needs to develop a strategy for software product development for which it has a choice of two programming languages L1 and L2. The number of lines of code (LOC) developed using L2 is estimated to be twice the LOC developed with Ll. The product will have to be maintained for five years. Various parameters for the company are given in the table below.

Total cost of the project includes cost of development and maintenance. What is the LOC for L1 for which the cost of the project using Ll is equal to the cost of the project using L2?

Question 6

What is the cyclomatic complexity of a module which has seventeen edges and thirteen nodes?

Question 7

In the context of modular software design, which one of the following combinations is desirable?

Question 8

Which one of the following is NOT desired in a good Software Requirement Specifications (SRS) document?

Question 9

A company needs to develop digital signal processing software for one of its newest inventions. The software is expected to have 40000 lines of code. The company needs to determine the effort in person-months needed to develop this software using the basic COCOMO model. The multiplicative factor for this model is given as 2.8 for the software development on embedded systems, while the exponentiation factor is given as 1.20. What is the estimated effort in person-months?

Question 10

Consider the following statements about the cyclomatic complexity of the control flow graph of a program module. Which of these are TRUE?
I. The cyclomatic complexity of a module is equal to the maximum number of linearly independent circuits in the graph.
II. The cyclomatic complexity of a module is the number of decisions in the module plus one, where a decision is effectively any conditional statement in the module.
III. The cyclomatic complexity can also be used as a number of linearly independent paths that should be tested during path coverage testing.

Question 11

Which of the following statements are TRUE?
I. The context diagram should depict the system as a single bubble
II. External entities should be identified clearly at all levels of DFDs.
III. Control information should not be represented in a DFD.
IV. A data store can be connected either to another data store or to an external entity.

Question 12

The number of digit 1 present in the binary representation of 3×512+7×64+5×8+3 is

Question 13

When a large number of analog signals are to be converted and analog multiplexer is used. The A.D. converter most suitable in this case will be

Question 14

Maximum data rate to transmit binary signal from Nyquist theorem is

Question 15

The bandwidth of a digitally recorded signal primarily depends upon

Question 16

A signal v(n) is defined by

Which is the value of the composite signal defined as

Question 17

The correlation function of a wide sense stationary random process representing a non-deterministic signal is

Question 18

An LTI system has a wide-sense stationary (WSS) input signal with zero mean. Its output is

Question 19

The encoding technique used to transmit the signal in giga ethernet technology over fiber optic medium is

Question 20

Black Box software testing method focuses on the
  • 530 attempts
  • 4 upvotes
  • 12 comments
Apr 12GATE & PSU CS