Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 8)
8.
A section of code to which control is transferred when a processor is interrupted is known as
M
SVC
IP
MDR
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
68 comments Page 1 of 7.

Ameya said:   1 year ago
The ISR code performs the necessary actions to handle the interrupt.

ISR is stored in memory (M)
(1)

Ritik kumar said:   1 year ago
Interrupt Service Routine (ISR).

A section of code to which control is transferred when a processor is interrupted is known as an Interrupt Service Routine (ISR). The processor executes the ISR and returns to the next instruction of the main program.
(2)

Ayush Padhan said:   2 years ago
Memory --> M.

Ramji khand said:   4 years ago
M- Memory.
(2)

Lahari said:   6 years ago
What is meant by M?

Sinu Hassan said:   6 years ago
Definition of SVC.

1) (Switched Virtual Circuit) A network connection that is established at the time the transmission is required and disconnected when the session is completed. SVCs are normally implemented in connection-oriented systems such as the analog telephone network and ATM networks. Contrast with PVC.

2) (Scalable Video Coding) An extension to the Advanced Video Coding (AVC) standard to accommodate rendering devices with different processing capabilities and/or degraded transmission paths. SVC allows low-resolution formats to travel as subsets alongside the high-resolution video. The subsets may eliminate frames or contain reduced frame sizes or both. Rather than display high-resolution video poorly, SVC enables lesser-quality video to flow smoothly on low-bandwidth devices and channels.

3) (SuperVisor Call) A mainframe instruction that passes control to the operating system.
(2)

Jagannath said:   7 years ago
SVC : Supervisor Call.
(1)

Saisindhusha said:   7 years ago
Can you give the correct answer about the full form of SVC?

Dena Rani Ninan said:   7 years ago
What is the meaning of "M"?

Monisha said:   7 years ago
Anyone, can please clear my doubt What is SVC?

Some guys discussed various explanation about SVC which one is correct? I confused.

1- software storage virtualization.
2-supervisor Call.
3-Switched virtual connection.
4-Support vector classifier.


Post your comments here:

Your comments will be displayed after verification.