System Integration & Architecture MIDTERMS

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 178

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

179 Terms

1

System Usability Scale

Is a questionnaire that is used to evaluate the usability of products and services.

New cards
2

System Usability Scale

Was originally created as a “quick and dirty” scale for administering after usability tests on systems like VT100 Terminal (“Green-Screen”) applications.

New cards
3

System Usability Scale

Consists of only 10 questions, which are answered using a Likert scale. The range goes from “I strongly agree” to “I strongly disagree.”

New cards
4

John Brooke in 1986.

was released into this world by

New cards
5

System Usability Scale

It has become an industry standard with references in over 600 publications, almost 30 years of use.

New cards
6

True

T or F: The System Usability Scale is a Likert Scale which includes 10 questions which users of your website will answer.

Participants will rank each question from 1 to 5 based on how much they agree with the statement they are reading. 5 means they agree completely, 1 means they disagree vehemently.

New cards
7

The SUS is a 10 item questionnaire

  1. I think that I would like to use this system frequently.

  2. I found the system unnecessarily complex.

  3. I thought the system was easy to use.

  4. I think that I would need the support of a technical person to be able to use this system.

  5. I found the various functions in this system were well integrated.

  6. I thought there was too much inconsistency in this system.

  7. I would imagine that most people would learn to use this system very quickly.

  8. I found the system very cumbersome to use.

  9. I felt very confident using the system.

  10. I needed to learn a lot of things before I could get going with this system.

New cards
8

68

The average System Usability Scale score is?

New cards
9

score < 68

There are probably serious problems with your website usability which you should address

New cards
10

score > 68

All goods imo website

New cards
11

A

80.3 or higher

New cards
12

C

68

New cards
13

F

51 or under

New cards
14

Scoring

knowt flashcard image
New cards
15

True

T or F: Even though a SUS score can range from 0 to 100, it isn’t a percentage.

New cards
16

Requirements Elicitation

Is the process of identifying, gathering, and understanding the needs and expectations of stakeholders for a software project.

New cards
17

Requirements Elicitation

It is a critical phase in the Software Development Life Cycle (SDLC) as it lays the foundation for defining the system's functionality, constraints, and objectives.

New cards
18

Requirements Elicitation

  1. Stakeholder Identification

  2. Techniques for Gathering Requirements

New cards
19

Stakeholder Identification

Determining key users, clients, and decision-makers.

New cards
20

Techniques for Gathering Requirements

  1. Interviews & Surveys

  2. User Stories and Use Cases

  3. Prototyping

  4. Requirement Workshops

  5. Requirement Workshops

  6. Document Analysis

  7. Brainstorming Sessions

New cards
21

Interviews

Direct interaction with stakeholders through —- allows for a deep dive into their needs.

New cards
22

Surveys

Can gather quantitative data from a larger audience, providing a broader perspective.

New cards
23

Interviews & Surveys

ex. business analyst might use structured interviews to gather detailed user requirements

New cards
24

User Stories and Use Cases

These narrative tools help in visualizing the end-user's interaction with the system, making it easier to understand and communicate requirements.

New cards
25

User Stories and Use Cases

ex. user stories describe how a customer will use an online shopping platform can help developers understand the features needed.

New cards
26

Prototyping

Creating mock-ups for validation.

New cards
27

Prototyping

ex. Clickable prototype of a mobile app interface can help stakeholders visualize the end product and suggest changes early in the development process.

New cards
28

Requirement Workshops

These collaborative sessions bring together various stakeholders to discuss and reconcile different needs and viewpoints

New cards
29

Requirement Workshops

ex. Conducting a workshop with end-users, developers, and quality assurance teams to define the acceptance criteria for a new feature.

New cards
30

Observation & Job Shadowing

Analyzing existing workflows.

New cards
31

Observation & Job Shadowing

ex. Shadowing a nurse during their shift to understand the requirements for a healthcare management system

New cards
32

Document Analysis

Reviewing existing documentation can provide insights into current processes and systems, helping to identify areas for improvement.

New cards
33

Document Analysis

e.g. Analyzing user manuals to identify gaps in current software functionalities

New cards
34

Brainstorming Sessions

Collaborative sessions to explore ideas.

New cards
35

Brainstorming Sessions

e.g. A brainstorming session that leads to the idea of integrating AI

New cards
36

Requirement Classification

  1. Functional vs Non-functional Requirements

  2. Requirements Documentation

  3. Requirements Maintenance & Management

  4. Modeling Tools and Methodologies using UML

  5. Testing of Requirements

New cards
37

Functional Requirements

These define the specific features, functionalities, and behaviors that the system must perform.

New cards
38

Functional Requirements

Examples:

  • User authentication and authorization

  • Data input and validation

  • CRUD operations (Create, Read, Update, Delete)

  • Payment processing in an e-commerce system

  • Generating reports and dashboards

New cards
39

Non-functional Requirements

These define the quality attributes, constraints, and system performance that do not directly relate to specific functionalities.

New cards
40

Types of Non-functional Requirements

  1. Performance Requirements – System response time, load capacity

  2. Scalability – Ability to handle growing user loads Security

  3. Requirements – Data encryption, authentication standards

  4. Usability Requirements – User experience, accessibility

  5. Reliability & Availability – System uptime, error handling

  6. Maintainability & Portability – Ease of updates, system migration

New cards
41

How to Gather Functional Requirements

  1. Interviews: Talk to stakeholders or users to understand their needs.

  2. Surveys: Distribute questionnaires to gather input from a larger audience.

  3. Workshops: Host sessions to brainstorm features and gather feedback.

New cards
42

How to Gather Non-functional Requirements

  1. Performance Benchmarks: Consult with IT teams to set expectations for performance and load.

  2. Security Standards: Consult with security experts to define the best practices for data protection.

  3. Usability Testing: Test the system to find areas where users might struggle and refine the interface.

New cards
43

Functional Requirements Definition

Describes what the system should do, i.e., specific functionality or tasks.

New cards
44

Non-Functional Requirements Definition

Describes how the system should perform, i.e., system attributes or quality.

New cards
45

Functional Requirements Purpose

Focuses on the behavior and features of the system.

New cards
46

Non-Functional Requirements Purpose

Focuses on the performance, usability, and other quality attributes.

New cards
47

Functional Requirements Scope

Defines the actions and operations of the system.

New cards
48

Non-Functional Requirements Scope

Defines constraints or conditions under which the system must operate.

New cards
49

Functional Requirements Measurement

Easy to measure in terms of outputs or results.

New cards
50

Non-Functional Requirements Measurement

More difficult to measure, often assessed using benchmarks or SLAs.

New cards
51

Functional Requirements Impact on development

Drives the core design and functionality of the system.

New cards
52

Non-Functional Requirements Impact on development

Affects the architecture and overall performance of the system.

New cards
53

Functional Requirements focus on user needs

Directly related to user and business requirements.

New cards
54

Non-Functional Requirements focus on user needs

Focuses on user experience and system performance.

New cards
55

Functional Requirements Documentation

Typically documented in use cases, functional specifications, etc.

New cards
56

Non-Functional Requirements Documentation

Documented through performance criteria, technical specifications, etc.

New cards
57

Functional Requirements Evaluation

Can be tested through functional testing (e.g., unit or integration tests).

New cards
58

Non-Functional Requirements Evaluation

Evaluated through performance testing, security testing, and usability testing.

New cards
59

Functional Requirements Dependency

Determines what the system must do to meet user needs.

New cards
60

Non-Functional Requirements Dependency

Depends on how well the system performs the required tasks.

New cards
61

Requirements Documentation

  • Software Requirements Specification (SRS) .

  • User Stories and Use Case Diagrams

  • Business Requirement Document (BRD) vs. Functional Requirement Document (FRD)

  • IEEE Standard for SRS

  • Traceability Matrix

New cards
62

Software Requirements Specification (SRS) .

Lists out all the requirements stated by the user inconsistent manner.

New cards
63

Requirements Maintenance & Management

  • Change Management in Requirements

  • Version Control for Requirements

  • Impact Analysis of Requirement Changes

  • Handling Requirement Conflicts

New cards
64

Modeling Tools and Methodologies Using UML

  • UML Diagrams (Use Case, Class, Sequence, Activity, State Machine)

  • Data Flow Diagrams (DFD)

  • Entity-Relationship Diagrams (ERD)

  • BPMN (Business Process Model and Notation)

  • Agile Requirement Modeling (User Stories, Epics)

New cards
65

Testing of Requirements

  • Requirements Validation and Verification

  • Test-Driven Development (TDD) and Behavior-Driven Development (BDD)

  • Requirement-based Test Case Design

  • Ensuring Test Coverage of Requirements

  • Acceptance Criteria and User Acceptance Testing (UAT)

New cards
66

The Use Case Diagram

Visually represents interactions between users and the system.

New cards
67

Processes (Functionalities)

These are actions or operations performed in the system (e.g., user registration, book search).

New cards
68

Modules (Components of the System)

These are structural divisions of the system that group related functionalities (e.g., User Management Module, Book Management Module).

New cards
69

Use Cases (User Interactions)

These describe how users interact with specific functionalities (e.g., “Register/Login” represents the process of authentication).

New cards
70

System Development Life Cycle

Refers to the overall process of developing software from conception to deployment and maintenance.

New cards
71

System Development Life Cycle

It is a framework that defines the stages (e.g., planning, analysis, design, implementation, testing, deployment, and maintenance) and can follow various models like Waterfall, V-Model, Agile, etc.

New cards
72

10 System Development Life Cycle

  1. Waterfall

  2. Agile system development

  3. Spiral

  4. V-model (Verification and validation model)

  5. Prototyping model

  6. RAD (Rapid application development)

  7. Incremental model

  8. DevOps Methodlogy

  9. LEAN development

  10. Object oriented development

New cards
73

Waterfall

  • A linear, sequential approach.

  • Each phase must be completed before the next begins.

  • Best suited for projects with well-defined requirements.

New cards
74

Agile

  • An iterative and incremental approach.

  • Focuses on flexibility, continuous feedback, and delivering working software in small increments.

  • Ideal for dynamic projects with evolving requirements.

New cards
75

Spiral

  • Combines iterative development with risk management.

  • Focuses on cycles (or "spirals") where each loop involves planning, risk analysis, development, and evaluation.

  • Suitable for large, high-risk projects.

New cards
76

V-model

  • A structured, linear approach where each development phase is directly associated with a corresponding testing phase.

  • Verification (design and development) and validation (testing) activities run in parallel.

  • Relation to SDLC: It is a variant of the Waterfall model, emphasizing early and systematic testing within the SDLC framework.

New cards
77

Prototyping model

  • Focuses on building a prototype early in the development process to understand user requirements better.

  • Feedback from the prototype is used to refine requirements and develop the final product.

  • Relation to SDLC: It emphasizes iterative design and user involvement during the SDLC phases, particularly in requirements gathering and design.

New cards
78

RAD

  • A user-centered, iterative approach that emphasizes speed and rapid prototyping.

  • Encourages the use of reusable components and collaborative development.

  • Relation to SDLC: It aligns with SDLC by compressing stages like design, development, and testing into iterative cycles for faster delivery.

New cards
79

Incremental development

  • Divides the project into smaller, manageable parts (increments) that are developed and delivered sequentially.

  • Each increment builds upon the previous one until the final product is completed.

  • Relation to SDLC: It executes the SDLC phases incrementally, providing working software at the end of each cycle

New cards
80

DevOps meetthodology

  • Focuses on collaboration between development and operations teams to automate and streamline software delivery.

  • Incorporates CI/CD (Continuous Integration and Continuous Deployment) pipelines and emphasizes monitoring and feedback.

  • Relation to SDLC: It enhances the implementation, deployment, and maintenance stages of SDLC by integrating automation and collaboration throughout the lifecycle

New cards
81

LEAN methodology

  • Inspired by lean manufacturing principles, it aims to minimize waste and maximize value.

  • Encourages iterative development, continuous improvement, and customer-focused solutions.

  • Relation to SDLC: It optimizes SDLC processes by focusing on efficiency and removing unnecessary steps.

New cards
82

Object-oriented methodology

  • A design approach based on the principles of object-oriented programming, emphasizing encapsulation, inheritance, and polymorphism.

  • Models the system using objects and their interactions to represent real-world entities.

  • Relation to SDLC: Primarily influences the design and implementation phases of SDLC, but the overall process follows the SDLC structure.

New cards
83

Traditional SDLC approaches

  1. Waterfall

  2. Spiral

  3. V-model

  4. Prototyping

  5. RAD

  6. Incremental

New cards
84

Modern SDLC approaches

  1. Agile

  2. DevOps

  3. OOP

  4. Lean

New cards
85

Agile methodology

Is unequivocally a modern approach, designed to address the dynamic and unpredictable nature of contemporary software development.

New cards
86

Agile methodology

It is well-suited for projects requiring flexibility, rapid iteration, and close collaboration with stakeholders.

New cards
87

RAD

Is a traditional methodology due to its origins and limitations, its iterative nature and emphasis on user feedback make it a precursor to modern approaches like Agile. Serves as a bridge between the rigid traditional methods (e.g., Waterfall) and the adaptive, iterative methods of today.

New cards
88

Prototyping

Is fundamentally a traditional methodology with iterative principles. While it is not fully modern, its core ideas have significantly influenced the development of modern, user-focused methodologies like Agile, Lean UX, and Design Thinking.

New cards
89

Additional phases uses

  1. Feasibility Study

  2. Risk Management

  3. Prototyping and Validation

  4. CI/CD

  5. Customer Feedback and Collaboration

  6. Monitoring and Optimization

  7. User Experience (UX) Design

  8. Knowledge Transfer and Training

  9. Retirement and Decommissioning

  10. Compliance and Security Auditing

New cards
90

Key focus of Feasibility Study

Project viability and risk assessment.

New cards
91

Key focus of Risk Management

Proactive identification and mitigation of risks.

New cards
92

Key focus of Prototyping and Validation

Early requirement refinement and validation.

New cards
93

Key focus of CI/CD

Automation of integration and deployment.

New cards
94

Key focus of Customer Feedback and Collaboration

Incorporating continuous feedback.

New cards
95

Key focus of Monitoring and Optimization

Ongoing performance tracking and improvement.

New cards
96

Key focus of User Experience (UX) Design

Creating intuitive and user-friendly designs.

New cards
97

Key focus of Knowledge Transfer and Training

Ensuring smooth adoption and operational continuity.

New cards
98

Key focus of Retirement and Decommissioning

Safe phasing out of software systems.

New cards
99

Key focus of Compliance and Security Auditing

Adherence to standards and legal requirements.

New cards
100

True

T or F: Frameworks and methodologies explicitly designed for software development align closely with SDLC because they provide structured ways to manage its phases, such as planning, design, development, testing, and maintenance.

New cards

Explore top notes

note Note
studied byStudied by 39 people
70 days ago
5.0(1)
note Note
studied byStudied by 13 people
183 days ago
5.0(1)
note Note
studied byStudied by 253 people
681 days ago
4.5(6)
note Note
studied byStudied by 18 people
813 days ago
5.0(1)
note Note
studied byStudied by 215 people
720 days ago
5.0(2)
note Note
studied byStudied by 22 people
710 days ago
5.0(2)
note Note
studied byStudied by 2488 people
700 days ago
4.7(6)

Explore top flashcards

flashcards Flashcard (55)
studied byStudied by 84 people
381 days ago
5.0(1)
flashcards Flashcard (44)
studied byStudied by 39 people
789 days ago
4.1(7)
flashcards Flashcard (58)
studied byStudied by 170 people
730 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 12 people
764 days ago
5.0(1)
flashcards Flashcard (45)
studied byStudied by 1 person
74 days ago
5.0(1)
flashcards Flashcard (43)
studied byStudied by 10 people
220 days ago
5.0(1)
flashcards Flashcard (42)
studied byStudied by 33 people
372 days ago
5.0(1)
flashcards Flashcard (101)
studied byStudied by 183 people
2 days ago
5.0(1)
robot