Describe the UNIX system calls for Input-Output
Describe the UNIX system calls for I/O?
Expert
open(pathname,flag,mode) – open a filecreat(pathname,mode) - create a fileclose(filedes) - close an open fileread(filedes,buffer,bytes) - read data from an open filewrite(filedes,buffer,bytes) - write data to an open filelseek(filedes,offset,from) - position an open filedup(filedes) - duplicate an accessible file descriptordup2(oldfd,newfd) - duplicate to a desired file descriptorfcntl(filedes,cmd,arg) - alter properties of an open fileioctl(filedes,request,arg) - alter the behavior of an open file
Write down the steps in the multiplication algorithm.
Write down the different elements of the Use Case.
Briefly describe the events done by the Kernel after a process is being swapped out from the main memory?
In what ways are the initialization, repetition test, and update steps alike for a sentinel-controlled loop and an endfile-controlled loop? How are they different?
State the term page fault? And what are its types?
Give a brief explanation of the term Radix (or) Base.
Explain the term Bus. Describe in detail.
Write down the parts of the deployment diagram.
Explain briefly about dynamic update?
Illustrate the term computer graphics?
18,76,764
1928484 Asked
3,689
Active Tutors
1452909
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!