Intel Interview Question for Software Engineer / Developers






Comment hidden because of low score. Click to expand.
0
of 0 vote

Refer to wikipedia at endotwikipediadotorgslashwikislashXD_bit

- SG May 08, 2007 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

u sorry sob

- Anonymous December 09, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

u sorry sob

- Anonymous December 09, 2009 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

The malicious software will insert codes in other program's data storage area and execute them within the program; this is known as buffer overflow attack.

- Alvinup February 23, 2010 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Execute Disable bit (XD- Bit)
- A system feature that assists the processor to differentiate between code that can be executed safely and code that can be a threat to the system.

- Karan April 17, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

Execute Disable bit (XD- Bit)
- A system feature that assists the processor to differentiate between code that can be executed safely and code that can be a threat to the system.

- Karan April 17, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

where does XD- Bit resides?

- flipper April 10, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 votes

The NX bit specifically refers to bit number 63 (i.e. the most significant bit) of a 64-bit entry in the page table. If this bit is set to 0, then code can be executed from that page; if set to 1, code cannot be executed from that page, and anything residing there is assumed to be data. It is only available with the long mode (64-bit mode) and legacy Physical Address Extension (PAE) page table formats, but not x86's original 32-bit page table format because page table entries in that format lack the 63rd bit used to disable/enable execution. - from wikipedia

- Anonymous June 23, 2014 | Flag


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More