Contiguous Memory Lecture by Mrs. Deepika Shrivastava.
Contiguous memory believes in storing data in continuous locations. It is the largest chuck of available memory that is not fragmented. When a process needs to execute, memory is requested by …
Faculty: ARTS B.A. III Year(VI Semester) Model Papers Sr. No. Paper Name Question Paper Link 1 Economics Click Here 2 English Literature Click Here 3 Geography Click Here 4 Political Science …
Faculty: ARTS B.A. III Year(V Semester) Model Papers Sr. No. Paper Name Question Paper Link 1 Economics Click Here 2 English Literature Click Here 3 Geography Click Here 4 Political Science …
Faculty: ARTS B.A. II Year(IV Semester) Model Papers Sr. No. Paper Name Question Paper Link 1 Economics Click Here 2 English Literature Click Here 3 Geography Click Here 4 Political Science …
Contiguous memory believes in storing data in continuous locations. It is the largest chuck of available memory that is not fragmented. When a process needs to execute, memory is requested by …
Contiguous memory believes in storing data in continuous locations. It is the largest chuck of available memory that is not fragmented. When a process needs to execute, memory is requested by the process. The size of the process is compared with the amount of contiguous main memory available to execute the process. If sufficient contiguous memory is found, the process is allocated memory to start its execution. Otherwise, it is added to a queue of waiting processes until sufficient free contiguous memory is available.
Compiler is a program which coverts High Level Language (source code) into assembly level language (executable code). Compiler works fast as compared to interpreter. Compiler comprises of following:
Compiler is a program which coverts High Level Language (source code) into assembly level language (executable code). Compiler works fast as compared to interpreter. Compiler comprises of following:
