Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Time 5 0 % : Did you spend at least six hours on your Python program or test functions during the current lesson? Description 1

Time50%: Did you spend at least six hours on your Python program or test functions during the current lesson?
Description10%: Is the description of your work for this lesson complete and easily understandable? Your description should include the following:
A list of the function names in your program.
A list of the test function names in your test code.
A list of the documentation that you read, the videos that you watched, and the coding experiments that you tried.
A description or list of the work that you finished on your program.
Python program file25%: Upload your Python program. Your teacher will evaluate it according to these criteria:
Your program is divided into functions and each function performs one task only.
Your program effectively uses existing Python modules such as math, random, requests, pandas, and tkinter.
Your program performs a significant real world task.
Python test file15%: Upload your Python test file. Your teacher will evaluate it according to these criteria:
Each testable program function is covered (tested) by one test function. (Some functions, especially main and those that create GUIs are difficult to test and dont need to have a corresponding test function.)
Each test function completely exercises (tests) its corresponding program function. In other words, the test function calls the program function multiple times with different arguments, including unusual or unexpected values.

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

Transactions On Large Scale Data And Knowledge Centered Systems Iv Special Issue On Database Systems For Biomedical Applications Lncs 6990

Authors: Abdelkader Hameurlain ,Josef Kung ,Roland Wagner ,Christian Bohm ,Johann Eder ,Claudia Plant

2011th Edition

3642237398, 978-3642237393

More Books

Students also viewed these Databases questions

Question

identify current issues relating to equal pay in organisations

Answered: 1 week ago