Question

True or false 1. A program resides in Main Memory 2. A process resides in Main...

True or false

1. A program resides in Main Memory

2. A process resides in Main Memory

3.A program reside in/on Disk (Secondary Memory)

4. A primary objective of an OS is to manage hardware resources and provide a
useful interface of those resources to programmers.

5.A primary objective of an OS is to manage hardware resources and provide a
useful interface of those resources to programmers.

5.

6.

Homework Answers

Answer #1

1.False:

because  It has a limited capacity and data is lost when power is switched off. therefore progeams is stored permenantly in secondary memory.

2.True.

The processes that are residing in main memory and are ready and waiting to execute are kept on a list called ready queue.

3.True.

Programs are stored on secondary storage devices such as hard disks. When you install a program on your computer, the program is actually copied to your hard disk.But when you execute a program, the program is copied (loaded) from your hard disk to the main memory, and that copy of the program is executed

4.True

Main objective of an Operating System is to manage hardware resources and provide a
useful interface of those resources to programmers.

5.

True

Main objective of an Operating System is to manage hardware resources and provide a
useful interface of those resources to programmers.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
1. The main objective for all businesses is to maximize unrealized profits. True False 2. About...
1. The main objective for all businesses is to maximize unrealized profits. True False 2. About 90% of the businesses in the United States are organized as corporations. True False 3. The Financial Accounting Standards Board (FASB) is the authoritative body that has primary responsibility for developing accounting principles. True False 4. Generally accepted accounting principles regulate how and what financial information is reported by businesses. True False 5. If total assets increased by $190,000 during a specific period and...
anatomy True and F question 1. Memory B-cells kill bacteria with perforin proteins. True False 2....
anatomy True and F question 1. Memory B-cells kill bacteria with perforin proteins. True False 2. Cytotoxic T-cells kill bacteria with perforin proteins. True False 3. Memory B-cells form the basis of long-lived immunity. True False 4. Leukocytoblasts form platelets True False 5. Smooth muscle is responsible for vasodilation. True False 6. Smooth muscle is responsible for vasoconstriction. True False 7. The heart exhibits autorhymicity. Group of answer choices True False 8. The fossa ovalis is a weak spot in...
Indicate whether each statement is true or false regarding follicle development. 1. A primary follicle is...
Indicate whether each statement is true or false regarding follicle development. 1. A primary follicle is a primary oocyte surrounded by granulosa cells.  (Click to select)  True  False 2. Primordial follicles are present at birth.  (Click to select)  True  False 3. After puberty, primordial follicles are no longer present.  (Click to select)  True  False 4. Approximately every 28 days, some primary follicles become secondary follicles.  (Click to select)  True  False 5. During ovulation, the secondary follicle ruptures, releasing the oocyte.  (Click to select)  True  False 6. Mature follicles are transformed into the corpus luteum after...
Answer all questions using true or false and explaining your answers. 1. In finance, hyperinflation causes...
Answer all questions using true or false and explaining your answers. 1. In finance, hyperinflation causes people to lose ability to move cash. 2. In finance, the main objective are to determine future decisions. 3. Finance measures efficiency and effectivenes of resources used. 4. One objective of finance is to look at the way resources were distributed.
TRUE OR FALSE 2) The managerial accountant's primary role in the decision-making process is to decide...
TRUE OR FALSE 2) The managerial accountant's primary role in the decision-making process is to decide what information is relevant to the problem and provide timely and accurate data. 3) In the final analysis of a decision, quantitative measures are more important than qualitative measures. 4) The concept of a relevant cost can be defined as a past cost that differs among alternatives. 5) In most all decisions, joint costs are relevant costs
1. Choose the process control block (PCB) items that are relevant in CPU scheduling: A. Process...
1. Choose the process control block (PCB) items that are relevant in CPU scheduling: A. Process state B. Program counter C. CPU registers D. Priorities. 2. Select the FALSE statement(s): A. Mutex locks are hardware tools can be used to solve various synchronization problems. B. In computer programming, an atomic operation refers to a non-interruptible operation, i.e., it either completes partially, or has no lasting effect. C. A thread is a flow of control within a process. Most modern operating...
Answer all questions as true or false 1. Managers at Google often set stretch goals and...
Answer all questions as true or false 1. Managers at Google often set stretch goals and this has created a mood of failure at the company when these goals are not reached. 2. John Doerr insists that managers who are seeking an investment from Kleiner Perkins must employ OKRs in the venture before he will approve an investment in the company. 3. OKRs guide managers of Google (Alphabet) to invest capital and human resources in those areas that support the...
Pitch is a subjective quality and it depends on how humans process sound True False 1...
Pitch is a subjective quality and it depends on how humans process sound True False 1 points    QUESTION 2 Absolute pitch is the ability to name or reproduce a tone without reference to an external standard. True False 1 points    QUESTION 3 A high pitch sound corresponds to a low frequency sound wave True False 1 points    QUESTION 4 Pitch is independent of the loudness of the sound. True False 1 points    QUESTION 5 The periodic...
1. TRUE OR FALSE: Closed specs are NOT permitted in a private project. 2. The main...
1. TRUE OR FALSE: Closed specs are NOT permitted in a private project. 2. The main issue of a double form bond is: A These are not enforceable in court B These bonds have many regulations attached C They are hard to cover by the surety D An issue can eat up the bond quickly leaving little for other issues 3. Bonding capacity can be higher if A Bonding capacity is based on none of these B The contractor confines...
13. (True/False): The register list in the USES directive must use commas to separate the register...
13. (True/False): The register list in the USES directive must use commas to separate the register names. 11. (True/False): The USES operator lets you name all registers that are modified within a procedure. 2. Which instruction pushes the 32-bit EFLAGS register on the stack? 18. Which statement is true about what will happen when the example code runs? 1: main PROC 2: mov eax,40 3: push offset Here 4: jmp Ex4Sub 5: Here: 6: mov eax,30 7: INVOKE ExitProcess,0 8:...