Computer Knowledge

Software Development and Management

2,312 Questions

Software development and management focuses on the system development life cycle, enterprise architecture, and configuration management. It tests your familiarity with system analysis, design models, and IT project planning. This subject is essential for specialist and banking officer scale examinations.

System analysis and designSoftware development life cycleConfiguration managementEnterprise architectureObject oriented design

Software Development and Management Questions

Multiple choice
  1. Checklist based method

  2. Form based method

  3. Data structure based method

  4. Data flow based method

  5. Computer based method

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This approach in Structured Systems Analysis and Design (SSAD) of software development is a method based on the principle that the structure of the program should be similar to the data being processed.

Multiple choice
  1. evaluate and describe internal controls within a process

  2. show relationships that link the input, processing, and output of a system

  3. illustrate the sequence of logical operation performed by a computer while executing a program

  4. depict the arrangement of hardware components in a computer system

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

System flowcharts show the high-level relationships between input, processing, and output components of a system. Program flowcharts (C) describe internal logic. Hardware diagrams (D) show physical arrangement. Auditing procedures (A) use flowcharts to document controls.

Multiple choice
  1. Requirement analysis

  2. Code generation

  3. Design

  4. Testing

  5. Support

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This phase in linear sequential development model is a multistep process that focuses on four distinct attributes of  program data structure, software architecture, interface representation and procedural detail.