Construct a model of a byte adder based on the bit adder


For the coursework, the students are required to develop an application based on detailed guidance on given specifications. Through the coursework students should be able to:

1. Construct a model of a byte adder based on the bit adder

2. Specify an algorithm for integer addition based on binary operation

3. Select suitable data structures to represent the information

4. Create a program in Python which implement the model of the adder

5. Describe the program

6. Test the program with some sample data to demonstrate its behavior

7. Write a report to present the work

• Student are required to submit weekly assignment along with related research evidence

• The guideline for the Documentation/Development part is given below:

o Components to be included are: cover page, proposal, table of contents, figures and tables, footer.

o The report must have an Introduction section with definite goals and objectives (approx. 400 words).

o The report must have a Discussion and Analysis section in which students need to explain how the program was developed.

1. Model
• The model must be based on the bit adder.

139_Figure.jpg

• The model may include number of bit adders linked to form a byte adder.
• The model can be presented using suitable diagram created using drawing tool or graphics editor of your choice (the bit adder can be a box with input and output only)

2. Algorithm
• The algorithm for adding two integers must be based on the use of standard logical operations which have direct hardware implementation (AND, OR, XOR, NOT)
• It can use additional data processing operations which might be necessary to manipulate the data (i.e., input/output operations, type conversion operations, information retrieval operations, bitwise data processing operations, etc.)
• The algorithm must be specified using pseudocode.
• The algorithm can be illustrated using a diagram (optional).

3. Data Structures
• The programming should be done using data structures and operations in Python for input/output, character and string processing, logical or bitwise manipulations.
• It can use any primitive or complex data structures which might be necessary for holding the data (pairs, lists, strings, dictionaries, etc.)
• The choice of data structures must be specified in the report.

4. Program
• The program must work in a loop, reading two integer numbers, computing the sum of them and printing out the result until instructed to quit
• The program must check the input data for the data type permitted (representation of an integer) and the data value limitations (the value of the integer must not exceed the actual size of byte-coded integers, i.e. min 00000000 and max 11111111 in Base 2 or min 0 and max 255 in Base 10 for positive integers, min 11111111 and max 01111111 in Base 2 or min -127 and max +127 in Base 10 for signed integers)
• The program must be implemented in a modular way with separate functions for inputting data, bit operations, integer operations and outputting the result of the calculation

5. Description
• The program must be described in terms of its structure and behaviour.
• It can be presented using text and structural charts, flowcharts or other diagrams as needed.

o The report must have a Research section; the student need to look into at least 5 different books, journals, websites. (approx. 500 words).

o The report must have a Testing section with evidence (through appropriate screen dumps) that has been carried out for the program.

o The report must include a Conclusion section where they need to present their finding of the development and research (approx. 300 words).

• Guidelines for the Continuous assessment are:

o Regular Meeting with the tutor.

o Supportive evidences of their weekly assignment.

o Evidence of feedback from supervisors.

o Hard copy of reference materials.

• Demonstration of the project:
o Students will be asked to demonstrate their group project from their submitted CD and from master git repository.
o If any individual student is not able to justify his/her group project then the project will be kept under plagiarism.

NOTE: The technicality of the project will be judged during the demo and marked accordingly.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Construct a model of a byte adder based on the bit adder
Reference No:- TGS02157211

Expected delivery within 24 Hours