The goal of this assignment is to become more familiar with and increase your kn

The goal of this assignment is to become more familiar with and increase your knowledge in Linux OS and Network Tools.
This lab will demonstrate the use of the route command to obtain network information and the use of nmap and Zenmap to map a networkproper grammar. Navigate to the assignment area for detailed instructions.
This is the link to obtain the Zenmap version. Go to the DOWNLOAD tab, and select your OS (operating system). After downloading, be sure to move the .exe out of the zipped folder first.https://nmap.org/zenmap/

You must submit two separate copies (one Word file and one PDF file) using the A

You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard via the allocated folder. These files must not be in compressed format.
It is your responsibility to check and make sure that you have uploaded both the correct files.
Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words, hide characters, use different character sets, convert text into image or languages other than English or any kind of manipulation).
Email submission will not be accepted.
You are advised to make your work clear and well-presented. This includes filling your information on the cover page.
You must use this template, failing which will result in zero mark.
You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the question.
Late submission will result in ZERO mark.
The work should be your own, copying from students or other resources will result in ZERO mark.
Use Times New Roman font for all your answers.
2 Marks
Learning Outcome(s):
Design a database starting from the conceptual design to the implementation of database schemas.

Question One
Explore the concept of domains in SQL databases and their significance in enforcing data integrity constraints. Describe the steps involved in creating and utilizing domain constraints using the CHECK clause. Provide real-world examples where domain constraints are essential for ensuring the validity and consistency of data. Additionally, discuss the benefits and limitations of using domains compared to traditional CHECK constraints.
3 Marks
Learning Outcome(s):
Create Entity-Relationship model, Relational model, and write SQL queries.
Question Two
The following is a Student Table from a database. Write your SQL queries to answer the following questions:
Student_ID
Name
Age
Gender
Grade
1
Sarah
18
Female
90
2
Mohamed
19
Male
85
3
Ahmed
17
Male
77
4
Maryam
18
Female
92
5
Saeed
20
Male
87
1-Retrieve the Name and Age of students with a Grade greater than 89.
2-Retrieve the count of Male students in the student table.
3-Retrieve the average Grade of all students.
4-Update the Grade of the student with Student_ID 3 to 90.
5-Delete the record of the student named “Ahmed”.
6-Insert a new student into the table.

3 Marks
Learning Outcome(s):
Design a database starting from the conceptual design to the implementation of database schemas
Question Three
Consider a database schema with the following tables:
CREATE TABLE Students (
StudentID INT PRIMARY KEY,
Name VARCHAR(50),
Age INT,
GPA FLOAT );
CREATE TABLE Courses (
CourseID INT PRIMARY KEY,
CourseName VARCHAR(50) );
CREATE TABLE Enrollments (
EnrollmentID INT PRIMARY KEY,
StudentID INT,
CourseID INT,
Grade FLOAT,
FOREIGN KEY (StudentID) REFERENCES Students(StudentID),
FOREIGN KEY (CourseID) REFERENCES Courses(CourseID));
Solve the following SQL problems by nesting queries.
1.Write an SQL query to find the names of students who are enrolled in the course ‘Mathematics’ and have a GPA greater than 3.5.
2.Assuming the same database schema, write an SQL query to find the average GPA of students who have enrolled in the course ‘Physics’.
3. Extend the previous query to find the average GPA of students who have enrolled in the course ‘Physics’ and whose age is less than 25.
Learning Outcome(s):

The goal of this assignment is to become more familiar with and increase your kn

The goal of this assignment is to become more familiar with and increase your knowledge in Linux OS and Network Tools.
This lab will demonstrate the use of the route command to obtain network information and the use of nmap and Zenmap to map a networkproper grammar. Navigate to the assignment area for detailed instructions.
This is the link to obtain the Zenmap version. Go to the DOWNLOAD tab, and select your OS (operating system). After downloading, be sure to move the .exe out of the zipped folder first.https://nmap.org/zenmap/

1. Explore the concept of domains in SQL databases and their significance in enf

1. Explore the concept of domains in SQL databases and their significance in enforcing data integrity constraints. Describe the steps involved in creating and utilizing domain constraints using the CHECK clause. Provide real-world examples where domain constraints are essential for ensuring the validity and consistency of data. Additionally, discuss the benefits and limitations of using domains compared to traditional CHECK constraints.
2. The following is a Student Table from a database. Write your SQL queries to answer the following questions:
Student_ID
Name
Age
Gender
Grade

1
Sarah
18
Female
90

2
Mohamed
19
Male
85

3
Ahmed
17
Male
77

4
Maryam
18
Female
92

5
Saeed
20
Male
87

Retrieve the Name and Age of students with a Grade greater than 89.
Retrieve the count of Male students in the student table.
Retrieve the average Grade of all students.
Update the Grade of the student with Student_ID 3 to 90.
Delete the record of the student named “Ahmed”.
Insert a new student into the table
\3. Consider a database schema with the following tables:
CREATE TABLE Students (
StudentID INT PRIMARY KEY,
Name VARCHAR(50),
Age INT,
GPA FLOAT );
CREATE TABLE Courses (
CourseID INT PRIMARY KEY,
CourseName VARCHAR(50) );
CREATE TABLE Enrollments (
EnrollmentID INT PRIMARY KEY,
StudentID INT,
CourseID INT,
Grade FLOAT,
FOREIGN KEY (StudentID) REFERENCES Students(StudentID),
FOREIGN KEY (CourseID) REFERENCES Courses(CourseID));
Solve the following SQL problems by nesting queries.
Write an SQL query to find the names of students who are enrolled in the course ‘Mathematics’ and have a GPA greater than 3.5.
Assuming the same database schema, write an SQL query to find the average GPA of students who have enrolled in the course ‘Physics’.
Extend the previous query to find the average GPA of students who have enrolled in the course ‘Physics’ and whose age is less than 25.

You must submit two separate copies (one Word file and one PDF file) using the A

You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard via the allocated folder. These files must not be in compressed format.
It is your responsibility to check and make sure that you have uploaded both the correct files.
Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words, hide characters, use different character sets, convert text into image or languages other than English or any kind of manipulation).
Email submission will not be accepted.
You are advised to make your work clear and well-presented. This includes filling your information on the cover page.
You must use this template, failing which will result in zero mark.
You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the question.
Late submission will result in ZERO mark.
The work should be your own, copying from students or other resources will result in ZERO mark.
Use Times New Roman font for all your answers.
2 Marks
Learning Outcome(s):
Describe the development life cycle of ES and reengineering best practices.

Question One
A manufacturing company is deciding to implement new software to streamline production.
Discuss in your own words how Deming Cycle Change Management Model could be applied.

2 Marks
Learning Outcome(s):
Design ES architectural models for various business processes.
Question Two
Modelling Ontology involves two key approaches: reverse engineering and forward engineering.
Explain each approach with examples.
2 Marks
Learning Outcome(s):
Design ES architectural models for various business processes.
Question Three
Both error events and escalation events are used for exception handling in BPMN 2.0 workflows, but they signal different situations and have different effects on the process flow.
Explain the concept for each one and the effects on the process flow.
2 Marks
Learning Outcome(s):
Develop robust business intelligence solutions that provide an integrated framework for improved business processes within a global context.
Question Four
In Process-Oriented Enterprise, values are characterized by some determinants for example:
-Time
-Flexibility
-Responsiveness
-Quality
-Price
In your own words, define each one of them and briefly explain why these values are considered determinates?

You must submit two separate copies (one Word file and one PDF file) using the A

You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard via the allocated folder. These files must not be in compressed format.
It is your responsibility to check and make sure that you have uploaded both the correct files.
Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words, hide characters, use different character sets, convert text into image or languages other than English or any kind of manipulation).
Email submission will not be accepted.
You are advised to make your work clear and well-presented. This includes filling your information on the cover page.
You must use this template, failing which will result in zero mark.
You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the question.
Late submission will result in ZERO mark.
The work should be your own, copying from students or other resources will result in ZERO mark.
Use Times New Roman font for all your answers.
Introduction
The global economy went through a difficult period due to COVID-19. Many businesses did struggle, and some unfortunately failed. While COVID-19 brought immense challenges, it also opened doors for new business and innovative opportunities.
Peloton’s Rise and Fall
Peloton, the high-end at-home fitness company, initially thrived during the early stages of the pandemic. With gyms closed and people stuck at home, demand for their stationary bikes and fitness classes skyrocketed. However, by 2022, they faced significant challenges. They overestimated demand and built-up excess inventory, leading to stockpiling and financial losses. Competitors like NordicTrack and Echelon offered cheaper alternatives, chipping away at Peloton’s market share. Rising inflation and interest rates squeezed consumer spending, making luxury items like Peloton bikes less affordable. Peloton cut expenses, closed stores, and laid off employees to streamline operations. They launched lower-priced bikes and accessories to broaden their customer base. They invested heavily in their app and content offerings, enhancing the virtual fitness experience. Collaborations with retailers like Dick’s Sporting Goods and Amazon expanded their reach. They focused on building community and the emotional benefits of fitness rather than just pushing product sales. While the road was bumpy, Peloton’s efforts are starting to pay off. They’ve reduced their losses, streamlined operations, and are seeing signs of renewed customer demand. The company has shown resilience and adaptability in the face of adversity.
Note: The above-mentioned case study is just an example; students are supposed to find a case study of business that faced significant challenges during the pandemic but found innovative ways to overcome them.
4 Marks
Learning Outcome(s): CLO1: Explain the interdisciplinary concepts, theories, and trends in ES and their role in supporting business operations.

Question One
After selecting your case study, describe it in your own words by using the following points.
§Clear introduction: It should give the most important information that describes the case study. What is the nature of the product or service they provide? (0.5 mark)
§Business process: describe in detail the key business processes, How are they done? (1 mark)
§The business situation: It describes their situation at that time based on the business process. What are the changes that are made on theses process to overcome the situation. (1 mark)
§The Issues: State the problem/issues, consequences, and any hesitations in the business process. (0.5 mark)
§The strategies: State the key success strategies that helped them to navigate the pandemic challenges. (1 mark)

3 Marks
Learning Outcome(s): CLO4: Design ES architectural models for various business processes.
Question Two
Business Process Model and Notation (BPMN) is a standardized diagramming system used to visualize business processes.
§Use one of the tools such as Visio to model the chosen enterprise current process. (1.5 mark)
§Analyze the model process issues from at least two perspectives such as time and quality perspectives. (1.5 mark)

2 Marks
Learning Outcome(s):
CLO3: Discuss the issues and challenges associated with implementing ES and their impacts on corporate enterprises.
Question Three
Propose at least two suggestions for improving the process of your selected company from equipment, employees, IT & IS technologies perspectives. How your suggestions will solve business process issues. (1 mark)
Note: Your provided suggestions or solutions should be different than the solutions that the company have used to overcome the pandemic. (1 mark)
1 Marks
Learning Outcome(s):
CLO3: Discuss the issues and challenges associated with implementing ES and their impacts on corporate enterprises.
Question Four
Based on your information and the course materials, what innovative approaches can enterprises adopt to strengthen their disaster recovery plans? (1 mark)

You must submit two separate copies (one Word file and one PDF file) using the A

You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard via the allocated folder. These files must not be in compressed format.
It is your responsibility to check and make sure that you have uploaded both the correct files.
Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words, hide characters, use different character sets, convert text into image or languages other than English or any kind of manipulation).
Email submission will not be accepted.
You are advised to make your work clear and well-presented. This includes filling your information on the cover page.
You must use this template, failing which will result in zero mark.
You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the question.
Late submission will result in ZERO mark.
The work should be your own, copying from students or other resources will result in ZERO mark.
Use Times New Roman font for all your answers.
Introduction
The global economy went through a difficult period due to COVID-19. Many businesses did struggle, and some unfortunately failed. While COVID-19 brought immense challenges, it also opened doors for new business and innovative opportunities.
Peloton’s Rise and Fall
Peloton, the high-end at-home fitness company, initially thrived during the early stages of the pandemic. With gyms closed and people stuck at home, demand for their stationary bikes and fitness classes skyrocketed. However, by 2022, they faced significant challenges. They overestimated demand and built-up excess inventory, leading to stockpiling and financial losses. Competitors like NordicTrack and Echelon offered cheaper alternatives, chipping away at Peloton’s market share. Rising inflation and interest rates squeezed consumer spending, making luxury items like Peloton bikes less affordable. Peloton cut expenses, closed stores, and laid off employees to streamline operations. They launched lower-priced bikes and accessories to broaden their customer base. They invested heavily in their app and content offerings, enhancing the virtual fitness experience. Collaborations with retailers like Dick’s Sporting Goods and Amazon expanded their reach. They focused on building community and the emotional benefits of fitness rather than just pushing product sales. While the road was bumpy, Peloton’s efforts are starting to pay off. They’ve reduced their losses, streamlined operations, and are seeing signs of renewed customer demand. The company has shown resilience and adaptability in the face of adversity.
Note: The above-mentioned case study is just an example; students are supposed to find a case study of business that faced significant challenges during the pandemic but found innovative ways to overcome them.
4 Marks
Learning Outcome(s): CLO1: Explain the interdisciplinary concepts, theories, and trends in ES and their role in supporting business operations.

Question One
After selecting your case study, describe it in your own words by using the following points.
§Clear introduction: It should give the most important information that describes the case study. What is the nature of the product or service they provide? (0.5 mark)
§Business process: describe in detail the key business processes, How are they done? (1 mark)
§The business situation: It describes their situation at that time based on the business process. What are the changes that are made on theses process to overcome the situation. (1 mark)
§The Issues: State the problem/issues, consequences, and any hesitations in the business process. (0.5 mark)
§The strategies: State the key success strategies that helped them to navigate the pandemic challenges. (1 mark)

3 Marks
Learning Outcome(s): CLO4: Design ES architectural models for various business processes.
Question Two
Business Process Model and Notation (BPMN) is a standardized diagramming system used to visualize business processes.
§Use one of the tools such as Visio to model the chosen enterprise current process. (1.5 mark)
§Analyze the model process issues from at least two perspectives such as time and quality perspectives. (1.5 mark)

2 Marks
Learning Outcome(s):
CLO3: Discuss the issues and challenges associated with implementing ES and their impacts on corporate enterprises.
Question Three
Propose at least two suggestions for improving the process of your selected company from equipment, employees, IT & IS technologies perspectives. How your suggestions will solve business process issues. (1 mark)
Note: Your provided suggestions or solutions should be different than the solutions that the company have used to overcome the pandemic. (1 mark)
1 Marks
Learning Outcome(s):
CLO3: Discuss the issues and challenges associated with implementing ES and their impacts on corporate enterprises.
Question Four
Based on your information and the course materials, what innovative approaches can enterprises adopt to strengthen their disaster recovery plans? (1 mark)

You must submit two separate copies (one Word file and one PDF file) using the A

You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on Blackboard via the allocated folder. These files must not be in compressed format.
It is your responsibility to check and make sure that you have uploaded both the correct files.
Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between words, hide characters, use different character sets, convert text into image or languages other than English or any kind of manipulation).
Email submission will not be accepted.
You are advised to make your work clear and well-presented. This includes filling your information on the cover page.
You must use this template, failing which will result in zero mark.
You MUST show all your work, and text must not be converted into an image, unless specified otherwise by the question.
Late submission will result in ZERO mark.
The work should be your own, copying from students or other resources will result in ZERO mark.
Use Times New Roman
font for all your answers
2 Marks

Learning Outcome(s):
Design a database starting from the conceptual design to the implementation of database schemas.

Question One
Explore the concept of domains in SQL databases and their significance in enforcing data integrity constraints. Describe the steps involved in creating and utilizing domain constraints using the CHECK clause. Provide real-world examples where domain constraints are essential for ensuring the validity and consistency of data. Additionally, discuss the benefits and limitations of using domains compared to traditional CHECK constraints.
3 Marks

Learning Outcome(s):
Create Entity-Relationship model, Relational model, and write SQL queries.

Question Two
The following is a Student Table from a database. Write your SQL queries to answer the following questions:
Student_ID
Name
Age
Gender
Grade

1
Sarah
18
Female
90

2
Mohamed
19
Male
85

3
Ahmed
17
Male
77

4
Maryam
18
Female
92

5
Saeed
20
Male
87

Retrieve the Name and Age of students with a Grade greater than 89.
Retrieve the count of Male students in the student table.
Retrieve the average Grade of all students.
Update the Grade of the student with Student_ID 3 to 90.
Delete the record of the student named “Ahmed”.
Insert a new student into the table.
3 Marks
Learning
Outcome(s):
Design a database starting from
the conceptual design to the implementation of database schemas
Question Three
Consider a database schema with
the following tables:
CREATE
TABLE Students (
StudentID INT PRIMARY KEY,
Name VARCHAR(50),
Age INT,
GPA FLOAT );
CREATE
TABLE Courses (
CourseID INT PRIMARY KEY,
CourseName VARCHAR(50) );
CREATE
TABLE Enrollments (
EnrollmentID INT PRIMARY KEY,
StudentID INT,
CourseID INT,
Grade FLOAT,
FOREIGN KEY (StudentID) REFERENCES
Students(StudentID),
FOREIGN KEY (CourseID) REFERENCES
Courses(CourseID));
Solve the following SQL
problems by nesting queries.
1. Write an SQL query to find the names of students
who are enrolled in the course ‘Mathematics’ and have a GPA greater than 3.5.
2. Assuming the same database schema, write an SQL
query to find the average GPA of students who have enrolled in the course
‘Physics’.
Extend the previous query to find the average GPA of students who have
enrolled in the course ‘Physics’ and whose age is less than 25.
please make sure for the awnsers and add references please