Python Adder Model: Implementing Bit Adder in Python - Coursework 1

Verified

Added on  2019/09/20

|2
|623
|132
Project
AI Summary
This assignment involves creating a Python-based adder model for an Information Systems course. The project requires students to model a byte adder based on a bit adder, develop an algorithm for integer addition using binary operations, and select appropriate data structures for implementation. The program must read two integer numbers, compute their sum, and handle input validation. The solution includes details on program structure, testing with diverse data, and a comprehensive report encompassing the model, algorithm, data structures, program description, and test results. The report should also include a reflection on the individual experience. The model must be based on the bit adder, the algorithm must be specified using pseudocode, structured English or plain text, the program should be implemented in a modular way with separate functions for inputting data, bit operations, integer operations and outputting the result of the calculation, and the tests must be performed using suitable test data.
Document Page
Information Systems
Coursework 1: Programming in
Python
Tasks Mark
1. 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%
Requirements
1. Model
The model must be based on the bit adder from the lecture in Week 3
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.)
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
The algorithm must be specified using pseudocode, structured English or plain text
The algorithm can be illustrated using a diagram
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
6. Testing
The tests must be performed using suitable test data (i.e., normal data, max/min
boundary values, wrong data types, wrong values)
The testing can be presented using screen shots of the execution
7. Reporting
The report must present all components of the work – model, algorithm, data,
program, tests
It must be written in proofread English in good style
The report must have a title page, table of content, page numbers and reflection on
the individual experience
chevron_up_icon
1 out of 2
circle_padding
hide_on_mobile
zoom_out_icon