Question

Assume that we cannot use interrupts (the program counter cannot jump to the interrupt service routine) in our operating syst
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Please upvote if you are able to understand this and if there is any query do mention it in the comment section.

If there are no interrupts in the operating systems then the process may not get terminated until it is executed completely then other processes have to wait to become a higher priority process then other processes in order to allocate memory.

If there is no interrupt in the operating system, then also running processes can be stopped. The running processs can be stopped once their execution is completed without using an interrupt. But if some other process has to get allocated to the memory then the running process can also be terminated explicitly. The running process then can be moved to the hard disk, in order to free up space to get the other process allocated to the memory, The other process then can be allocated to the CPU in order to get executed. The system will also be able to change the transaction code. The transaction code can be changed to the new transaction code automatically by just entering the new trasaction code.

Add a comment
Know the answer?
Add Answer to:
Assume that we cannot use interrupts (the program counter cannot jump to the interrupt service routine)...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Problem 3: Interrupt and Interrupts Handlers a) Can the phrases Interrupt Service Routine and Interrupt Handler be...

    Problem 3: Interrupt and Interrupts Handlers a) Can the phrases Interrupt Service Routine and Interrupt Handler be used interchangeably? b) Laboratory Assignment 2 has two Interrupt Handlers, one for a pin on PortF and one for the System Timer. Please state what each interrupt's function is and what event would cause the interrupt to occur. c) Review Lab 2 and provide pseudo code or a flow diagram for the program, Problem 3: Interrupt and Interrupts Handlers a) Can the phrases...

  • Need answer as soon as possible, don't need explanation Assume we have a physical implementation of...

    Need answer as soon as possible, don't need explanation Assume we have a physical implementation of the MARIE architecture. If a software trap occurs, which of the following statements would be true? Note that you may select more than one answers but incorrect answers will reduce the overall score for the question (your grade will never be less than 0) Select one or more: a. The current value of the AC does not need to be saved for later use...

  • The VAX/ VMS operating system makes use of four processor access modes to facili-tate the protection...

    The VAX/ VMS operating system makes use of four processor access modes to facili-tate the protection and sharing of system resources among processes. The access mode determines:• Instruction execution privileges: What instructions the processor may execute• Memory access privileges: Which locations in virtual memory the current instruc-tion may access The four modes are as follows:• Kernel: Executes the kernel of the VMS operating system, which includes memo-ry management, interrupt handling, and I/ O operations• Executive: Executes many of the operating...

  • Four modes vs. two modes of operationg systems (kernel / user)

    The VAX/ VMS operating system makes use of four processor access modes to facili-tate the protection and sharing of system resources among processes. The accessmode determines:• Instruction execution privileges: What instructions the processor may execute• Memory access privileges: Which locations in virtual memory the current instruc-tion may accessThe four modes are as follows:• Kernel: Executes the kernel of the VMS operating system, which includes memo-ry management, interrupt handling, and I/ O operations• Executive: Executes many of the operating system service...

  • Starting New Processes We can create a new process from within another program using the system...

    Starting New Processes We can create a new process from within another program using the system library function: #include <stdlib.h> int system ( const char *str ); The system function runs the command passed to it as str and waits for it to complete. The command is executed as if the command, $ sh -c str Use the "man" command to study both the "sh" and "system" command. i.e. Execute $ man sh $ man system For example, $ sh...

  • Write a program using C/C++ to demonstrate the memory leak problem. Execute the program until it cannot proceed anymore. You may have to allocate big chunks of memory iteratively to reach to this poin...

    Write a program using C/C++ to demonstrate the memory leak problem. Execute the program until it cannot proceed anymore. You may have to allocate big chunks of memory iteratively to reach to this point quickly. This is even more so if you are running the program on a 64-bit operating system. Based on your observation and your understanding of the principles of a paging memory management system, answer the following questions: A. How much memory has the program used when...

  • 1 of 2 EEL-4734 Midterm Take heme exam due at 11:59 pm, Saturday, July 14, 2018...

    1 of 2 EEL-4734 Midterm Take heme exam due at 11:59 pm, Saturday, July 14, 2018 Namc PanthertD Multiple chaices: Based ea the lesthoek, ehoose ealy aaswer that best matches with the question. (S% each question, 1. A mochanism by which other medules, such as 1O and memory, may intorrupt the normal sequencing of te processor is callod (A) Communication (B) Trap (C ) Immut (D) ??(E) None of the above 2. A mode of operation that peovides for the...

  • QUESTION THREE Mason Paper Company (MPC) manufactures commodity grade papers for use in computer printers and...

    QUESTION THREE Mason Paper Company (MPC) manufactures commodity grade papers for use in computer printers and photocopiers. MPC has reported net operating losses for the last two years due to intense price pressure from much larger competitors. The MPC management team - including Kristen Townsend (CEO), Mike Martinez (vice president of Manufacturing), Tom Andrews (vice president of Marketing), and Wendy Chen (CFO) – is contemplating a change in strategy to save the company from impending bankruptcy. Excerpts from a recent...

  • Using C++ in Visual Studios Rewrite the code to use a Stack instead of a Queue....

    Using C++ in Visual Studios Rewrite the code to use a Stack instead of a Queue. You will need to think about the differences in the Stack and Queue. Think about how they operate and how the nodes may differ.   Modify the code as necessary. You will need to push to the Stack, pop from the Stack, peek at the Stack. You will need a member functions like in the example code. Your program will need to show that everything...

  • Implement the histogram function to complete the desired program. You must use dynamically allocated arrays for...

    Implement the histogram function to complete the desired program. You must use dynamically allocated arrays for this purpose. For your initial implementation, use ordered insertion to keep the words in order and ordered sequential search when looking for words. Note that the array utility functions from the lecture notes are available to you as art of the provided code. Although we are counting words in this program, the general pattern of counting occurrences of things is a common analysis step...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT