Thread: my coursework

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    27

    my coursework

    hi,

    i am having real trouble with this question. Can you help? here is the question, it should be roughly 500 words.


    ---------------------------------------------------------------------------------
    The aim of this work is to use performance monitoring tools to investigate virtual memory and some related issues in Windows NT.

    RowCol.c is an application program which can be used to experiment with the properties of virtual memory. Build and run the program and examine the source code. Note that the program allocates some memory and then accesses the memory in two different ways. What is the difference between the two ways? What variation do you see in time of access to memory? Investigate the operation of the program in any way that you think appropriate and try to explain the variation. Do not try to oversimplify this issue; I am not expecting you to produce a simple answer, rather I want you to investigate the issue and submit a description of your investigation and your conclusions. Things that you might try are running the memory monitoring tools whilst running RowCol, draw graphs, modify the program to investigate specific ideas....
    -------------------------------------------------------------------------------
    and my answer so far:
    --------------------------------------------------------------------------------
    The first way writes to the memory block column by column. The second way writes to the memory block row by row. When memory Is accessed in the computer, first the row address is selected, and then the column address. So accessing memory is quicker if it is done row by row?. Does accessing the memory column by column cause more page faults?

    However, virtual memory/accesing the hdd is makes no diff if done in rows or columns??

  2. #2
    Registered User
    Join Date
    Nov 2003
    Posts
    27
    the answer should be roughly 500 words..

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    The first way writes to the memory block column by column. The second way writes to the memory block row by row. When memory Is accessed in the computer, first the row address is selected, and then the column address.
    40 down, 460 to go.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Media Centre Coursework.
    By dac in forum C++ Programming
    Replies: 2
    Last Post: 06-20-2006, 07:11 PM
  2. University Coursework - NOT ASKING FOR CODE!
    By bobthebullet990 in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 05-05-2006, 06:11 PM
  3. Printing coursework help!
    By dac in forum C++ Programming
    Replies: 0
    Last Post: 02-12-2006, 09:31 AM
  4. Replies: 1
    Last Post: 04-20-2003, 05:02 PM
  5. urgent coursework help about txtfiles and strings
    By w0111382 in forum C Programming
    Replies: 3
    Last Post: 12-02-2002, 03:53 PM