State True or False.
1. Term of reference is the final output of Feasibility Study
2. Design specification report is the final output of System Analysis
A) 1-true, 2-true
B) 1-false, 2-true
C) 1-true, 2-false
D) 1-false, 2-false

1 Answer

Answer :

A) 1-true, 2-true

Related questions

Description : The output of problem definition stage is …………….. A) Master Development Plan B) Terms of reference C) Feasibility report D) Final product

Last Answer : B) Terms of reference

Description : The main ingredient of the report documenting the ……………… is the cost benefit analysis. A) System Analysis B) Feasibility Study C) System Analyst D) System Design

Last Answer : B) Feasibility Study

Description : ……….. includes review of the existing procedures and information flow. A) Feasibility Study B) Feasibility report C) System Design D) System analysis

Last Answer : A) Feasibility Study

Description : Which of the following activity is undertaken immediately after feasibility study and before  the requirement analysis and specification phase? A. Project Planning B. Project Monitoring C. Project Control D. Project Scheduling

Last Answer : A. Project Planning

Description : ………….. Phase is a time consuming phase and yet a very crucial phase A) Feasibility Study B) Requirement Phase C) Analysis Phase D) Testing Phase

Last Answer : C) Analysis Phase

Description : Project mission and objectives, procedures and systems used, and organization resources used typically appear in the _____ section of the final project report. A. Analysis B. Recommendation C. lessons learned D. financial feasibility

Last Answer : A. Analysis

Description : Investigation for important bridges may be carried out in which stage a) Technical feasibility study (reconnaissance survey) b) Techno-economic feasibility study (preliminary engineering survey) c) Detailed survey and project report stage (final location survey) d) All the above *

Last Answer : d) All the above

Description : What are the stages in the compilation process? A) Feasibility study, system design and testing B) Implementation and documentation C) Lexical Analysis, syntax analysis, and code generation D) None of the above

Last Answer : Answer : C

Description : The major shortcoming of waterfall model is (A) the difficulty in accommodating changes after requirement analysis. (B) the difficult in accommodating changes after feasibility analysis. (C) the system testing. (D) the maintenance of system.

Last Answer : (A) the difficulty in accommodating changes after requirement analysis.

Description : State True or False. i) Master Development Plan basically is a schedule of various applications to be comprised. ii) It consists of start and finish dates of a system analysis, design implementation and maintenance activities. ... B) i-False, ii-True C) i-True, ii-False D) i-False, ii-False

Last Answer : A) i-True, ii-True

Description : The key considerations involved in the feasibility analysis is include i) Economical ii) Technical iii) Behavioral iv) Personal A) i, ii, iv B) i, ii, iii C) ii, iii, iv D) All of the above

Last Answer : B) i, ii, iii

Description : The Key considerations involved in the feasibility analysis is / are ………………. A) Economic B) Technical C) Behavioral D) A, B, C

Last Answer : D) A, B, C

Description : Requirements prioritization and negotiation belongs to: (A) Requirements validation (B) Requirements elicitation (C) Feasibility Study (D) Requirement reviews

Last Answer : (B) Requirements elicitation

Description : Feasibility analysis is the first stage in the process of project development. (True/False)

Last Answer : Ans. True

Description : What is the first stage in software development? A) Specification and design B) Testing C) System Analysis D) Maintenance

Last Answer : Answer : C

Description : State true or false. i) init() is called after start() in applet ii) applets are used for networking iii) inheritance is a part of Java Foundation Classes iv) final does not prevent inheritance A) i-true, ii- ... C) i-true, ii-true, iii-true, iv-true D) i-true, ii-false, iii-false, iv-false

Last Answer : B) i-false, ii-false, iii-false, iv-false

Description : State true or false for Java Program. i) Data members of an interface are by default final ii) An abstract class has implementations of all methods defined inside it. A) i-false, ii-false B) i-false, ii-true C) i-true, ii-false D) i-true, ii-true

Last Answer : C) i-true, ii-false

Description : We use the output of the requirement analysis, the requirement specification as the input for writing :- a) User Acceptance Test Cases b) Integration Level Test Cases c) Unit Level Test Cases d) Program specifications

Last Answer : a) User Acceptance Test Cases

Description : Consider the following two statements: (a) Business intelligence and Data warehousing is used for forecasting and Data mining. (b) Business intelligence and Data warehousing is used for analysis of large volumes of sales data. Which one ... C) (a) is false, (b) is true (D) Both (a) and (b) are false

Last Answer : (B) Both (a) and (b) are true

Description : State True or False. i) In spooling high speed device like a disk is interposed between running program and low-speed device in Input/output. ii) By using spooling for example instead of writing directly to a printer, ... ii-False B) i-True, ii-True C) i-False, ii-True D) i-False, ii-False

Last Answer : B) i-True, ii-True

Description : ………………. is responsible for all aspects of data processing, operation research, organization and method, system analysis and design investments. A) Management Services Director B) Data Processing Manager C) Computer Manager D) Both B and C

Last Answer : A) Management Services Director

Description : A context diagram is used A) as the first step in developing a detailed DFD of a system B) in systems analysis of very complex systems C) as an aid to system design D) as an aid to programmer

Last Answer : A) as the first step in developing a detailed DFD of a system

Description : Statement of scope and objectives, opportunities and performance criteria …………. A) Problem definition B) System analysis C) System Design D) Documentation

Last Answer : A) Problem definition

Description : What will be the output? d1 = {"john":40, "peter":45} d2 = {"john":466, "peter":45} d1 > d2 a) True b) False c) Error d) None

Last Answer : c) Error

Description : What will be the output? d1 = {"john":40, "peter":45} Page No 40 d2 = {"john":466, "peter":45} d1 == d2 a) True b) False c) None d) Error

Last Answer : b) False

Description : What will be the output? d = {"john":40, "peter":45} "john" in d a) True b) False c) None d) Error

Last Answer : a) True

Description : What will be the output? >>>t1 = (1, 2, 4, 3) >>>t2 = (1, 2, 3, 4) >>>t1 < t2 a) True b) False c) Error d) None

Last Answer : b) False

Description : What is the output when following code is executed ? >>>list1 = [11, 2, 23] >>>list2 = [11, 2, 2] >>>list1 < list2 is a) True b) False c) Error d) None

Last Answer : b) False

Description : What is the output of the following? True = False while True: print(True) break a) True b) False c) None d) none of the mentioned

Last Answer : b) False

Description : Which of the following is used to determine the specificity of requirements ? (A) n1/n2 (B) n2/n1 (C) n1+n2 (D) n1–n2 Where n1 is the number of requirements for which all reviewers have identical interpretations, n2 is number of requirements in a specification.

Last Answer : (A) n1/n2 

Description : To create vehicle of information to provide evidence in the development process and to monitor the process. This is one of the objectives of A) Analysis B) Design C) Development D) Documentation

Last Answer : D) Documentation

Description : Which of the following is not included in waterfall model ? (A) Requirement analysis (B) Risk analysis (C) Design (D) Coding

Last Answer : (B) Risk analysis

Description : Design Phase consists of ……………………. 1. Identity the functions to be performed 2. Design the input/output and file design 3. Defining basic parameters for system design A) 1 & 2 B) 2 & 3 C) 1 & 3 D) 1, 2 & 3

Last Answer : D) 1, 2 & 3

Description : The technical feasibility aspect of a project relates to the earning capacity of the project.  (True/False)

Last Answer : Ans. False

Description : A typical objective of an operational audit is for the auditor to a. Determine whether the financial statements fairly present the entity's operations. b. Evaluate the feasibility of ... recommendation for improving performance. d. Report on the entity's relative success in maximizing profits

Last Answer : Make recommendation for improving performance

Description : Karen is studying the potential for selling her company's products in China. As part of her analysis, she is assessing the number, types and availability of wholesalers and retailers. Karen is ... C. Social and cultural norms D. Distribution structure E. Legal and political constraints

Last Answer : D. Distribution structure

Description : _____________ is primarily concerned with the identification, qualification and evaluation of the project resources. A. Techno-economic analysis. B. Feasibility analysis. C. Input analysis. D. Financial analysis.

Last Answer : B.Feasibility analysis.

Description : ____________ is primarily concerned with the identification of the project demand potential and the selection of the optimal technology. A. Techno-economic analysis. B. Feasibility analysis. C. Input analysis. D. Financial analysis.

Last Answer : A. Techno-economic analysis.

Description : The content of the final report typically includes the following topics __________. A. Executive summary B. review and analysis C. recommendations D. If all the above are correct.

Last Answer : D. If all the above are correct.

Description : Which of the following is a part of Test Closure Activities? i. Checking which planned deliverables have been delivered ii. Defect report analysis. iii. Finalizing and archiving testware. iv. Analyzing lessons. a) i , ii , ... false c) i , iii , iv are true and ii is false d) All of above are true

Last Answer : c) i , iii , iv are true and ii is false

Description : What is the output of the following? i = 1 while False: if i%2 == 0: break print(i) i += 2 a) 1 b) 1 3 5 7 … c) 1 2 3 4 … d) none of the mentioned

Last Answer : d) none of the mentioned

Description : A review undertaken to decide whether a project should proceed into its next phase is known as a: a. gate review. b. feasibility study. c. milestone review. d. evaluation review.

Last Answer : a. gate review.

Description : Feasibility study determines -----------------  A.Whether the project is possible with resources  B.Comparing the project with world class manufacturing norms C.Calculate the cost crashing each unit  D.Add duration to each unit

Last Answer : A.Whether the project is possible with resources

Description : A review undertaken to decide whether a project should proceed into its next phase is known  as a:  a. gate review.  b. feasibility study.  c. milestone review.  d. evaluation review.

Last Answer : a. gate review.

Description : Which of the following is a conceptual difference between the attestation standards and generally accepted auditing standards? a. The attestation standards do not permit an attest engagement ... standards of fieldwork in generally accepted auditing standards are included in the attestation standards

Last Answer : The attestation standards provide a framework for the attest function beyond historical financial statements.

Description : The feasibility of a research study should be considered in light of: a. Cost and time required to conduct the study b. Skills required of the researcher c. Potential ethical concerns d. All of the above

Last Answer : d. All of the above

Description : Which of the following type of research also called as a feasibility study or pilot Study? a. Descriptive b. Exploratory c. Correlational d. Explanatory

Last Answer : b. Exploratory

Description : Economic feasibility study of membrane separation process for sea water desalination

Last Answer : Reverse osmosis (RO) membranes are the leading technology for desalination of sea water because of their strong separation capabilities and exhibiting a great potential for treatment of waters worldwide A ... devices play vital role in cost-effective production of fresh water by RO desalination.

Description : Economic feasibility study of membrane based separation process

Last Answer : Economic feasibility study of membrane based separation process : Membrane distillation (MD) is an emerging technology for brackish water desalination. MD is a thermal, vapor-driven transportation process ... as renewable solar heat or waste heat, product quality, and higher resistance to fouling.