os211

Top 10 List of Week 04

  1. Pointer in C Languange
    This website explain about pointer in C language. You also can find easy example the how to declare pointer variable and print data which the variable point. Simple example in this website help to understand memory pointer fast.

  2. Little Endian vs Big Endian Mystery
    Find out the little endian and big endian meaning. There is programming style which should be avoided to not accidentally confuse between both.

  3. How Virtual Memory Translated To Physical Memory Address
    This website explained how memory address translated from address developer see to physical address. There is some illustration that will help you to understand the translation process.

  4. Memory Swapping
    Get the idea of memory swapping practice in operating system. This website provide brief explanation and some pros cons of memory swapping.

  5. Memory Segmentation Explained
    This video explains how memory segmentation works and implemented. This video provide easy explanation with illustration easy to understand.

  6. Memory Leak Issue And How To Avoid
    This website provide memory leak example can happened especially in C. You need to free the memory to avoid memory leak happened and can eat your memory for unused things.

  7. What is DLL in Windows
    This Microsoft documentation page explains what is DLL and how programs can use DLL to improve improve resource usage.

  8. The Usage of * and Ampersand in C
    Learn the usage of * and & when declare or print in C. This website include some example that will help to understand the usage.

  9. Example and type of * and Ampersand Usage
    Another explanation about usage of * and & in C. This forum provide a brief explanation also with various example of the * and & usage, also with output expected from the code.

  10. Overview Memory Management In OS
    This website provide summary of memory management in OS. In this one page website, you can get information from process address space until memory segmentation. 15 minutes read for all material about memory management in operating system.