Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

One of the tests of your code should be for an input list representing a possible ISBN number partly based on the example given above

One of the tests of your code should be for an input list representing a possible ISBN number
partly based on the example given above and partly derived from your ?PI number. So, the first
six digits in your ISBN list should be the first six digits from your PI number and the remaining
digits will be 1,1,8,3,2,1,3. So, for example, for the PI number B9081720, your ISBN list
will be:
9,0,8,1,7,2,1,1,8,3,2,1,3
The first part of this question will only consider the following part of the decomposition.
> Check ISBN number>> Make a new list by leaving the items at the even indexes (including 0) unchanged
and multiplying the items at the odd indexes by 3
You may want to temporarily add a print statement to check the output.
a.
i. Describe the input data and the output data for this first task.
ii. Specify one further input list you might use in testing in addition to the list you have
created using your PI number. Make sure that you state the test input, the
expected output and a brief explanation of why you selected this test.
iii. Write an algorithm based on Pattern 2.4.
iv. Implement your algorithm as Python code. Your code must match the steps of your
algorithm and you should use comments in the code to make it clear how the two
correspond. Marks will be lost if the program does not follow the algorithm. Copy
your Python code, as text, into your Solution document. Name your Python file
Q2a_OUCU.py, where 'OUCU' is your OU computer username, e.g. abc123. Then
include the code file in your TMA zip file.
image text in transcribed

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

Graph Databases In Action

Authors: Dave Bechberger, Josh Perryman

1st Edition

1617296376, 978-1617296376

More Books

Students also viewed these Databases questions

Question

Describe the classification of secondary data?

Answered: 1 week ago