Mis Import 01
Mis Import 01
The Waterfall Model is a traditional, linear, and sequential Managers use the system approach to compare actual
approach to software development. Each phase must be performance against planned objectives and take corrective
completed before the next one begins, making it easy to actions if necessary. MIS helps in tracking key performance
manage and understand. The model follows a clear path: indicators (KPIs), producing reports, and generating alerts
Requirements: This phase involves gathering business when deviations occur. This allows managers to identify
requirements, where stakeholders, project managers, and problems early, evaluate alternatives, and maintain control
users determine what the system needs to do, how it should over operations.
function, and how users will interact with it. The result is a list Show the difference between decision table and decision
of system functions and business logic. tree with example
Design: The design phase outlines the system architecture, Decision Table:
including hardware and software requirements, 10. Decision Tables are a tabular representation of conditions
communication protocols, and the software design itself (such and actions.
as UML diagrams). It defines how the system will meet the 11. We can derive a decision table from the decision tree
requirements. 12. It helps to clarify the criterial
13. In Decision Tables, we can include more than one ‘or’ Implementation: This is the coding phase where developers
condition. write the actual code based on the design specifications. It's
14. It is used when there are small number of properties. the longest phase of the development cycle.
15. It is used for simple logic only. Testing: In the testing phase, the system is checked against
16. It is constructed of rows and tables. the requirements to ensure it works as expected. Unit tests
17. The goal of using a decision table is the generation of and system/acceptance tests are performed to verify that the
rules for structuring logic on the basis of data entered in system meets business needs.
the table.
Deployment: The system is delivered to users, and any
18. For example, in a loan approval process, a decision table
necessary maintenance begins.
checks income and credit score to determine whether a
Maintenance: After deployment, ongoing support and
loan should be approved.
maintenance are necessary to address issues and update the
Example of Decision Table:
system.
Rule Inc>50000 Credit score>700 Loan approval
Advantages
1 yes yes Approval Simple and easy to use.Easy to manage due to the rigidity
2 yes No Reject of the model – each phase has specific deliverables and a
3 yes yes Reject review process.Phases are processed and completed one at
4 yes No Reject a time.Works well for smaller projects where requirements
Decision Tree: are very well understood.
10. Decision Trees are a graphical representation of every Explain system approach of MIS in planning organizing
possible outcome of a decision. and controlling.
11. We can not derive a decision tree from the decision table. The system approach to Management Information Systems
12. It helps to take into account the possible relevant
(MIS) in planning, organizing, and controlling emphasizes
outcomes of the decision.
viewing an organization as a system of interrelated
13. In Decision Trees, we can not include more than one ‘or’
condition. components working together to achieve common goals.
14. It is used when there are more number of properties. Planning:
15. It can be used for complex logic as well. In the planning phase, the system approach helps in the
16. It is constructed of branches and nodes. collection, analysis, and dissemination of data to make
17. A decision tree’s objective is to provide an effective informed decisions. MIS provides timely and accurate
means to visualize and understand a decision’s available information, which aids in setting objectives, forecasting
possibilities and range of possible outcomes. trends, and defining strategies. Managers can use MIS to
18. For example, a decision tree checks income first, then evaluate potential scenarios and choose the most appropriate
credit score to decide whether to approve or reject a loan. course of action, improving the effectiveness of the planning
Example of Decision Tree: process.
Income>50000? Organizing:
During the organizing phase, MIS helps in structuring the
Yes No organization’s resources and processes. It enables managers to
coordinate different departments, track resource allocation,
CS >700? Reject and ensure that operations align with strategic goals. The
system approach provides tools for monitoring workflows,
Yes No assigning tasks, and optimizing resource utilization. MIS also
supports effective communication within the organization,
Approve Reject ensuring that everyone has access to relevant information.
Controlling:
In the controlling phase, MIS plays a critical role in monitoring
performance and ensuring that activities are on track.
The Waterfall Model is a traditional, linear, and sequential Managers use the system approach to compare actual
approach to software development. Each phase must be performance against planned objectives and take corrective
completed before the next one begins, making it easy to actions if necessary. MIS helps in tracking key performance
manage and understand. The model follows a clear path: indicators (KPIs), producing reports, and generating alerts
Requirements: This phase involves gathering business when deviations occur. This allows managers to identify
requirements, where stakeholders, project managers, and problems early, evaluate alternatives, and maintain control
users determine what the system needs to do, how it should over operations.
function, and how users will interact with it. The result is a list Show the difference between decision table and decision
of system functions and business logic. tree with example
Design: The design phase outlines the system architecture, Decision Table:
including hardware and software requirements, 19. Decision Tables are a tabular representation of conditions
communication protocols, and the software design itself (such and actions.
as UML diagrams). It defines how the system will meet the 20. We can derive a decision table from the decision tree
requirements. 21. It helps to clarify the criterial
22. In Decision Tables, we can include more than one ‘or’ Implementation: This is the coding phase where developers
condition. write the actual code based on the design specifications. It's
23. It is used when there are small number of properties. the longest phase of the development cycle.
24. It is used for simple logic only. Testing: In the testing phase, the system is checked against
25. It is constructed of rows and tables. the requirements to ensure it works as expected. Unit tests
26. The goal of using a decision table is the generation of and system/acceptance tests are performed to verify that the
rules for structuring logic on the basis of data entered in system meets business needs.
the table.
Deployment: The system is delivered to users, and any
27. For example, in a loan approval process, a decision table
necessary maintenance begins.
checks income and credit score to determine whether a
Maintenance: After deployment, ongoing support and
loan should be approved.
maintenance are necessary to address issues and update the
Example of Decision Table:
system.
Rule Inc>50000 Credit score>700 Loan approval
Advantages
1 yes yes Approval Simple and easy to use.Easy to manage due to the rigidity
2 yes No Reject of the model – each phase has specific deliverables and a
3 yes yes Reject review process.Phases are processed and completed one at
4 yes No Reject a time.Works well for smaller projects where requirements
Decision Tree: are very well understood.
19. Decision Trees are a graphical representation of every Explain system approach of MIS in planning organizing
possible outcome of a decision. and controlling.
20. We can not derive a decision tree from the decision table. The system approach to Management Information Systems
21. It helps to take into account the possible relevant
(MIS) in planning, organizing, and controlling emphasizes
outcomes of the decision.
viewing an organization as a system of interrelated
22. In Decision Trees, we can not include more than one ‘or’
condition. components working together to achieve common goals.
23. It is used when there are more number of properties. Planning:
24. It can be used for complex logic as well. In the planning phase, the system approach helps in the
25. It is constructed of branches and nodes. collection, analysis, and dissemination of data to make
26. A decision tree’s objective is to provide an effective informed decisions. MIS provides timely and accurate
means to visualize and understand a decision’s available information, which aids in setting objectives, forecasting
possibilities and range of possible outcomes. trends, and defining strategies. Managers can use MIS to
27. For example, a decision tree checks income first, then evaluate potential scenarios and choose the most appropriate
credit score to decide whether to approve or reject a loan. course of action, improving the effectiveness of the planning
Example of Decision Tree: process.
Income>50000? Organizing:
During the organizing phase, MIS helps in structuring the
Yes No organization’s resources and processes. It enables managers to
coordinate different departments, track resource allocation,
CS >700? Reject and ensure that operations align with strategic goals. The
system approach provides tools for monitoring workflows,
Yes No assigning tasks, and optimizing resource utilization. MIS also
supports effective communication within the organization,
Approve Reject ensuring that everyone has access to relevant information.
Controlling:
In the controlling phase, MIS plays a critical role in monitoring
performance and ensuring that activities are on track.
The Waterfall Model is a traditional, linear, and sequential Managers use the system approach to compare actual
approach to software development. Each phase must be performance against planned objectives and take corrective
completed before the next one begins, making it easy to actions if necessary. MIS helps in tracking key performance
manage and understand. The model follows a clear path: indicators (KPIs), producing reports, and generating alerts
Requirements: This phase involves gathering business when deviations occur. This allows managers to identify
requirements, where stakeholders, project managers, and problems early, evaluate alternatives, and maintain control
users determine what the system needs to do, how it should over operations.
function, and how users will interact with it. The result is a list Show the difference between decision table and decision
of system functions and business logic. tree with example
Design: The design phase outlines the system architecture, Decision Table:
including hardware and software requirements, 28. Decision Tables are a tabular representation of conditions
communication protocols, and the software design itself (such and actions.
as UML diagrams). It defines how the system will meet the 29. We can derive a decision table from the decision tree
requirements. 30. It helps to clarify the criterial
31. In Decision Tables, we can include more than one ‘or’ Implementation: This is the coding phase where developers
condition. write the actual code based on the design specifications. It's
32. It is used when there are small number of properties. the longest phase of the development cycle.
33. It is used for simple logic only. Testing: In the testing phase, the system is checked against
34. It is constructed of rows and tables. the requirements to ensure it works as expected. Unit tests
35. The goal of using a decision table is the generation of and system/acceptance tests are performed to verify that the
rules for structuring logic on the basis of data entered in system meets business needs.
the table.
Deployment: The system is delivered to users, and any
36. For example, in a loan approval process, a decision table
necessary maintenance begins.
checks income and credit score to determine whether a
Maintenance: After deployment, ongoing support and
loan should be approved.
maintenance are necessary to address issues and update the
Example of Decision Table:
system.
Rule Inc>50000 Credit score>700 Loan approval
Advantages
1 yes yes Approval Simple and easy to use.Easy to manage due to the rigidity
2 yes No Reject of the model – each phase has specific deliverables and a
3 yes yes Reject review process.Phases are processed and completed one at
4 yes No Reject a time.Works well for smaller projects where requirements
Decision Tree: are very well understood.
28. Decision Trees are a graphical representation of every Explain system approach of MIS in planning organizing
possible outcome of a decision. and controlling.
29. We can not derive a decision tree from the decision table. The system approach to Management Information Systems
30. It helps to take into account the possible relevant
(MIS) in planning, organizing, and controlling emphasizes
outcomes of the decision.
viewing an organization as a system of interrelated
31. In Decision Trees, we can not include more than one ‘or’
condition. components working together to achieve common goals.
32. It is used when there are more number of properties. Planning:
33. It can be used for complex logic as well. In the planning phase, the system approach helps in the
34. It is constructed of branches and nodes. collection, analysis, and dissemination of data to make
35. A decision tree’s objective is to provide an effective informed decisions. MIS provides timely and accurate
means to visualize and understand a decision’s available information, which aids in setting objectives, forecasting
possibilities and range of possible outcomes. trends, and defining strategies. Managers can use MIS to
36. For example, a decision tree checks income first, then evaluate potential scenarios and choose the most appropriate
credit score to decide whether to approve or reject a loan. course of action, improving the effectiveness of the planning
Example of Decision Tree: process.
Income>50000? Organizing:
During the organizing phase, MIS helps in structuring the
Yes No organization’s resources and processes. It enables managers to
coordinate different departments, track resource allocation,
CS >700? Reject and ensure that operations align with strategic goals. The
system approach provides tools for monitoring workflows,
Yes No assigning tasks, and optimizing resource utilization. MIS also
supports effective communication within the organization,
Approve Reject ensuring that everyone has access to relevant information.
Controlling:
In the controlling phase, MIS plays a critical role in monitoring
performance and ensuring that activities are on track.
The Waterfall Model is a traditional, linear, and sequential Managers use the system approach to compare actual
approach to software development. Each phase must be performance against planned objectives and take corrective
completed before the next one begins, making it easy to actions if necessary. MIS helps in tracking key performance
manage and understand. The model follows a clear path: indicators (KPIs), producing reports, and generating alerts
Requirements: This phase involves gathering business when deviations occur. This allows managers to identify
requirements, where stakeholders, project managers, and problems early, evaluate alternatives, and maintain control
users determine what the system needs to do, how it should over operations.
function, and how users will interact with it. The result is a list Show the difference between decision table and decision
of system functions and business logic. tree with example
Design: The design phase outlines the system architecture, Decision Table:
including hardware and software requirements, 37. Decision Tables are a tabular representation of conditions
communication protocols, and the software design itself (such and actions.
as UML diagrams). It defines how the system will meet the 38. We can derive a decision table from the decision tree
requirements. 39. It helps to clarify the criterial
40. In Decision Tables, we can include more than one ‘or’ Implementation: This is the coding phase where developers
condition. write the actual code based on the design specifications. It's
41. It is used when there are small number of properties. the longest phase of the development cycle.
42. It is used for simple logic only. Testing: In the testing phase, the system is checked against
43. It is constructed of rows and tables. the requirements to ensure it works as expected. Unit tests
44. The goal of using a decision table is the generation of and system/acceptance tests are performed to verify that the
rules for structuring logic on the basis of data entered in system meets business needs.
the table.
Deployment: The system is delivered to users, and any
45. For example, in a loan approval process, a decision table
necessary maintenance begins.
checks income and credit score to determine whether a
Maintenance: After deployment, ongoing support and
loan should be approved.
maintenance are necessary to address issues and update the
Example of Decision Table:
system.
Rule Inc>50000 Credit score>700 Loan approval
Advantages
1 yes yes Approval Simple and easy to use.Easy to manage due to the rigidity
2 yes No Reject of the model – each phase has specific deliverables and a
3 yes yes Reject review process.Phases are processed and completed one at
4 yes No Reject a time.Works well for smaller projects where requirements
Decision Tree: are very well understood.
37. Decision Trees are a graphical representation of every Explain system approach of MIS in planning organizing
possible outcome of a decision. and controlling.
38. We can not derive a decision tree from the decision table. The system approach to Management Information Systems
39. It helps to take into account the possible relevant
(MIS) in planning, organizing, and controlling emphasizes
outcomes of the decision.
viewing an organization as a system of interrelated
40. In Decision Trees, we can not include more than one ‘or’
condition. components working together to achieve common goals.
41. It is used when there are more number of properties. Planning:
42. It can be used for complex logic as well. In the planning phase, the system approach helps in the
43. It is constructed of branches and nodes. collection, analysis, and dissemination of data to make
44. A decision tree’s objective is to provide an effective informed decisions. MIS provides timely and accurate
means to visualize and understand a decision’s available information, which aids in setting objectives, forecasting
possibilities and range of possible outcomes. trends, and defining strategies. Managers can use MIS to
45. For example, a decision tree checks income first, then evaluate potential scenarios and choose the most appropriate
credit score to decide whether to approve or reject a loan. course of action, improving the effectiveness of the planning
Example of Decision Tree: process.
Income>50000? Organizing:
During the organizing phase, MIS helps in structuring the
Yes No organization’s resources and processes. It enables managers to
coordinate different departments, track resource allocation,
CS >700? Reject and ensure that operations align with strategic goals. The
system approach provides tools for monitoring workflows,
Yes No assigning tasks, and optimizing resource utilization. MIS also
supports effective communication within the organization,
Approve Reject ensuring that everyone has access to relevant information.
Controlling:
In the controlling phase, MIS plays a critical role in monitoring
performance and ensuring that activities are on track.
The Waterfall Model is a traditional, linear, and sequential Managers use the system approach to compare actual
approach to software development. Each phase must be performance against planned objectives and take corrective
completed before the next one begins, making it easy to actions if necessary. MIS helps in tracking key performance
manage and understand. The model follows a clear path: indicators (KPIs), producing reports, and generating alerts
Requirements: This phase involves gathering business when deviations occur. This allows managers to identify
requirements, where stakeholders, project managers, and problems early, evaluate alternatives, and maintain control
users determine what the system needs to do, how it should over operations.
function, and how users will interact with it. The result is a list Show the difference between decision table and decision
of system functions and business logic. tree with example
Design: The design phase outlines the system architecture, Decision Table:
including hardware and software requirements, 46. Decision Tables are a tabular representation of conditions
communication protocols, and the software design itself (such and actions.
as UML diagrams). It defines how the system will meet the 47. We can derive a decision table from the decision tree
requirements. 48. It helps to clarify the criterial
49. In Decision Tables, we can include more than one ‘or’ Implementation: This is the coding phase where developers
condition. write the actual code based on the design specifications. It's
50. It is used when there are small number of properties. the longest phase of the development cycle.
51. It is used for simple logic only. Testing: In the testing phase, the system is checked against
52. It is constructed of rows and tables. the requirements to ensure it works as expected. Unit tests
53. The goal of using a decision table is the generation of and system/acceptance tests are performed to verify that the
rules for structuring logic on the basis of data entered in system meets business needs.
the table.
Deployment: The system is delivered to users, and any
54. For example, in a loan approval process, a decision table
necessary maintenance begins.
checks income and credit score to determine whether a
Maintenance: After deployment, ongoing support and
loan should be approved.
maintenance are necessary to address issues and update the
Example of Decision Table:
system.
Rule Inc>50000 Credit score>700 Loan approval
Advantages
1 yes yes Approval Simple and easy to use.Easy to manage due to the rigidity
2 yes No Reject of the model – each phase has specific deliverables and a
3 yes yes Reject review process.Phases are processed and completed one at
4 yes No Reject a time.Works well for smaller projects where requirements
Decision Tree: are very well understood.
46. Decision Trees are a graphical representation of every Explain system approach of MIS in planning organizing
possible outcome of a decision. and controlling.
47. We can not derive a decision tree from the decision table. The system approach to Management Information Systems
48. It helps to take into account the possible relevant
(MIS) in planning, organizing, and controlling emphasizes
outcomes of the decision.
viewing an organization as a system of interrelated
49. In Decision Trees, we can not include more than one ‘or’
condition. components working together to achieve common goals.
50. It is used when there are more number of properties. Planning:
51. It can be used for complex logic as well. In the planning phase, the system approach helps in the
52. It is constructed of branches and nodes. collection, analysis, and dissemination of data to make
53. A decision tree’s objective is to provide an effective informed decisions. MIS provides timely and accurate
means to visualize and understand a decision’s available information, which aids in setting objectives, forecasting
possibilities and range of possible outcomes. trends, and defining strategies. Managers can use MIS to
54. For example, a decision tree checks income first, then evaluate potential scenarios and choose the most appropriate
credit score to decide whether to approve or reject a loan. course of action, improving the effectiveness of the planning
Example of Decision Tree: process.
Income>50000? Organizing:
During the organizing phase, MIS helps in structuring the
Yes No organization’s resources and processes. It enables managers to
coordinate different departments, track resource allocation,
CS >700? Reject and ensure that operations align with strategic goals. The
system approach provides tools for monitoring workflows,
Yes No assigning tasks, and optimizing resource utilization. MIS also
supports effective communication within the organization,
Approve Reject ensuring that everyone has access to relevant information.
Controlling:
In the controlling phase, MIS plays a critical role in monitoring
performance and ensuring that activities are on track.
The Waterfall Model is a traditional, linear, and sequential Managers use the system approach to compare actual
approach to software development. Each phase must be performance against planned objectives and take corrective
completed before the next one begins, making it easy to actions if necessary. MIS helps in tracking key performance
manage and understand. The model follows a clear path: indicators (KPIs), producing reports, and generating alerts
Requirements: This phase involves gathering business when deviations occur. This allows managers to identify
requirements, where stakeholders, project managers, and problems early, evaluate alternatives, and maintain control
users determine what the system needs to do, how it should over operations.
function, and how users will interact with it. The result is a list Show the difference between decision table and decision
of system functions and business logic. tree with example
Design: The design phase outlines the system architecture, Decision Table:
including hardware and software requirements, 55. Decision Tables are a tabular representation of conditions
communication protocols, and the software design itself (such and actions.
as UML diagrams). It defines how the system will meet the 56. We can derive a decision table from the decision tree
requirements. 57. It helps to clarify the criterial
58. In Decision Tables, we can include more than one ‘or’ Implementation: This is the coding phase where developers
condition. write the actual code based on the design specifications. It's
59. It is used when there are small number of properties. the longest phase of the development cycle.
60. It is used for simple logic only. Testing: In the testing phase, the system is checked against
61. It is constructed of rows and tables. the requirements to ensure it works as expected. Unit tests
62. The goal of using a decision table is the generation of and system/acceptance tests are performed to verify that the
rules for structuring logic on the basis of data entered in system meets business needs.
the table.
Deployment: The system is delivered to users, and any
63. For example, in a loan approval process, a decision table
necessary maintenance begins.
checks income and credit score to determine whether a
Maintenance: After deployment, ongoing support and
loan should be approved.
maintenance are necessary to address issues and update the
Example of Decision Table:
system.
Rule Inc>50000 Credit score>700 Loan approval
Advantages
1 yes yes Approval Simple and easy to use.Easy to manage due to the rigidity
2 yes No Reject of the model – each phase has specific deliverables and a
3 yes yes Reject review process.Phases are processed and completed one at
4 yes No Reject a time.Works well for smaller projects where requirements
Decision Tree: are very well understood.
55. Decision Trees are a graphical representation of every Explain system approach of MIS in planning organizing
possible outcome of a decision. and controlling.
56. We can not derive a decision tree from the decision table. The system approach to Management Information Systems
57. It helps to take into account the possible relevant
(MIS) in planning, organizing, and controlling emphasizes
outcomes of the decision.
viewing an organization as a system of interrelated
58. In Decision Trees, we can not include more than one ‘or’
condition. components working together to achieve common goals.
59. It is used when there are more number of properties. Planning:
60. It can be used for complex logic as well. In the planning phase, the system approach helps in the
61. It is constructed of branches and nodes. collection, analysis, and dissemination of data to make
62. A decision tree’s objective is to provide an effective informed decisions. MIS provides timely and accurate
means to visualize and understand a decision’s available information, which aids in setting objectives, forecasting
possibilities and range of possible outcomes. trends, and defining strategies. Managers can use MIS to
63. For example, a decision tree checks income first, then evaluate potential scenarios and choose the most appropriate
credit score to decide whether to approve or reject a loan. course of action, improving the effectiveness of the planning
Example of Decision Tree: process.
Income>50000? Organizing:
During the organizing phase, MIS helps in structuring the
Yes No organization’s resources and processes. It enables managers to
coordinate different departments, track resource allocation,
CS >700? Reject and ensure that operations align with strategic goals. The
system approach provides tools for monitoring workflows,
Yes No assigning tasks, and optimizing resource utilization. MIS also
supports effective communication within the organization,
Approve Reject ensuring that everyone has access to relevant information.
Controlling:
In the controlling phase, MIS plays a critical role in monitoring
performance and ensuring that activities are on track.
The Waterfall Model is a traditional, linear, and sequential Managers use the system approach to compare actual
approach to software development. Each phase must be performance against planned objectives and take corrective
completed before the next one begins, making it easy to actions if necessary. MIS helps in tracking key performance
manage and understand. The model follows a clear path: indicators (KPIs), producing reports, and generating alerts
Requirements: This phase involves gathering business when deviations occur. This allows managers to identify
requirements, where stakeholders, project managers, and problems early, evaluate alternatives, and maintain control
users determine what the system needs to do, how it should over operations.
function, and how users will interact with it. The result is a list Show the difference between decision table and decision
of system functions and business logic. tree with example
Design: The design phase outlines the system architecture, Decision Table:
including hardware and software requirements, 64. Decision Tables are a tabular representation of conditions
communication protocols, and the software design itself (such and actions.
as UML diagrams). It defines how the system will meet the 65. We can derive a decision table from the decision tree
requirements. 66. It helps to clarify the criterial
67. In Decision Tables, we can include more than one ‘or’ maintaining high-quality products is an operational CSF for a
condition. manufacturer.
68. It is used when there are small number of properties. Managerial CSFs: These involve leadership and decision-
69. It is used for simple logic only. making. Effective management, clear communication, and
70. It is constructed of rows and tables. good leadership are examples of managerial CSFs.
71. The goal of using a decision table is the generation of Financial CSFs: These relate to the financial health of the
rules for structuring logic on the basis of data entered in business, such as profit, cost control, and cash flow. Keeping
the table.
costs low and maintaining good profits are financial CSFs.
72. For example, in a loan approval process, a decision table
Customer-related CSFs: These focus on understanding and
checks income and credit score to determine whether a
meeting customer needs. Customer satisfaction and loyalty
loan should be approved.
are important CSFs for any business.
Example of Decision Table:
Technology and Innovation CSFs: These involve staying
Rule Inc>50000 Credit score>700 Loan approval
updated with technology and being innovative. Businesses
1 yes yes Approval that invest in technology and research stay competitive.
2 yes No Reject Market CSFs: These relate to understanding the market,
3 yes yes Reject trends, and competition. Being able to respond quickly to
4 yes No Reject changes in the market is a market CSF.
Decision Tree: Human Resource CSFs: These focus on managing people
64. Decision Trees are a graphical representation of every effectively. Recruiting, training, and retaining talented
possible outcome of a decision. employees is crucial for business success.
65. We can not derive a decision tree from the decision table.
66. It helps to take into account the possible relevant
Recommend business intelligence to be used in
outcomes of the decision.
HRM(Human resources management)
67. In Decision Trees, we can not include more than one ‘or’
condition. Yes, business intelligence (BI) can be recommended for use in
68. It is used when there are more number of properties. human resources management (HRM) to help improve
69. It can be used for complex logic as well. decision-making, streamline processes, and gain a competitive
70. It is constructed of branches and nodes. advantage:
71. A decision tree’s objective is to provide an effective 1.Improved decision-making:-
means to visualize and understand a decision’s available BI can help HR professionals make better decisions by
possibilities and range of possible outcomes. analyzing data to identify strengths and weaknesses, and to
72. For example, a decision tree checks income first, then create reports on what's working and what needs
credit score to decide whether to approve or reject a loan.
improvement.
Example of Decision Tree: 2.Streamlined processes:-
Income>50000? BI can help HR teams identify inefficient processes and
compare them to internal and external benchmarks.
Yes No 3.Recruitment:-
BI can help HR teams analyze data from job portals and social
CS >700? Reject media to identify the best sources for recruitment and
improve the effectiveness of recruitment strategies.
Yes No 4.Employee retention:-
BI can help HR teams analyze factors like job satisfaction,
Approve Reject compensation, and work environment to identify patterns and
trends related to employee attrition.
5.Corporate social responsibility:-
BI can help HR teams correlate employees' social interests
with local social projects to boost staff morale and the
company's image.
Example-
Classify the components of critical success factors and Some BI tools for HR include Qlik, Visier,
explain them in details Tableau, and Power BI.
Critical Success Factors (CSFs) are key areas that must be
focused on to ensure an organization’s success. They help
businesses achieve their goals and stay competitive. Here are Summaries the steps to develop Data flow diagram.
the components of CSFs explained in simple terms:
Strategic CSFs: These are related to the overall business The steps to develop a Data Flow Diagram (DFD) are
strategy, like market position and growth. For example, a summarized as follows:
company's ability to adapt to market changes is a strategic Determine what parts of the system will be included and
CSF. define the system’s scope and environment.
Operational CSFs: These focus on day-to-day activities, such
as product quality or customer service. Forexample,
This diagram represents the entire system as a single businesses achieve their goals and stay competitive. Here are
process and shows the interaction between the system and the components of CSFs explained in simple terms:
external entities (terminators). Strategic CSFs: These are related to the overall business
Break down the system into major processes, identify the strategy, like market position and growth. For example, a
main data stores, and outline how data flows between them. company's ability to adapt to market changes is a strategic
Decompose into Lower-Level DFDs: Decompose each CSF.
process from the Level 0 DFD into more detailed processes in Operational CSFs: These focus on day-to-day activities, such
Level 1, and continue this decomposition for further levels if as product quality or customer service. Forexample,
necessary. maintaining high-quality products is an operational CSF for a
Add Data Stores and External Entities: Ensure that all manufacturer.
necessary data stores (where data is stored) and external Managerial CSFs: These involve leadership and decision-
entities (people, systems) interacting with the system are making. Effective management, clear communication, and
included. good leadership are examples of managerial CSFs.
Review and Refine: Review the diagram for accuracy, Financial CSFs: These relate to the financial health of the
ensuring all processes, data flows, and stores are properly business, such as profit, cost control, and cash flow. Keeping
represented and that the DFD correctly reflects the system’s costs low and maintaining good profits are financial CSFs.
operations. Customer-related CSFs: These focus on understanding and
meeting customer needs. Customer satisfaction and loyalty
are important CSFs for any business.
Technology and Innovation CSFs: These involve staying
Database updated with technology and being innovative. Businesses
that invest in technology and research stay competitive.
Market CSFs: These relate to understanding the market,
trends, and competition. Being able to respond quickly to
Example of DFD flow changes in the market is a market CSF.
Human Resource CSFs: These focus on managing people
effectively. Recruiting, training, and retaining talented
employees is crucial for business success.
Database