Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this task you are required to provide a way for the scientists to update the name of a specimen when the AI detection software

In this task you are required to provide a way for the scientists to update the name of a specimen when the AI detection software has incorrectly labelled a plant. This requires two functions: specimenCorrection(index, name) which changes the name of the specimen at the specified index to the specified name. For example, specimenCorrection(3,Acacia longifolia) needs to change the item at index 3 of the list to be Acacia longifolia speciesCorrection(current, new) which changes the name of every specimen with the current name to the new name. For example, speciesCorrection(Koromiko,Veronica albicans) needs to replace every list entry that stores Koromiko to store Veronica albicans. In your program you may define other (auxiliary) functions with arbitrary names, however, the solution functions of this task should be named specimenCorrection(index, name) and speciesCorrection(current, new). You must also document your algorithm / pseudocode for your solution.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Michael V. Mannino

3rd Edition

0071107010, 978-0071107013

More Books

Students also viewed these Databases questions

Question

explain what is meant by the terms unitarism and pluralism

Answered: 1 week ago