Restrictions implied on API functions
What are the restrictions implied on API functions?
Expert
The use of API function is to provide easy to use interface and have functions that reads the processes and memory.
a. API function can read the memory region and can be used by anyone without any restrictions.
b. The restrictions implied on the functions are as follows:
i. Windows API functions call different API that is known as Native API. This allows the easy interaction with the kernel, but at this time the CPU switches to the kernel mode.
ii. The special instruction for the system calls like sysenter and sysexit allow the CPU to switch to the ring 0, which in turn execute the handler provided by the operating system.
Explain the common uses of XML.
State the various security features within the UNIX?
Multiple-boot options: The hardware configurations of several computers are capable to run various operating system and window manager combinations. A few systems permit a user to select which combination they wish to utilize during a specific session
Write a program to print out ten random numbers from the following sets: a) {0, 1, 2, 3, 4, 5, ...99, 100} b) {1, 2, 3, 4, 5, 6} c) (10, 20, 30, 40, 50,...990, 1000} d) {-5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5} e) {1.5, 2.0, 2.5, 3.0, 3.5}
Limit the Use of Pre-processor Directives: The C pre-processor is powerful, but unrestricted use of it can lead to code that is hard to understand and analyze. Limit its use to inclusion of header files and simple macro definitions. Avoid features suc
Round robin allocation: It is an allocation of time slices which repeatedly cycles regarding a set of eligible threads in the fixed order.
Divide and conquer: An approach to trouble solving which attempts to decrease an overall single big trouble into multiple simpler troubles.
Explain the way to start a Web Service.
For creating a thread explain the limit on per process.
Specify the different file types?
18,76,764
1945629 Asked
3,689
Active Tutors
1451054
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!