answersLogoWhite

0

High

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is priority of a bug and severity of a bug Give example of one case where priority is high but severity is low and one case where severity is high bur priority is low?

High Priority And Low SeverityIf any Web site say "google" now if the logo of site "google" spell "gogle" -The Priority is high but severity is low.Because it effect the name of site soimportant to do quick --- High Prioritybut it is not going to crash because of spell change soseverity low.


Why do you need 8085 maskable interrupts if they can be disabled?

if u want to execute high priority interrupt,at that time of low priority running.So, we can mask the low priority interrupt and execute the high priority interrupt.


What is the priority level of the task "keyword" - high, medium, or low?

The priority level of the task "keyword" is high.


The indexing service of windows indexer has a high priority and take precedence over other programs?

No it has a low priority


What are the four severity levels of signature HIPS?

High, Medium, Low, Informational


What are the four severity levels of signature in HIPS?

High, Medium, Low, Informational


What are the five types for nature of a presenting problem?

l. Minimal 2. Self-limited or minor 3. Low severity 4. Moderate severity 5. High severity


What are the four severity levels of signature in HIPS 7.0?

High,Medium,Low,Informational


Is it possible to implement more than one CPU scheduling Algorithms on one OS?

Yes. For Example, many operating systems have two schedulers, one for high priority\realtime processes such as gui elements and another for low priority\background processes. The high priority\gui scheduler will usually use a scheme such as SRTF (shortest remaining time first) or SJF (shortest job first), while the low priority\background scheduler may use a scheme such as RR (round robin).


When creating or receiving emails there is a exclamation mark beside the attachment and flag symbol what does it mean?

Exclamation mark is a high priority email. Down arrow is low priority. Nothing (no sign) is normal priority.


Which interrupts has lowest priority?

In a typical interrupt priority scheme, the lowest priority interrupts are often referred to as "low-priority" or "background" interrupts, such as timer interrupts or non-critical peripheral interrupts. These interrupts are usually masked or delayed in favor of higher-priority interrupts that require immediate attention. Consequently, when a high-priority interrupt occurs, the low-priority interrupts may be temporarily ignored until the system has handled more urgent tasks.


Example of starvation of operating system?

Starvation in an operating system occurs when a process is perpetually denied the resources it needs to proceed with execution, often due to resource allocation policies. For example, in a priority scheduling algorithm, a low-priority process may be indefinitely postponed if higher-priority processes continuously enter the queue. As a result, the low-priority process may never get CPU time, leading to starvation. This can be mitigated through techniques like aging, which gradually increases the priority of waiting processes over time.