Skip to the content. Back to Chapter 1
<style> :not(ul) + ol { counter-reset: list-ctr; list-style-type: none; list-style-position: outside; } :not(ul) + ol > li { counter-increment: list-ctr; } :not(ul) + ol > li::before { content:"Q" counter(list-ctr) ". "; margin-left: -25px; } ol ul { list-style-type: lower-alpha; } ol ul ul { list-style-type: lower-roman; } ul ol, ol ol { list-style-type: circle; } ul { list-style-type: decimal; } ul ul { list-style-type: lower-alpha; } ul ul ul { list-style-type: lower-roman; }

Chapter 7

  1. Multitasking is the discipline of running multiple tasks, bit by bit, such that it seems as if they're running in parallel - this could be in lockstep, or shared by an algorithm giving more time to some processes than others. It is not the same as multiprocessing, where multiple tasks are run simultaneously by different cores.
  2. Yes. Installing more RAM would cause my computer to not boot as it is already at boot maximum (the CPU cannot handle more RAM; if it could, it would increase its ability to handle high load as it would reduce swapping)

Exercises

Chapter 8

  1. We can't, the school's filter prevents it from loading.
    1. Switches (lots of them)
    2. Display panels (lots of them too)
    3. Some levers (including the flight sticks)

Exercises