Premium Partner

CSCE 313 - Exam I

CSCE 313

CSCE 313


Set of flashcards Details

Flashcards 13
Language English
Category Computer Science
Level University
Created / Updated 23.02.2020 / 24.02.2020
Licencing Not defined
Weblink
https://card2brain.ch/box/20200223_csce_313_exam_i
Embed
<iframe src="https://card2brain.ch/box/20200223_csce_313_exam_i/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

After handling a fault successfully, the CPU 

goes (when it does go back) to the instruction

immediately after the faulting one.

Interrupts are asynchronous events.

Memory limit protection (within a private

address space using base and bound) is

implemented in the hardware instead of

software.

Memory limit protection checks are only

performed in the User mode

Translation Look-aside Buffer (TLB) is a

cache for popular (i.e., recently used) page

table entries.

Divide by 0 is an example of a fault.

Every process has its own page table.

A process cannot access its own page table.