SlideShare a Scribd company logo
1 of 23
Download to read offline
Answer: Task 1 The spreadsheet has been a solid backbone
Answer:
Task 1
The spreadsheet has been a solid backbone of accounting as well as financing for a decade,
although technology has dramatically changed now. Outdated tools like spreadsheets need
to evolve along with providing ways for better tools to keep that pace with all changing
responsibilities. Spreadsheets aren't collaborative and do not provide the ability in
monitoring the overall process of transaction matching, along with these manages this
within one place (Dou, et al., 2018). Spreadsheets also lack major functionality to manage
compliance initiatives. The risks consist of increased fees of audit along with associated
costs of compliance.
Data redundancy: Data redundancy takes place when the same data is kept within several
locations, along with the common occurrence within several businesses. Data redundancy
could result in a complicated process and inefficient coding. There is the use of spreadsheet
applications for managing crucial data; however, they have some limitations when
compared to the real database. The spreadsheet is inherently simpler and easier to
understand, along with are much more familiar to numerous people when compared to the
databases (Mack, et al., 2018). Due to data dependency within the spreadsheets, the same
data could be stored in several locations of the same spreadsheet.
Data independence: Data independence is a crucial characteristic that allows changing the
structure without making any changes within the programs. There is an existence of data
independence when the characteristics of data storage are changed without impeding the
ability of the program in accessing that data (Bøgholm, et al., 2019). The logical schema isn't
changed, although some storage space or data is altered due to optimization or
reorganization. Logical data independence within the spreadsheets is much tougher to
achieve when compared to physical data independence, as these are highly dependent upon
the data's logical structure used to access them.
Data consistency: Data inconsistency is the same data discrepancy within the spreadsheets.
It means that a minimum of 2 data is entered within the spreadsheet in another format.
Within the spreadsheets, such data inconsistency could take place between the cells. Fixing
the data for making this consistent through the spreadsheets is also quite time-consuming.
It takes time from all other crucial works for fixing the past mistakes (Azam, et al., 2019).
Such a process forces in wasting time due to technical errors. Also, different programs,
applications, and software have their systems for putting in along with processing data.
Hence, this becomes quite tough for transferring inconsistent data within another system.
Data integrity: Spreadsheets have been a major area of issues of data integrity for several
years. A huge challenge is how to manage, maintain, along with validating data integrity
generated with the use of spreadsheets. Spreadsheets' data integrity is quite crucial as they
generate crucial data which have an impact upon the data. There could be negative impacts
due to a lack of data integrity within the spreadsheets, as these are used for manipulating
data generated (de Man & Strandhagen, 2018). Lack of inventory is the major indicator of
lack of knowledge about overall spreadsheets needing validation along with should meet all
requirements of data integrity.
Data security: Spreadsheets give the ability in protecting all work if this is preventing
anyone from opening the workbook without any password, providing read-only access to
the workbook, and protecting the worksheet to ensure any unnecessary changes are not
made. As opposed to the dedicated system needing access for logging in, the spreadsheets
could be disseminated quite easily anywhere, to anyone with simple sending of the email. It
makes this easy for the dishonest or disgruntled employee in sharing customer data along
with leads with external contacts. With numerous people using one spreadsheet, as well as
with several calculations and edits taking place at once, this is natural that the spreadsheets
would include some kind of error (Koch, 2018).
The scale of data sharing: Sharing spreadsheets might sometimes result in document
locking or unreadable content. Such errors could unshare that shared workbook with the
users. The users wouldn't be any longer able in saving the data to that shared spreadsheet
file. Hence, all users could save their workbooks individually only to the local computers,
which could result in possessing the same spreadsheet file's different copies (Awad, et al.,
2020). Such errors could be rising due to corruption within the spreadsheet file. The files
with corruption still could be opening as well as functioning; however, at any point, that
corruption could cause some issues.
Tables are used by the databases for storing along with retrieving information. The
databases are relational, which means data between the tables could be cross-references
and linked. In the relational database, all data within the table could be related as per
common concepts and keys (Birch, et al., 2018). Databases could incorporate all other kinds
of information easily. Databases could accommodate downloads of huge file sizes along with
high volumes. As information is stored more efficiently by the databases, volumes of data
could be handled by these databases that could be unmanageable within the spreadsheets
(Goelman & Dietrich, 2018). Also, there is a record limitation in spreadsheets, whereas
databases don't have any such limitation. Updating databases is easier than updating the
spreadsheets, particularly if the same data is maintained within multiple spreadsheets or
records.
Within the databases, all regulatory standards are updated within one table, along with
would be instantly available for every reporting query of such associated data. Additionally,
databases could update all records in bulk. Though data within the spreadsheets could be
filtered as well as sorted, the databases have wide querying functionality, which could
retrieve cross-reference records within multiple tables, every record matching the criteria,
along with performing complicated aggregate calculations over multiple tables. Hence,
databases provide more flexibility for sorting along with presenting data in several ways
that are almost impossible for these spreadsheets (Shaltry, 2020). Every database is
designed in referring to the data without loading every data within the memory. Hence,
databases operate much quicker than spreadsheets while handling huge datasets, whereas
there are memory limitations for the spreadsheets.
Task 2
ER Diagram
Task 3
Student
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Student_ID
Primary Key
Integer
1001
Student_Name
Varchar
Mark Wood
Address
Varchar
21 Rawdon Street
Contact_No
Integer
834433
Breach
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Breach_ID
Primary Key
Integer
101
Type
Varchar
Collusion
Assessment
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Assessment_ID
Primary Key
Integer
2001
Assessment_Type
Varchar
Practical
Weighting
Varchar
50%
Coordinator
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Coordinator_ID
Primary Key
Integer
5001
Coordinato_Name
Varchar
John Smith
Email
Varchar
johnsmith@gmail.com
Contact_No
Integer
765444
Learning Facilitator
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Facilitator_ID
Primary Key
Integer
3001
Facilitator_Name
Varchar
Philip Stones
Email
Varchar
phillips02@gmail.com
Contact_No
Integer
353454
Subject
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Subject_ID
Primary Key
Integer
1001
Subject_Name
Varchar
Economics
Degree
Varchar
Post Graduate
Coordinator_ID
Foreign Key
Integer
5001
Cases
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Case_ID
Primary Key
Integer
1
Student_ID
Foreign Key
Integer
1001
Campus_Location
Varchar
Sydney
Breach_ID
Foreign Key
Integer
101
Subject_ID
Foreign Key
Integer
Degree
Varchar
Post Graduate
Assessment_ID
Foreign Key
Integer
2001
Coordinator_ID
Foreign Key
Integer
5001
Facilitator_ID
Foreign Key
Integer
3001
Investigation
COLUMN NAME
PRIMARY KEY/FOREIGN KEY
FORMAT
SAMPLE DATA
Case_ID
Foreign Key
Integer
1
Breach_ID
Foreign Key
Integer
101
Student_ID
Foreign Key
Integer
1001
Breach_Type
Varchar
Collusion
Breach_Outcome
Varchar
Minor Breach
Penalty_Imposed
Varchar
Marks deducted
Meeting_Date
Date
10th March 2022
MeetingTime
Date
2:30 pm
Coordinator_ID
Foreign Key
Integer
5001
Facilitator_ID
Foreign Key
Integer
3001
References
Awad, A., Elgohary, R., Moawad, I., & Roushdy, M. (2020, April). Metadata Extraction for
Low-Quality Semi-structured Spreadsheets. In The International Conference on Artificial
Intelligence and Computer Vision (pp. 448-457). Springer, Cham. Retrieved from
https://doi.org/10.1007/978-3-030-44289-7_42
Azam, A., Alam, K. A., & Umair, A. (2019, December). Spreadsheet smells: A systematic
mapping study. In 2019 International Conference on Frontiers of Information Technology
(FIT) (pp. 345-3455). IEEE. Retrieved from
https://doi.org/10.1109/FIT47737.2019.00071 Bendre, M., Wattanawaroon, T., Rahman, S.,
Mack, K., Liu, Y., Zhu, S., ... & Parameswaran, A. (2019, April). Faster, higher, stronger:
Redesigning spreadsheets for scale. In 2019 IEEE 35th International Conference on Data
Engineering (ICDE) (pp. 1972-1975). IEEE. Retrieved from
https://doi.org/10.1109/ICDE.2019.00217
Birch, D., Lyford-Smith, D., & Guo, Y. (2018). The future of spreadsheets in the big data era.
arXiv preprint arXiv:1801.10231. Retrieved from https://arxiv.org/abs/1801.10231
Bøgholm, T., Larsen, K. G., Muñiz, M., Thomsen, B., & Thomsen, L. L. (2019). Analyzing
spreadsheets for parallel execution via model checking. In Models, Mindsets, Meta: The
What, the How, and the Why Not? (pp. 27-35). Springer, Cham. Retrieved from
https://doi.org/10.1007/978-3-030-22348-9_3
de Man, J. C., & Strandhagen, J. O. (2018). Spreadsheet application still dominates enterprise
resource planning and advanced planning systems. Ifac-Papersonline, 51(11), 1224-1229.
Retrieved from https://doi.org/10.1016/j.ifacol.2018.08.423
Dou, W., Han, S., Xu, L., Zhang, D., & Wei, J. (2018, September). Expandable group
identification in spreadsheets. In Proceedings of the 33rd ACM/IEEE International
Conference on Automated Software Engineering (pp. 498-508). Retrieved from
https://doi.org/10.1145/3238147.3238222
Goelman, D., & Dietrich, S. W. (2018, February). A Visual introduction to conceptual
database design for all. In Proceedings of the 49th ACM Technical Symposium on Computer
Science Education (pp. 320-325). Retrieved from
https://doi.org/10.1145/3159450.3159555
Koch, P. (2018). Now You're Thinking With Structures: A Concept for Structure-based
Interactions with Spreadsheets. arXiv preprint arXiv:1809.03435. Retrieved from
https://arxiv.org/abs/1809.03435
Mack, K., Lee, J., Chang, K., Karahalios, K., & Parameswaran, A. (2018, April). Characterizing
scalability issues in spreadsheet software using online forums. In Extended Abstracts of the
2018 CHI Conference on Human Factors in Computing Systems (pp. 1-9). Retrieved from
https://doi.org/10.1145/3170427.3174359
Shaltry, C. (2020). A new model for organizing curriculum alignment initiatives. Advances in
physiology education, 44(4), 658-663. Retrieved from
https://doi.org/10.1152/advan.00174.2019

More Related Content

Similar to Task 1 The spreadsheet has been a solid backbone.pdf

1. Chapter One.pdf
1. Chapter One.pdf1. Chapter One.pdf
1. Chapter One.pdffikadumola
 
Discussion 1 The incorrect implementation of databases ou
Discussion 1 The incorrect implementation of databases ouDiscussion 1 The incorrect implementation of databases ou
Discussion 1 The incorrect implementation of databases ouhuttenangela
 
Fundamentals of DBMS
Fundamentals of DBMSFundamentals of DBMS
Fundamentals of DBMSAhmed478619
 
Managing Data Strategically
Managing Data StrategicallyManaging Data Strategically
Managing Data StrategicallyMichael Findling
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbmsRituBhargava7
 
Data lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storageData lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storageDr. C.V. Suresh Babu
 
Data processing in Industrial Systems course notes after week 5
Data processing in Industrial Systems course notes after week 5Data processing in Industrial Systems course notes after week 5
Data processing in Industrial Systems course notes after week 5Ufuk Cebeci
 
Data models and ro
Data models and roData models and ro
Data models and roDiana Diana
 
The Enterprise Excel Hell
The Enterprise Excel HellThe Enterprise Excel Hell
The Enterprise Excel HellBackand Cohen
 
Database Management System, Lecture-1
Database Management System, Lecture-1Database Management System, Lecture-1
Database Management System, Lecture-1Sonia Mim
 
A relational model of data for large shared data banks
A relational model of data for large shared data banksA relational model of data for large shared data banks
A relational model of data for large shared data banksSammy Alvarez
 
Cibm work shop 2chapter six
Cibm  work shop 2chapter sixCibm  work shop 2chapter six
Cibm work shop 2chapter sixShaheen Khan
 
Presentation of DBMS (database management system) part 2
Presentation of DBMS (database management system) part 2Presentation of DBMS (database management system) part 2
Presentation of DBMS (database management system) part 2Junaid Nadeem
 
MS Access and Database Fundamentals
MS Access and Database FundamentalsMS Access and Database Fundamentals
MS Access and Database FundamentalsAnanda Gupta
 
Lecture 1&2(rdbms-ii)
Lecture 1&2(rdbms-ii)Lecture 1&2(rdbms-ii)
Lecture 1&2(rdbms-ii)Ravinder Kamboj
 
Asif nosql
Asif nosqlAsif nosql
Asif nosqlAsif Ali
 
Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systemsDatasoft Consulting
 

Similar to Task 1 The spreadsheet has been a solid backbone.pdf (20)

1. Chapter One.pdf
1. Chapter One.pdf1. Chapter One.pdf
1. Chapter One.pdf
 
Discussion 1 The incorrect implementation of databases ou
Discussion 1 The incorrect implementation of databases ouDiscussion 1 The incorrect implementation of databases ou
Discussion 1 The incorrect implementation of databases ou
 
Fundamentals of DBMS
Fundamentals of DBMSFundamentals of DBMS
Fundamentals of DBMS
 
Managing Data Strategically
Managing Data StrategicallyManaging Data Strategically
Managing Data Strategically
 
database ppt(2)
database ppt(2)database ppt(2)
database ppt(2)
 
File systems versus a dbms
File systems versus a dbmsFile systems versus a dbms
File systems versus a dbms
 
Data lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storageData lakes a tool for minimizing expenditure on storage
Data lakes a tool for minimizing expenditure on storage
 
Data processing in Industrial Systems course notes after week 5
Data processing in Industrial Systems course notes after week 5Data processing in Industrial Systems course notes after week 5
Data processing in Industrial Systems course notes after week 5
 
Data models and ro
Data models and roData models and ro
Data models and ro
 
Database System Concepts
Database System ConceptsDatabase System Concepts
Database System Concepts
 
The Enterprise Excel Hell
The Enterprise Excel HellThe Enterprise Excel Hell
The Enterprise Excel Hell
 
Data virtualization
Data virtualizationData virtualization
Data virtualization
 
Database Management System, Lecture-1
Database Management System, Lecture-1Database Management System, Lecture-1
Database Management System, Lecture-1
 
A relational model of data for large shared data banks
A relational model of data for large shared data banksA relational model of data for large shared data banks
A relational model of data for large shared data banks
 
Cibm work shop 2chapter six
Cibm  work shop 2chapter sixCibm  work shop 2chapter six
Cibm work shop 2chapter six
 
Presentation of DBMS (database management system) part 2
Presentation of DBMS (database management system) part 2Presentation of DBMS (database management system) part 2
Presentation of DBMS (database management system) part 2
 
MS Access and Database Fundamentals
MS Access and Database FundamentalsMS Access and Database Fundamentals
MS Access and Database Fundamentals
 
Lecture 1&2(rdbms-ii)
Lecture 1&2(rdbms-ii)Lecture 1&2(rdbms-ii)
Lecture 1&2(rdbms-ii)
 
Asif nosql
Asif nosqlAsif nosql
Asif nosql
 
Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systems
 

More from sdfghj21

you interviewed the CEO and evaluated the organization to gain.docx
you interviewed the CEO and evaluated the organization to gain.docxyou interviewed the CEO and evaluated the organization to gain.docx
you interviewed the CEO and evaluated the organization to gain.docxsdfghj21
 
Write a to paper about genetically vigorous.docx
Write a to paper about genetically vigorous.docxWrite a to paper about genetically vigorous.docx
Write a to paper about genetically vigorous.docxsdfghj21
 
When you talk about the meaning of which sense.docx
When you talk about the meaning of which sense.docxWhen you talk about the meaning of which sense.docx
When you talk about the meaning of which sense.docxsdfghj21
 
Virtualization and cloud services continue to gain momentum as more.docx
Virtualization and cloud services continue to gain momentum as more.docxVirtualization and cloud services continue to gain momentum as more.docx
Virtualization and cloud services continue to gain momentum as more.docxsdfghj21
 
Your name Brief background Your profession What you hope to.docx
Your name Brief background Your profession What you hope to.docxYour name Brief background Your profession What you hope to.docx
Your name Brief background Your profession What you hope to.docxsdfghj21
 
The ways in which views related to race seem.docx
The ways in which views related to race seem.docxThe ways in which views related to race seem.docx
The ways in which views related to race seem.docxsdfghj21
 
This project provides you an opportunity to apply the marketing.docx
This project provides you an opportunity to apply the marketing.docxThis project provides you an opportunity to apply the marketing.docx
This project provides you an opportunity to apply the marketing.docxsdfghj21
 
The assignment must be submitted on a Microsoft word.docx
The assignment must be submitted on a Microsoft word.docxThe assignment must be submitted on a Microsoft word.docx
The assignment must be submitted on a Microsoft word.docxsdfghj21
 
Using online or library research articles explain the.docx
Using online or library research articles explain the.docxUsing online or library research articles explain the.docx
Using online or library research articles explain the.docxsdfghj21
 
Standards are designed to ensure Without no structure.docx
Standards are designed to ensure Without no structure.docxStandards are designed to ensure Without no structure.docx
Standards are designed to ensure Without no structure.docxsdfghj21
 
think of a leader or presenter whose communication has.docx
think of a leader or presenter whose communication has.docxthink of a leader or presenter whose communication has.docx
think of a leader or presenter whose communication has.docxsdfghj21
 
The Community of Inquiry frameworkLinks to an external is.docx
The Community of Inquiry frameworkLinks to an external is.docxThe Community of Inquiry frameworkLinks to an external is.docx
The Community of Inquiry frameworkLinks to an external is.docxsdfghj21
 
we focus on notion of the in addition.docx
we focus on notion of the in addition.docxwe focus on notion of the in addition.docx
we focus on notion of the in addition.docxsdfghj21
 
When and how did you become aware of people being.docx
When and how did you become aware of people being.docxWhen and how did you become aware of people being.docx
When and how did you become aware of people being.docxsdfghj21
 
To Working with your field identify a social.docx
To Working with your field identify a social.docxTo Working with your field identify a social.docx
To Working with your field identify a social.docxsdfghj21
 
Write Cornell notes after reading Cornell Notes are.docx
Write Cornell notes after reading Cornell Notes are.docxWrite Cornell notes after reading Cornell Notes are.docx
Write Cornell notes after reading Cornell Notes are.docxsdfghj21
 
What are some current challenges your chosen groups.docx
What are some current challenges your chosen groups.docxWhat are some current challenges your chosen groups.docx
What are some current challenges your chosen groups.docxsdfghj21
 
To complete this review the Learning Resources for this.docx
To complete this review the Learning Resources for this.docxTo complete this review the Learning Resources for this.docx
To complete this review the Learning Resources for this.docxsdfghj21
 
summarize Jacob and inspirations in a.docx
summarize Jacob and inspirations in a.docxsummarize Jacob and inspirations in a.docx
summarize Jacob and inspirations in a.docxsdfghj21
 
Strong leaders do not only focus on building their own.docx
Strong leaders do not only focus on building their own.docxStrong leaders do not only focus on building their own.docx
Strong leaders do not only focus on building their own.docxsdfghj21
 

More from sdfghj21 (20)

you interviewed the CEO and evaluated the organization to gain.docx
you interviewed the CEO and evaluated the organization to gain.docxyou interviewed the CEO and evaluated the organization to gain.docx
you interviewed the CEO and evaluated the organization to gain.docx
 
Write a to paper about genetically vigorous.docx
Write a to paper about genetically vigorous.docxWrite a to paper about genetically vigorous.docx
Write a to paper about genetically vigorous.docx
 
When you talk about the meaning of which sense.docx
When you talk about the meaning of which sense.docxWhen you talk about the meaning of which sense.docx
When you talk about the meaning of which sense.docx
 
Virtualization and cloud services continue to gain momentum as more.docx
Virtualization and cloud services continue to gain momentum as more.docxVirtualization and cloud services continue to gain momentum as more.docx
Virtualization and cloud services continue to gain momentum as more.docx
 
Your name Brief background Your profession What you hope to.docx
Your name Brief background Your profession What you hope to.docxYour name Brief background Your profession What you hope to.docx
Your name Brief background Your profession What you hope to.docx
 
The ways in which views related to race seem.docx
The ways in which views related to race seem.docxThe ways in which views related to race seem.docx
The ways in which views related to race seem.docx
 
This project provides you an opportunity to apply the marketing.docx
This project provides you an opportunity to apply the marketing.docxThis project provides you an opportunity to apply the marketing.docx
This project provides you an opportunity to apply the marketing.docx
 
The assignment must be submitted on a Microsoft word.docx
The assignment must be submitted on a Microsoft word.docxThe assignment must be submitted on a Microsoft word.docx
The assignment must be submitted on a Microsoft word.docx
 
Using online or library research articles explain the.docx
Using online or library research articles explain the.docxUsing online or library research articles explain the.docx
Using online or library research articles explain the.docx
 
Standards are designed to ensure Without no structure.docx
Standards are designed to ensure Without no structure.docxStandards are designed to ensure Without no structure.docx
Standards are designed to ensure Without no structure.docx
 
think of a leader or presenter whose communication has.docx
think of a leader or presenter whose communication has.docxthink of a leader or presenter whose communication has.docx
think of a leader or presenter whose communication has.docx
 
The Community of Inquiry frameworkLinks to an external is.docx
The Community of Inquiry frameworkLinks to an external is.docxThe Community of Inquiry frameworkLinks to an external is.docx
The Community of Inquiry frameworkLinks to an external is.docx
 
we focus on notion of the in addition.docx
we focus on notion of the in addition.docxwe focus on notion of the in addition.docx
we focus on notion of the in addition.docx
 
When and how did you become aware of people being.docx
When and how did you become aware of people being.docxWhen and how did you become aware of people being.docx
When and how did you become aware of people being.docx
 
To Working with your field identify a social.docx
To Working with your field identify a social.docxTo Working with your field identify a social.docx
To Working with your field identify a social.docx
 
Write Cornell notes after reading Cornell Notes are.docx
Write Cornell notes after reading Cornell Notes are.docxWrite Cornell notes after reading Cornell Notes are.docx
Write Cornell notes after reading Cornell Notes are.docx
 
What are some current challenges your chosen groups.docx
What are some current challenges your chosen groups.docxWhat are some current challenges your chosen groups.docx
What are some current challenges your chosen groups.docx
 
To complete this review the Learning Resources for this.docx
To complete this review the Learning Resources for this.docxTo complete this review the Learning Resources for this.docx
To complete this review the Learning Resources for this.docx
 
summarize Jacob and inspirations in a.docx
summarize Jacob and inspirations in a.docxsummarize Jacob and inspirations in a.docx
summarize Jacob and inspirations in a.docx
 
Strong leaders do not only focus on building their own.docx
Strong leaders do not only focus on building their own.docxStrong leaders do not only focus on building their own.docx
Strong leaders do not only focus on building their own.docx
 

Recently uploaded

AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptNishitharanjan Rout
 
MOOD STABLIZERS DRUGS.pptx
MOOD     STABLIZERS           DRUGS.pptxMOOD     STABLIZERS           DRUGS.pptx
MOOD STABLIZERS DRUGS.pptxPoojaSen20
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文中 央社
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...Nguyen Thanh Tu Collection
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...EADTU
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi RajagopalEADTU
 
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSean M. Fox
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...Nguyen Thanh Tu Collection
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxMarlene Maheu
 
Book Review of Run For Your Life Powerpoint
Book Review of Run For Your Life PowerpointBook Review of Run For Your Life Powerpoint
Book Review of Run For Your Life Powerpoint23600690
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...EduSkills OECD
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppCeline George
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaEADTU
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxneillewis46
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxAdelaideRefugio
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽中 央社
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFVivekanand Anglo Vedic Academy
 
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of TransportBasic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of TransportDenish Jangid
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptxPoojaSen20
 

Recently uploaded (20)

AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
MOOD STABLIZERS DRUGS.pptx
MOOD     STABLIZERS           DRUGS.pptxMOOD     STABLIZERS           DRUGS.pptx
MOOD STABLIZERS DRUGS.pptx
 
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文會考英文
 
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH FORM 50 CÂU TRẮC NGHI...
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
e-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopale-Sealing at EADTU by Kamakshi Rajagopal
e-Sealing at EADTU by Kamakshi Rajagopal
 
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
Book Review of Run For Your Life Powerpoint
Book Review of Run For Your Life PowerpointBook Review of Run For Your Life Powerpoint
Book Review of Run For Your Life Powerpoint
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...
 
An Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge AppAn Overview of the Odoo 17 Knowledge App
An Overview of the Odoo 17 Knowledge App
 
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes GuàrdiaPersonalisation of Education by AI and Big Data - Lourdes Guàrdia
Personalisation of Education by AI and Big Data - Lourdes Guàrdia
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 
The Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDFThe Story of Village Palampur Class 9 Free Study Material PDF
The Story of Village Palampur Class 9 Free Study Material PDF
 
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of TransportBasic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 

Task 1 The spreadsheet has been a solid backbone.pdf

  • 1. Answer: Task 1 The spreadsheet has been a solid backbone Answer: Task 1 The spreadsheet has been a solid backbone of accounting as well as financing for a decade, although technology has dramatically changed now. Outdated tools like spreadsheets need to evolve along with providing ways for better tools to keep that pace with all changing responsibilities. Spreadsheets aren't collaborative and do not provide the ability in monitoring the overall process of transaction matching, along with these manages this within one place (Dou, et al., 2018). Spreadsheets also lack major functionality to manage compliance initiatives. The risks consist of increased fees of audit along with associated costs of compliance. Data redundancy: Data redundancy takes place when the same data is kept within several locations, along with the common occurrence within several businesses. Data redundancy could result in a complicated process and inefficient coding. There is the use of spreadsheet applications for managing crucial data; however, they have some limitations when compared to the real database. The spreadsheet is inherently simpler and easier to understand, along with are much more familiar to numerous people when compared to the databases (Mack, et al., 2018). Due to data dependency within the spreadsheets, the same data could be stored in several locations of the same spreadsheet. Data independence: Data independence is a crucial characteristic that allows changing the structure without making any changes within the programs. There is an existence of data independence when the characteristics of data storage are changed without impeding the ability of the program in accessing that data (Bøgholm, et al., 2019). The logical schema isn't changed, although some storage space or data is altered due to optimization or reorganization. Logical data independence within the spreadsheets is much tougher to achieve when compared to physical data independence, as these are highly dependent upon the data's logical structure used to access them. Data consistency: Data inconsistency is the same data discrepancy within the spreadsheets. It means that a minimum of 2 data is entered within the spreadsheet in another format. Within the spreadsheets, such data inconsistency could take place between the cells. Fixing
  • 2. the data for making this consistent through the spreadsheets is also quite time-consuming. It takes time from all other crucial works for fixing the past mistakes (Azam, et al., 2019). Such a process forces in wasting time due to technical errors. Also, different programs, applications, and software have their systems for putting in along with processing data. Hence, this becomes quite tough for transferring inconsistent data within another system. Data integrity: Spreadsheets have been a major area of issues of data integrity for several years. A huge challenge is how to manage, maintain, along with validating data integrity generated with the use of spreadsheets. Spreadsheets' data integrity is quite crucial as they generate crucial data which have an impact upon the data. There could be negative impacts due to a lack of data integrity within the spreadsheets, as these are used for manipulating data generated (de Man & Strandhagen, 2018). Lack of inventory is the major indicator of lack of knowledge about overall spreadsheets needing validation along with should meet all requirements of data integrity. Data security: Spreadsheets give the ability in protecting all work if this is preventing anyone from opening the workbook without any password, providing read-only access to the workbook, and protecting the worksheet to ensure any unnecessary changes are not made. As opposed to the dedicated system needing access for logging in, the spreadsheets could be disseminated quite easily anywhere, to anyone with simple sending of the email. It makes this easy for the dishonest or disgruntled employee in sharing customer data along with leads with external contacts. With numerous people using one spreadsheet, as well as with several calculations and edits taking place at once, this is natural that the spreadsheets would include some kind of error (Koch, 2018). The scale of data sharing: Sharing spreadsheets might sometimes result in document locking or unreadable content. Such errors could unshare that shared workbook with the users. The users wouldn't be any longer able in saving the data to that shared spreadsheet file. Hence, all users could save their workbooks individually only to the local computers, which could result in possessing the same spreadsheet file's different copies (Awad, et al., 2020). Such errors could be rising due to corruption within the spreadsheet file. The files with corruption still could be opening as well as functioning; however, at any point, that corruption could cause some issues. Tables are used by the databases for storing along with retrieving information. The databases are relational, which means data between the tables could be cross-references and linked. In the relational database, all data within the table could be related as per common concepts and keys (Birch, et al., 2018). Databases could incorporate all other kinds of information easily. Databases could accommodate downloads of huge file sizes along with high volumes. As information is stored more efficiently by the databases, volumes of data could be handled by these databases that could be unmanageable within the spreadsheets (Goelman & Dietrich, 2018). Also, there is a record limitation in spreadsheets, whereas databases don't have any such limitation. Updating databases is easier than updating the
  • 3. spreadsheets, particularly if the same data is maintained within multiple spreadsheets or records. Within the databases, all regulatory standards are updated within one table, along with would be instantly available for every reporting query of such associated data. Additionally, databases could update all records in bulk. Though data within the spreadsheets could be filtered as well as sorted, the databases have wide querying functionality, which could retrieve cross-reference records within multiple tables, every record matching the criteria, along with performing complicated aggregate calculations over multiple tables. Hence, databases provide more flexibility for sorting along with presenting data in several ways that are almost impossible for these spreadsheets (Shaltry, 2020). Every database is designed in referring to the data without loading every data within the memory. Hence, databases operate much quicker than spreadsheets while handling huge datasets, whereas there are memory limitations for the spreadsheets. Task 2 ER Diagram Task 3 Student COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Student_ID
  • 5. 21 Rawdon Street Contact_No Integer 834433 Breach COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Breach_ID Primary Key
  • 8. Varchar 50% Coordinator COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Coordinator_ID Primary Key Integer 5001
  • 10. 765444 Learning Facilitator COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Facilitator_ID Primary Key Integer 3001 Facilitator_Name
  • 12. 353454 Subject COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Subject_ID Primary Key Integer 1001 Subject_Name
  • 14. Cases COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Case_ID Primary Key Integer 1 Student_ID Foreign Key
  • 18. COLUMN NAME PRIMARY KEY/FOREIGN KEY FORMAT SAMPLE DATA Case_ID Foreign Key Integer 1 Breach_ID Foreign Key Integer
  • 21. 10th March 2022 MeetingTime Date 2:30 pm Coordinator_ID Foreign Key Integer 5001 Facilitator_ID
  • 22. Foreign Key Integer 3001 References Awad, A., Elgohary, R., Moawad, I., & Roushdy, M. (2020, April). Metadata Extraction for Low-Quality Semi-structured Spreadsheets. In The International Conference on Artificial Intelligence and Computer Vision (pp. 448-457). Springer, Cham. Retrieved from https://doi.org/10.1007/978-3-030-44289-7_42 Azam, A., Alam, K. A., & Umair, A. (2019, December). Spreadsheet smells: A systematic mapping study. In 2019 International Conference on Frontiers of Information Technology (FIT) (pp. 345-3455). IEEE. Retrieved from https://doi.org/10.1109/FIT47737.2019.00071 Bendre, M., Wattanawaroon, T., Rahman, S., Mack, K., Liu, Y., Zhu, S., ... & Parameswaran, A. (2019, April). Faster, higher, stronger: Redesigning spreadsheets for scale. In 2019 IEEE 35th International Conference on Data Engineering (ICDE) (pp. 1972-1975). IEEE. Retrieved from https://doi.org/10.1109/ICDE.2019.00217 Birch, D., Lyford-Smith, D., & Guo, Y. (2018). The future of spreadsheets in the big data era. arXiv preprint arXiv:1801.10231. Retrieved from https://arxiv.org/abs/1801.10231 Bøgholm, T., Larsen, K. G., Muñiz, M., Thomsen, B., & Thomsen, L. L. (2019). Analyzing spreadsheets for parallel execution via model checking. In Models, Mindsets, Meta: The What, the How, and the Why Not? (pp. 27-35). Springer, Cham. Retrieved from https://doi.org/10.1007/978-3-030-22348-9_3 de Man, J. C., & Strandhagen, J. O. (2018). Spreadsheet application still dominates enterprise resource planning and advanced planning systems. Ifac-Papersonline, 51(11), 1224-1229. Retrieved from https://doi.org/10.1016/j.ifacol.2018.08.423 Dou, W., Han, S., Xu, L., Zhang, D., & Wei, J. (2018, September). Expandable group identification in spreadsheets. In Proceedings of the 33rd ACM/IEEE International Conference on Automated Software Engineering (pp. 498-508). Retrieved from
  • 23. https://doi.org/10.1145/3238147.3238222 Goelman, D., & Dietrich, S. W. (2018, February). A Visual introduction to conceptual database design for all. In Proceedings of the 49th ACM Technical Symposium on Computer Science Education (pp. 320-325). Retrieved from https://doi.org/10.1145/3159450.3159555 Koch, P. (2018). Now You're Thinking With Structures: A Concept for Structure-based Interactions with Spreadsheets. arXiv preprint arXiv:1809.03435. Retrieved from https://arxiv.org/abs/1809.03435 Mack, K., Lee, J., Chang, K., Karahalios, K., & Parameswaran, A. (2018, April). Characterizing scalability issues in spreadsheet software using online forums. In Extended Abstracts of the 2018 CHI Conference on Human Factors in Computing Systems (pp. 1-9). Retrieved from https://doi.org/10.1145/3170427.3174359 Shaltry, C. (2020). A new model for organizing curriculum alignment initiatives. Advances in physiology education, 44(4), 658-663. Retrieved from https://doi.org/10.1152/advan.00174.2019