You are on page 1of 12

9/16/2020 Midterm Exam: Attempt review

Home / My courses / UGRD-CS6209-2013T / Week 10: Midterm Exam / Midterm Exam

Started on Wednesday, 16 September 2020, 4:24 PM


State Finished
Completed on Wednesday, 16 September 2020, 4:41 PM
Time taken 17 mins 21 secs
Grade 48.00 out of 50.00 (96%)

Question 1 If you were a lead developer of a software company and you are asked to submit a project/product
Complete within a stipulated time-frame with no cost barriers, which model would you select?
Mark 1.00 out of
1.00 Select one:
a. RAD

b. Waterfall

c. Spiral

d. Incremental

Your answer is correct.

Question 2 Selection of a model is based on


Complete

Mark 1.00 out of Select one:


1.00
a. All of the mentioned

b. Project type and associated risk

c. Requirements

d. Development team & Users

Your answer is correct.

Question 3 The SRS is said to be consistent if and only if


Complete

Mark 1.00 out of Select one:


1.00
a. no subset of individual requirements described in it conflict with each other

b. every requirement stated therein is verifiable

c. every requirement stated therein is one that the software shall meet

d. its structure and style are such that any changes to the requirements can be made easily while
retaining the style and structure

Your answer is correct.

Question 4
Software documentation does not provides information about how to use the product. It only provides
Complete
the functionality of the system.
Mark 1.00 out of
1.00
Select one:
True
https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 1/12
9/16/2020 Midterm Exam: Attempt review

False

Question 5 Arrange the given sequence to form a SRS Prototype outline as per IEEE SRS Standard.
Complete

Mark 1.00 out of i. General description


1.00
ii. Introduction
iii. Index
iv. Appendices
v. Specific Requirements

Select one:
a. iii, ii, i, v, iv

b. iii, i, ii

c. ii, i, v, iv, iii

d. iii, i, ii,v, iv

Your answer is correct.

Question 6 Narrative essay is one of the best types of specification document ?


Complete

Mark 1.00 out of Select one:


1.00
True

False

Question 7 Which two models doesn’t allow defining requirements early in the cycle?
Complete

Mark 1.00 out of Select one:


1.00
a. Prototyping & Spiral

b. Prototyping & RAD

c. Waterfall & Spiral

d. Waterfall & RAD

Your answer is correct.

Question 8 Which of the following property of SRS is depicted by the statement : “Conformity to a standard is
Complete maintained” ?
Mark 1.00 out of
1.00 Select one:
a. Complete

b. Modifiable

c. Correct

d. Consistent

Your answer is correct.

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 2/12
9/16/2020 Midterm Exam: Attempt review

Question 9 Which of the following is not included in SRS ?


Complete

Mark 1.00 out of Select one:


1.00
a. Design solutions

b. External Interfaces

c. Functionality

d. Performance

Your answer is correct.

Question 10 Which of the following property does not correspond to a good Software Requirements Specification
Complete (SRS) ?
Mark 1.00 out of
1.00 Select one:
a. Verifiable

b. Traceable

c. Complete

d. Ambiguous

Your answer is correct.

Question 11 Every time a new software is issued to the customer, developers have to maintain version and
Complete configuration related documentation.
Mark 1.00 out of
1.00 Select one:
a. Code-reuse

b. Version Management

c. Target-Host

d. Programming Style

Your answer is correct.

Question 12 It is the ability of a set of inherent characteristics of a product, service, product component, or process
Complete to fulfill requirements of customers.
Mark 1.00 out of
1.00 Select one:
a. Standard

b. Quality

c. Quality Managenent

d. Management

Your answer is correct.

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 3/12
9/16/2020 Midterm Exam: Attempt review

Question 13 Which of the following statements about SRS is/are true ?


Complete

Mark 1.00 out of i. SRS is written by customer


1.00
ii. SRS is written by a developer
iii. SRS serves as a contract between customer and developer

Select one:
a. Both ii and iii are true

b. None of the mentioned

c. Only i is true

d. All are true

Your answer is correct.

Question 14 Exhaustive testing is


Complete

Mark 1.00 out of Select one:


1.00
a. impractical but possible

b. always possible

c. impractical and impossible

d. practically possible

Your answer is correct.

Question 15 Which of the following is/are White box technique?


Complete

Mark 1.00 out of Select one:


1.00
a. All of the mentioned

b. Statement Testing

c. Decision Testing

d. Condition Coverage

Your answer is correct.

Question 16 White Box techniques are also classified as


Complete

Mark 1.00 out of Select one:


1.00
a. Structural testing

b. Design based testing

c. None of the mentioned

d. Error guessing technique

Your answer is correct.

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 4/12
9/16/2020 Midterm Exam: Attempt review

Question 17 These documentations are maintained by the developers and actual coders. These documents, as a
Complete whole, represent information about the code.
Mark 1.00 out of
1.00 Select one:
a. Software Design documentation

b. Technical documentation

c. Requirement documentation

d. User documentation

Your answer is correct.

Question 18 Which of the following is included in SRS ?


Complete

Mark 1.00 out of Select one:


1.00
a. Staffing

b. Design Constraints

c. Cost

d. Delivery Schedule

Your answer is correct.

Question 19 What should a project manager do or follow to ensure clear boundaries for project completion?
Complete

Mark 1.00 out of Select one:


1.00
a. Scope verification

b. Completing a scope statement

c. Risk management plan

d. Scope definition

Your answer is correct.

Question 20 While programming, the code is broken down into smaller group of instructions. These groups are
Complete known as modules, subprograms, or subroutines.
Mark 1.00 out of
1.00 Select one:
a. Structured Coding

b. Modular Programming

c. Structured Programming

d. Top-down analysis

Your answer is correct.

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 5/12
9/16/2020 Midterm Exam: Attempt review

Question 21 What is Cyclomatic complexity?


Complete

Mark 1.00 out of Select one:


1.00
a. Black box testing

b. White box testing

c. Green box testing

d. Yellow box testing

Your answer is correct.

Question 22 Which of the following is responsible for the quality objective?


Complete

Mark 1.00 out of Select one:


1.00
a. Middle level management

b. All of the above

c. Top level management

d. Frontline management

Your answer is correct.

Question 23 Which two of the following models will not be able to give the desired outcome if user’s participation is
Complete not involved?
Mark 1.00 out of
1.00 Select one:
a. RAD & Prototyping

b. RAD & Spiral

c. RAD & Waterfall

d. Waterfall & Spiral

Your answer is correct.

Question 24 Which metric is related to the software maintenance


Complete

Mark 0.00 out of Select one:


1.00
a. Product

b. Process

c. Development

d. Software

Your answer is incorrect.

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 6/12
9/16/2020 Midterm Exam: Attempt review

Question 25
The software program, which is being developed in the organization, needs to be designed for host
Complete
machines at the customers end.
Mark 1.00 out of
1.00

Select one:
a. Code-reuse

b. Version Management

c. Target-Host

d. Programming Style

Your answer is correct.

Question 26 The process mapping is a ______ diagram


Complete

Mark 1.00 out of Select one:


1.00
a. Audit

b. Workflow

c. Circular

d. Data flow

Your answer is correct.

Question 27 Consider the following Statement: “The product should have a good human interface.”What
Complete characteristic of SRS is being depicted here ?
Mark 1.00 out of
1.00 Select one:
a. Correct

b. Non-Verifiable

c. Ambiguous

d. Consistent

Your answer is correct.

Question 28 Maintenance testing is performed using which methodology?


Complete

Mark 1.00 out of Select one:


1.00
a. Sanity testing

b. Breadth test and depth test

c. Retesting

d. Confirmation testing

Your answer is correct.

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 7/12
9/16/2020 Midterm Exam: Attempt review

Question 29 ________________ is the ability to encourage by "push or pull" technical people to produce to their best
Complete ability.
Mark 1.00 out of
1.00 Select one:
a. Evaluating

b. None of the given

c. Monitoring

d. Motivation

Your answer is correct.

Question 30 One can choose Waterfall Model if the project development schedule is tight.
Complete

Mark 1.00 out of Select one:


1.00
True

False

Question 31 These documentation explains how the software product should work and how it should be used to get
Complete the desired results. It may include software installation procedures, how-to guides, user-guides,
Mark 1.00 out of uninstallation method and special references to get more information like license updation etc.
1.00
Select one:
a. User documentation

b. Software Design documentation

c. Technical documentation

d. Requirement documentation

Your answer is correct.

Question 32 It is the sum of all planned systematic activities and processes for creating, controlling and assuring
Complete quality indicates how quality management relates to the typical product development.
Mark 1.00 out of
1.00 Select one:
a. Quality Control

b. System Management

c. Standard Management

d. Quality Management

Your answer is correct.

Question 33 Inspections and testing are what kinds of Quality Costs?


Complete

Mark 1.00 out of Select one:


1.00
a. Prevention

b. External Failure

c. Internal Failure

d. Appraisal

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 8/12
9/16/2020 Midterm Exam: Attempt review

Your answer is correct.

Question 34 Lower and upper limits are present in which chart?


Complete

Mark 1.00 out of Select one:


1.00
a. Control chart

b. None of the mentioned

c. Bar chart

d. Run chart

Your answer is correct.

Question 35 Programming interfaces of present-day languages are very sophisticated and are equipped huge library
Complete functions.
Mark 1.00 out of
1.00 Select one:
a. Code-reuse

b. Version Management

c. Target-Host

d. Programming Style

Your answer is correct.

Question 36 Which of the following life cycle model can be chosen if the development team has less experience on
Complete similar projects?
Mark 1.00 out of
1.00 Select one:
a. Spiral

b. Iterative Enhancement Model

c. RAD

d. Waterfall

Your answer is correct.

Question 37 Choose the correct option from given below:


Complete

Mark 1.00 out of Select one:


1.00
a. Prototyping Model facilitates reusability of components

b. RAD Model Model facilitates reusability of components

c. Both RAD & Prototyping Model facilitates reusability of components

d. None

Your answer is correct.

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 9/12
9/16/2020 Midterm Exam: Attempt review

Question 38 The following are Quality management along the product life-cycle except for:
Complete

Mark 1.00 out of


1.00 Select one:
a. Concept

b. Evolution

c. Strategy

d. Deployment

Your answer is correct.

Question 39 A software is always made to perform some rational work. This rational work is known as problem in
Complete the software parlance.
Mark 1.00 out of
1.00 Select one:
a. Structured Coding

b. Modular Programming

c. Top-down analysis

d. Structured Programming

Your answer is correct.

Question 40 RAD Model has high reliability requirements.


Complete

Mark 1.00 out of Select one:


1.00
True

False

Question 41 Software Design documentation contains the following except for:


Complete

Mark 1.00 out of Select one:


1.00
a. Database management

b. Software design details

c. Data flow diagrams

d.

High-level software architecture

Your answer is correct.

Question 42 What are the Mandatory Quality Procedures?


Complete

Mark 1.00 out of Select one:


1.00
a. Control of records

b. Control of Production Equipment, tools and CNC programs

c. All of these

d. Control of documents

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 10/12
9/16/2020 Midterm Exam: Attempt review

Your answer is correct.

Question 43 What are the various Testing Levels?


Complete

Mark 1.00 out of Select one:


1.00
a. All of the mentioned

b. Integration Testing

c. System Testing

d. Unit Testing

Your answer is correct.

Question 44 A company is developing an advance version of their current software available in the market, what
Complete model approach would they prefer ?
Mark 1.00 out of
1.00 Select one:
a. Iterative Enhancement

b. Spiral

c. Both RAD & Iterative Enhancement

d. RAD

Your answer is correct.

Question 45 The SRS document is also known as _____________ specification.


Complete

Mark 1.00 out of Select one:


1.00
a. white-box

b. black-box

c. grey-box

d. none of the mentioned

Your answer is correct.

Question 46 Spiral Model has high reliability requirements.


Complete

Mark 1.00 out of Select one:


1.00
True

False

Question 47 Alpha testing is done at


Complete

Mark 1.00 out of Select one:


1.00
a. Developer’s end

b. None of the mentioned

c. Developer’s & User’s end

d. User’s end

Your answer is correct.

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 11/12
9/16/2020 Midterm Exam: Attempt review

Question 48 Boundary value analysis belong to?


Complete

Mark 1.00 out of Select one:


1.00
a. Black Box Testing

b. White Box & Black Box Testing

c. None of the mentioned

d. White Box Testing

Your answer is correct.

Question 49 Which of the following term describes testing?


Complete

Mark 1.00 out of Select one:


1.00
a. None of the mentioned

b. Evaluating deliverable to find errors

c. Finding broken code

d. A stage of all projects

Your answer is correct.

Question 50
These documentations contain all the necessary information, which are needed to build the software
Complete

Mark 0.00 out of Select one:


1.00
a. Requirement documentation

b. Technical documentation

c. User documentation

d. Software Design documentation

Your answer is incorrect.

◄ Video 11 Jump to... Lesson 12: Participants of the study ►

https://trimestral.amaesonline.com/mod/quiz/review.php?attempt=586974&cmid=17061&showall=1 12/12

You might also like