Quiz 1 Flashcards
a process control block
includes information on the process’ state
comparing virtual machines and container, which one is more lightweight and runs more efficiently?
containers
which level of cache is usually owned (not shared) by cpu cores?
l1
which property does not belong to microkernel: more reliable, easier to port the os to new architectures, more secure, more efficient to run programs
it is NOT more efficient to run programs on a microkernel
which approach is usually used by today’s OS design? microkernel, layered, module, monolithic
module
the _____ of a process contains temporary data such as function parameters, return addresses, and local variables
stack
when a child process is created which of the following is a possibility in terms of the execution or address space of the child process? child runs concurrently with parent, child is duplicate of parent, child process has a new program loaded into it, all of these
all
what is the most popular hypervisor on linux?
kvm
what are the possible process states?
new, ready, waiting, running, terminated
list of processes waiting for a particular i/o device is called a(n) ________
device queue