Quiz on Segmentation

It's quiz time! Answer the following questions to test your knowledge and understanding.

We'll cover the following...
Technical Quiz
1.

Which of the following can cause a segmentation fault?

A.

The OS losing track of all segment bases

B.

A process requesting an address not available in the entire memory space

C.

A process accessing a different logical segment e.g. accessing the stack segment​ instead of a heap segment

D.

A process accessing an illegal address


1 / 5