COMP 110 Quiz 0 Exam Questions With
Correct Answers A+
What layer of a computing system will the programs you write exist? - Answer✔User Space
Processes
Which of the following is a "program in motion"? - Answer✔Process
What layer of a computing system's purpose is to make it easy for you as the user to start,
control, and stop the processes running on a computing system? - Answer✔Shell
Which of the following kinds of shells exist? - Answer✔-Graphical User Interface
-Textual (Command-line-Interface)
What is the name of the program or VSCode pane that you use to run a textual shell? -
Answer✔Terminal
What are the primary purposes of the operating system kernel? - Answer✔-To fairly share the
resources of your machine.
-Protects process from each other.
What are the three primary components of hardware we're concerned with in this course? -
Answer✔-CPU
-Memory (Ephemeral, Fast)
-Storage (Persistent, Slow)
What part of the system is responsible for controlling what resources are available to processes?
- Answer✔OS Kernel
When your program is running as a process, the process keeps track of what step the instructions
it is currently working on or needs to do next. - Answer✔True
When your program is running as a process, the process knows what memory it has available to
it. - Answer✔True
A program is a sequence of steps. - Answer✔True
An algorithm is a set of instructions that is fixed in length and can only process a fixed amount
of data. - Answer✔False