Packet 6: Bonus 6

This sort of algorithm was used in Con Kolivas’s Brain Fuck Scheduler, which incorporates a single queue no matter the number of CPUs in the system. For 10 points each:
[10h] What algorithm replaced the Completely Fair Scheduler in Linux as the preferred scheduler in 2023?
ANSWER: EEVDF [or earliest eligible virtual deadline first]
[10m] Linux performs scheduling using this component of the operating system, whose namesake memory space is separated from the “user space.” It executes system calls such as read and write.
ANSWER: kernel
[10e] The Linux kernel uses one of these structures to track the state and variables during an interrupt. “Push” and “pop” are used to add and remove elements from these data structures with “last-in first-out” behavior
ANSWER: stack [accept kernel stack]
<BC, Other Science (Computer Science)> | NAFTA-Packet-6

HeardPPBE %M %H %
4313.7288%47%2%

Back to bonuses