Construct a model of a byte adder based on the bit adder.Create a program in Python 3 which implement the model of the adder.
Fundamentals of Computing
Coursework
Numerical Data Program with Report
Summary
This is an individual coursework worth 60% of the total module mark. It requires developing of a program in Python which simulates the behaviour of a digital circuit performing integer addition and writing a report to describe the model, algorithm, data structures, program and testing performed.
Tasks
⦁ Construct a model of a byte adder based on the bit adder
⦁ Specify an algorithm for integer addition based on binary operation
⦁ Select suitable data structures to represent the information
⦁ Create a program in Python 3 which implement the model of the adder
⦁ Describe the program
⦁ Test the program with some sample data to demonstrate its behaviour
⦁ Write a report to present the work