Module 2 Flashcards

1
Q

It is a graphical representation of data flow in any system. It is capable of illustrating incoming data flow, outgoing data flow, and stored data.

A

Data Flow Diagram (DFD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

It mainly focuses on the system
process. It illustrates how data flows in the system.

A

Logical Data Flow Diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It shows how the data flow is
actually implemented in the system. Here, we include additional details such as data storage, data transmission, and specific technology or system components.

A

Physical Data Flow Diagram (DFD)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It describes the transfer of data between different parts of the system.

A

Data Flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Due to the _______ function, input for output transformation occurs in the system.

A

Process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The data is stored in the warehouse for later use.

A

Data Store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

It is an external entity that lives
outside the system and communicates with it.

A

Terminator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

It represent the hierarchical structure of the module. It breaks down the entire system into the lowest functional modules and explains in detail the functions and sub-functions of each module of the system.

A

Structure Charts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

It represents the process or task of the system

A

Module

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

It represents that control module can select any of the sub module on the basis of some condition.

A

Conditional Call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It represents the repetitive execution of module by the sub module.

A

Loop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

It represents the flow of data between the modules.

A

Data Flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

It represents the flow of control between the modules.

A

Control Flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

It is that where all the information are to be stored.

A

Physical Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

It organizes the modules of the software system in a hierarchical structure.

A

HIPO (Hierarchical Input Process Output)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

It divides the functionality of a system into sub-functions in a hierarchical manner, but does not provide any information about data flow or control flow

A

HIPO Diagram

17
Q

It is the use of simple English to write the structure of code in the programming process.

A

Structured English

18
Q

It is a high-level description of a system or process that uses a combination of natural language and simple programming language.

A

Pseudo-Code

19
Q

It is a good way to settle different combination inputs with their corresponding outputs and is also called a cause-effect table.

A

Decision Table

20
Q

It is used to define the entities to be represented in the data and how these entities are related.

A

Entity-Relationship Model

21
Q

It can be defined as a collection of information about any type of data or data content, such as descriptions of data types and systems. It provides all the information about the
names used in the system model.

A

Data Dictionary

22
Q

It consist of Names (primary and secondary) and descriptions of Content and Control Items, Internal or External data stores, etc.

A

Data Elements

23
Q

It stores the information from where the data enters into the system and exists outside of the system. The data store includes files and tables.

A

Data Store

24
Q

It includes the manipulation of data.

A

Data Processing

25
Q

This data processing is done at the user level.

A

Logical Data Processing

26
Q

This data processing is done at the software level. The user cannot see it.

A

Physical Data Processing

27
Q

It is a standard that helps define and evaluate the quality of software and systems. It is part of the SQuaRE (Systems and software Quality Requirements and Evaluation) series.

A

ISO/IEC 25002:2024

28
Q

It is a standard that defines the software life cycle processes the steps involved in developing and maintaining software.

A

ISO/IEC/IEEE 12207:2017

29
Q

It is a standard that helps in writing and managing requirements for software and systems.

A

ISO/IEC/IEEE 29148:2011

30
Q

It is a global standard for quality management systems (QMS).

A

ISO 9001:2015

31
Q

These are the limitations or restrictions in the design process imposed by internal and external factors.

A

Design constraints

32
Q

It significantly impact design projects because they dictate how far designers can push creative and innovative boundaries.

A

Technical Constraints

33
Q

It Impacts many areas of the design process, including human resources, tools, user research, project scope, and technology.

A

Financial Constraints

34
Q

It impacts content and user data the most regarding UX projects. These laws change depending on the country, so designers rely on advice from legal counsel and stakeholders.

A

Legal and Regulatory Constraints

35
Q

Describe limitations imposed on Design by other parts of the company. These limitations often relate to the organization’s values, culture, company vision, and competing interests from other departments.

A

Organizational Constraints

36
Q

Come from the designers, relating to the choices and options during the design process, like which design tool
they use, the time it takes to complete tasks, and whether they use the product’s design system.

A

Self-Imposed Constraints

37
Q

Relate to the skills and specialists available to the design team. It’s important to know every designer’s skill set and expertise so that managers can assign people who complement one another.

A

Talent Constraints