a) can be written more compactly b) focuses on just one thing c) is able to complete its ...
View QuestionThe importance of software design can be summarized in a single word which is:
a) Efficiency b) Accuracy c) Quality d) Complexity Answer: c Explanation: Software functional quality reflects how ...
View QuestionIn Design phase, which is the primary area of concern ?
a) Architecture b) Data c) Interface d) All of the mentioned Answer: d Explanation: Part of the ...
View QuestionDebugging is:
a) creating program code b) finding and correcting errors in the program code c) identifying the task to ...
View Question____________ is the process of translating a task into a series of commands that a computer will use to perform that task.
a) Project design b) Installation c) Systems analysis d) Programming Answer: d Explanation: Programming
View QuestionWho designs and implement database structures.
a) Programmers b) Project managers c) Technical writers d) Database administrators Answer: d Explanation: The role of ...
View QuestionActual programming of software code is done during the ____________ step in the SDLC.
a) Maintenance and Evaluation b) Design c) Analysis d) Development and Documentation Answer: d Explanation: The developer ...
View QuestionIn the Analysis phase, the development of the ____________ occurs, which is a clear statement of the goals and objectives of the project.
a) documentation b) flowchart c) program specification d) design Answer: c Explanation: Program specification is the definition ...
View QuestionA step by step instruction used to solve a problem is known as
a) Sequential structure b) A List c) A plan d) An Algorithm Answer: d Explanation: An Algorithm
View QuestionWhich tool is use for structured designing ?
a) Program flowchart b) Structure chart c) Data-flow diagram d) Module Answer: b Explanation: A Structure Chart ...
View Question