243 views

1 Answer

1 votes
1 votes

Answer:

  • It is a software interrupt.
  • Used for switching from user mode to the kernel mode.
  • It is similar to the call instruction.
  • It cannot make a jump to any random address.

 

 

 

Related questions

0 votes
0 votes
0 answers
2
admin asked Oct 23, 2019
401 views
Can thecount = write(fd, buffer, nbytes);call return any value in count other than nbytes? If so, why?
0 votes
0 votes
0 answers
3
admin asked Oct 23, 2019
400 views
What type of multiplexing (time, space, or both) can be used for sharing the following resources: CPU, memory, disk, network card, printer, keyboard, and display?
0 votes
0 votes
0 answers
4
admin asked Oct 23, 2019
258 views
For each of the following system calls, give a condition that causes it to fail: fork, exec, and unlink.