Question

In: Computer Science

Problem C. Fill True or False in the blanks for the following statements. True 1) _...

Problem C. Fill True or False in the blanks for the following statements. True

1) _ __ Operating system defines the ways in which the system resources are used to solve the computing problems of the users.

2) _ _ Operating system (OS) controls and coordinates use of hardware among various applications and users.
3) ______ System daemons are the first programs to be loaded and executed when powering-up or rebooting a computing system.

4) ______ When an OS runs a user process, it can only run it in the user mode and can never transition to the kernel mode.

5) ______ A system call in a user process is typically executed in the kernel mode.
6) ______ Client-server computing and peer-to-peer computing are two different models for distributed computing.

7) ______ When Apple computers switched from PowerPC to Intel x86, virtualization was used to allow applications compiled for PowerPC to run on Intel x86 by translating every PowerPC instruction.

8) ______ Some virtual machine managers (VMMs) need to run on a host operating system while some VMMs directly run on hardware without the need of a separate host operating system.

9) ______ Virtualization supports running multiple the same or different guest operating systems on a single computing system.

10) _____ A cloud computing environment can only include traditional OSes and VMMs.
11) ______ Real-time OSes have no fixed time constraints.

12) ______ A process control block includes information associated with a process such as process state, the values of program counter and CPU registers when this process was last executed, CPU scheduling information, memory management information, accounting information, and I/O status information.

13) ______ A PCB is typically implemented as a C structure while a ready queue is typically implemented as a linked list.

Solutions

Expert Solution

1)Operating system defines the ways in which the system resources are used to solve the computing problems of the users.(True)

2)Operating system (OS) controls and coordinates use of hardware among various applications and users.(True)
3)System daemons are the first programs to be loaded and executed when powering-up or rebooting a computing system.(False)

4) When an OS runs a user process, it can only run it in the user mode and can never transition to the kernel mode.(False)

5)A system call in a user process is typically executed in the kernel mode.(True)
6)Client-server computing and peer-to-peer computing are two different models for distributed computing.(True)

7) When Apple computers switched from PowerPC to Intel x86, virtualization was used to allow applications compiled for PowerPC to run on Intel x86 by translating every PowerPC instruction.(False)

8)Some virtual machine managers (VMMs) need to run on a host operating system while some VMMs directly run on hardware without the need of a separate host operating system.(True)

9)Virtualization supports running multiple the same or different guest operating systems on a single computing system.(False)

10)A cloud computing environment can only include traditional OSes and VMMs.(True)
11)Real-time OSes have no fixed time constraints.(False)

12)A process control block includes information associated with a process such as process state, the values of program counter and CPU registers when this process was last executed, CPU scheduling information, memory management information, accounting information, and I/O status information.(True)

13)A PCB is typically implemented as a C structure while a ready queue is typically implemented as a linked list.(False)


Related Solutions

Fill in the blanks with True (T) or False (F) for each of the given statements....
Fill in the blanks with True (T) or False (F) for each of the given statements. It is possible to directly form an acyl anion with an aldehyde and base. Electrophilic aromatic substitution is always faster with a heterocycle than with benzene. Pyridines are electron poor aromatic rings and are particularly good at nucleophilic aromatic substitution. Heterocyclopentadiene undergo electrophilic aromatic substitution primarily at the C-3 position. 1,3-diester is less acidic than a 1,3-ketoester, which is less acidic than an 1,3-diketone...
Fill in the blanks. Enter T for true and F for false about thefollowing statements...
Fill in the blanks. Enter T for true and F for false about the following statements regarding signature-based and anomaly-based intrusion detection systems.a)     (T/F)Signature-based detection is like anti-virus scanners and if a signature is not available then they will miss detecting the attack.b)     (T/F)Anomaly-based detection relies on statistics and artificial intelligence to characterize abnormal network traffic from normal traffic.c)     (T/F) If there is a real change in behavior of the traffic e.g. during final exams week there is a lot of network traffic...
Fill in blanks and true or false 1.To start a corporation in the U.S., it is...
Fill in blanks and true or false 1.To start a corporation in the U.S., it is necessary to file an application in one of the states. The legal document that the state approves is the ____. 2.One of the advantages of the corporation form of business as opposed to a partnership form is the ease of transferring ____. 3.At a corporation, Assets minus Liabilities is____. 4.Shares of stock that have been issued and have not been reacquired by the issuing...
1. Fill in the blanks by selecting the statements that can be true based on the...
1. Fill in the blanks by selecting the statements that can be true based on the statement in the first column. g(n) grows slower than f(n) g(n) grows the same rate as f(n) g(n) grows faster than f(n) f(n)=O(g(n)) f(n)=o(g(n)) f(n)=Ω(g(n)) f(n)=ω(g(n)) f(n)=θ(g(n)) 2. Group the following functions f1, f2, …, f10 into different groups, so that functions within the same group grow at the same asymptotic rate. Also list groups in increasing asymptotic growth rate order. Note logn has...
Fill in the blanks in each of the following statements
Fill in the blanks in each of the following statementsa) --------- allows you to build JavaFx GUIS using drag and drop techniques.b) The elements in the scene graph are called --------------c) A(n) ----------- file contains the description of a JavaFX GUI.d) The method ---------------- is called by FMXLLoader before the GUI is displayed
PROBLEM #1:TRUE of FALSE For each of the following statements, determine whether it is true or...
PROBLEM #1:TRUE of FALSE For each of the following statements, determine whether it is true or false. Label “T” if it is true, otherwise label “F”. 1-a. If two distributions have the same moment-generating function, then they are identical at almost all points. For a random variable X, if its moments of order k (k > 0) exist, then its moment generating function is continuously differentiable up to order k. 1-b. LetXbearandomvariablewiththeprobabilitydensityfunctionp(x)=ca/(a+x2) where c, a are positive constants and a...
C++ Fill in the blanks please You are required to fill in the blanks in this...
C++ Fill in the blanks please You are required to fill in the blanks in this program. Consider that: -In main, the variables price and quantity were given the names of p (double) and q (int), respectively. -In the getData function, the parameters associated with the main variables p and q were called pp and pq, respectively. // Prototype: Do not include the names // of the variables in the prototype void getData (FILLTHEBLANK , FILLTHEBLANK); int main () {...
A language L is “NP-complete “if the following statements are true about L. Fill out blanks....
A language L is “NP-complete “if the following statements are true about L. Fill out blanks. L is ______________________________; For every language ? ′ in NP, there is a ______________________ reduction of _____________ to ___________.
Fill in the blanks in each of the following statements: a) The _________ states that every...
Fill in the blanks in each of the following statements: a) The _________ states that every column in a primary key must have a value, and the value of the primary key must be unique b) The ________ states that every foreign-key value must appear as another table's primary-key value. c) A(n) ________ in a pattern indicates that a string matching the pattern can have zero or more characters at that location in the pattern. d) Java DB is the...
True or False Determine if the following statements are true or false. _____ 1. A liquid...
True or False Determine if the following statements are true or false. _____ 1. A liquid takes the volume of its container. _____ 2. Particles of amorphous solids have no definite pattern. _____ 3. A beef steak is an example of a crystalline solid. _____ 4. Viscosity causes water to curve upward at the top rim of a glass. _____ 5. There is more gas than any other state of matter in the universe. _____ 6. All states of matter...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT