AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: jeevan — November 2, 2006
    +3 votes
      + -

    Near Pointer: A near pointer is that which will only point within the current segment say segment 3 (there are S number of segments numbered 0 to S-1) by containing only offset .
    Far Pointer: A far pointer is that which will point anywhere in the X MB across segments by containing segment+offset .
    far pointers are the normalized pointers of four bytes which are used to access the main memory of the computer …it can access both the data segment and code segment thus by modifing the offset u can modify refer two differnt addresses but refer to the same memory .
    Far pointers are not Normalized. Ex: TSR Programs use Far Pointers

    Huge pointers are Normalized.

  2. Submitted By: sv — November 2, 2006
    +9 votes
      + -

    Near Pointers: Point to the current segment in the Memory model (No need to dereference the Data Segment [DS] or the Code segment [CS]). They are the fastest pointers.

    Far Pointers: Contain the new value of DS or CS within them.To use them the register must be changed, the memory dereferenced, and then the register restored.

    Huge Pointers: They are essentially far pointers,but are normalized every time they are modified so that they have the smallest possible segment for that address. Slowest type of pointers

  3. Submitted By: ramesh — July 3, 2007
    +0 votes
      + -

    Hi
    i would be better if you provide the addressing way for the offset in case of far pointer

  4. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.