CC4002 Information SystemsCoursework 1: Programming inPythonDeadline: 16 January 2017 - submission on WebLearnSummaryThis is an individual coursework worth 30% 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).TasksMark1.Construct a model of a byte adder based on the bit adder max 10%2.Specify an algorithm for integer addition based on binary operation max 10%3.Select suitable data structures to represent the information max 10%4.Create a program in Python 3 which implement the model of the adder max 40%5.Describe the program max 10%6.Test the program with some sample data to demonstrate its behavior max 10%7.Write a report to present the work max 10%Requirements1.ModelThe model must be based on the bit adder from the lecture in Week 3The model may include number of bit adders linked to form a byte adder.
Found this document preview useful?
Related Documents
Programming in Python: Constructing a Model of a Byte Adderlg...
|2
|623
|132
Programming, Algorithms and Data Structure: Weekly Tasks and Exerciseslg...