New! Hire Essay Assignment Writer Online and Get Flat 20% Discount!!Order Now
ITC544
AU
Charles Sturt University
(a) More registers appear to be a good thing, in terms of reducing the total number of memory accesses a program might require. Given an arithmetic example, Sum=(A+B)-(C+D), support this statement. First, determine the number of memory accesses necessary using MARIE and the two registers for holding memory data values (AC and MBR). Then perform the same arithmetic computation for a processor that has more than three registers to hold memory data values.
(b) Write a MARIE program to calculate some basic statistics on a list of positive numbers. The program will ask users to input the numbers one by one. Assume that all numbers will be in the range 1 to 1000. To terminate the data entry, the user will input any negative number. Once the data entry is complete, the program will show four statistics about the list of numbers: (i) Count, (ii) Minimum value, and (iii) Sum of the numbers.
As an example, if the user enters the following decimal numbers as input (one after the other)
23, 6, 78, 36, 3, 250, 127, 210, –5
the program would output the following values as the count, minimum and sum respectively:
8
3
733
Assume that the user will always provide valid numbers as input, that is, do not worry about dealing with invalid input data.
Write comments within your program so that a reader can understand it easily.
15,000+ happy customers and counting!