[Solved]-Python Create Program Simulate Random Access Memory Create Array Least 12k Long Set Word L Q37248098
In Python…
Create a program to simulate Random Access Memory
– Create an array at least 12K long.
– Set up a word length (8 bits).
– Fill the Array with Random Data. (8bits each).
– Read and Return(display) the data from the 100th record, the1000th record, and then overwrite the 99th record and the 999threcord with zero’s.
– Again Read and Return the data from the 100th record the1000th record.
– Display how many records the array can hold.
– Do a dump(display) of every other record.
Done.
Expert Answer
Answer to In Python… Create a program to simulate Random Access Memory – Create an array at least 12K long. – Set up a word leng… . . .
OR

