August 1, DQ Responses
Subject: Modern Operating Systems
Q1. Read the below paragraph and write your opinion.
Note: 150 words with intext citation and reference must.
In general, the memory is made up of blocks of consecutive memory, where each block is power of 2 in size. Each block could be either free or occupied, depending on if it is being allocated to the user. There are two types of dynamic memory allocation systems. Allocate : Searches for a free memory block of size 2k, flag it as occupied and a pointer is returned to it. Deallocate : Flag the older allocated memory blocks as free. When the block is deallocated, the system checks if it can be merged with other blocks or undo any splits that was done to make this block(Brodah, Demaine, Munro) The importance of file deallocation is that it frees up the memory once the application has done with using the allocated space. Then the system releases the information from the memory and let the different program to use this memory. If deallocation doesn’t takes place on regular bases, there could be memory leak and cant be used by other programs or redistribution to other resources in the future. Or even the computer might start responding at slower rate since it would spend relatively longer time in finding the free space to launch programs.
Q2. Read the below paragraph and write your opinion.
Note: 150 words with intext citation and reference must.
The memory is just one of the important parts in the computer world, it plays an important rule to drive the innovation and development of the advanced computer. Therefore, my final paper will focus on the memory and describe the memory’s history and future to end this course and it will be a biggest take-away I got from this course. 1. Types of computer memory 2. Evolution of memory 3. The importance of memory 4. The future development of memory
Subject: Internship
Q3. Read the below paragraph and write your opinion.
Note: 150 words with intext citation and reference must.