Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Help me answer any of this folllowing Name: Part One: True/False Questions (0.5 point each, 30 questions) 1. The only function of operating systems is
Help me answer any of this folllowing
Name: Part One: True/False Questions (0.5 point each, 30 questions) 1. The only function of operating systems is to manage computer hardware resources. a. True b. False 2. An operating system is an integrated system including software and hardware resources a. True b. False 3. The most fundamental piece of an operating system has to run in the kernel mode. a. True b. False 4. A process is basically a program in execution. Therefore, each program only can run as one process in one computer at any time a. True b. False 5. A system initialization may cause processes to be created. a. True b. False 6. A process could be killed by another process. a. True b. False 7. A process can be in running, blocked, or ready state. A process can transfer from blocked state to running state a. True b. False 8. The operating system maintains a table (an array of structures), called the process table, with one entry per process. The fields of a typical process table entry include registers, program counter, program languages, process ID and others a. True b. False 9. The private items of each thread in a process include registers, program counters, state and stacks. a. True b. False 10. The shared items of all threads in a process include address spaces, global variables, open files, and child processes. a. True b. False 11. Threads have to be implemented in kernel space a. True b. FalseStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started