Answered step by step
Verified Expert Solution
Question
1 Approved Answer
6 8 . The above code can generate an execution error that will be controlled by the OS: int main ( ) { int i
The above code can generate an execution error that will be controlled by the OS:
int main
int i;
int ri;
ir;
printfdr;
The Linux command line "clear" corresponds system call open belongs to the services :
A IO Operations
B User interface
C Filesystem manipulation
D Program execution
Programmer with high level language invokes system call by:
A A number
B The name of the wrapper of the system call
C The general name of API
D The specific name of an API library
The code of a user application must indicate to the operating system:
A The number of each system call
B The generic names of system calls
C The specific name of the system call
D The general name of the API
E The specific name of the API library that correspond to the wapper of system call
The number of the most known API is:
A
B
C
D
The number of the most known programming languages used in order to develop system calls
is:
A
B
C
D
The shell command offered by linux OS in order to track the system calls generated by one
program is:
A track
B trace
C strace
D ptrack
System call parameters specification does not include:
A Number of parameters
B Names of parameters
C Types of parameters
D Values of parameters
the translation of the call system number to the address of the system call code is made by:
A API
B Compiler and API
C Compiler
D OS
We aren't waiting for the system call to return to us:
A A returned value
B A result
C A status value
D The number of parameters
Generally, layered operating system is:
A Microkernel system
B Monolothic kernel system
C No kernel system
D Shell kernel
The layer is the lowest layerbottom is the layered operating system architecuter :
A File management layer
B User interface
C Kernel process manager
D Memory management layer
A java language programmer identifies system call by using:
A A number
B the name of the wrapper of the system calljava statement
C The general name of API
D The specific name of an API library
What is the wrong definition of an operating system :
A It is the one program running at all times on the computer usually called the BIOS
B It is a software that manages the computer hardware and provides an environment for application
programs to run
C It is a program that acts as an intermediary between a user of a computer and the computer hardware
D It is the one program running at all times on the computer usually called the kernel
This method is used by system call to pass parameters to the OS :
A record
B frame
C Stack
D folder
Program invoke system calls through:
A records
B links
C API
D variables
A programmer thinks that OS is:
A A set of facilities
B A set of services
C A set of forms
D A set of system calls
The following OS service was designed as a special service:
A Error detection
B IO operations
C Resource allocation
D Filesystem manipulation
The Linux command line "cat" is used to call a services
A IO operations
B User interface
C Filesystem manipulation
D Program execution
Unix operating system is considered as:
A Shell kernel system
B Microkernel system
C No kernel system
D Monolothic kernel system
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started