Top 550+ Solved Operating System Architecture MCQ Questions Answer
Q. The system acctcom accounting program
a. expects to find variable length records
b. expects to find fixed length record
c. expects to sort the records
d. expects to merge the records
Q. permission to access the file is controlled by
a. n/w structure
b. directory structure
c. access permissions
d. file structure
Q. To the user,the unix system treats devices as if they are
a. devices
b. interfaces
c. hardware
d. files
Q. Two invocations copy copy.c newcopy.c copy copy newcopy
a. 1st is carrect
b. 2nd is carrect
c. both carrect
d. both wrong
Q. In processing environment of unix
a. a program is an executable file and process is an instance of the program in execution
b. a process is an executable file and program is a instance of the process in execution
c. a process and program are both same
d. all above are carrect
Q. The fork system call
a. creates a new program
b. creates a new interface
c. creates a new hardware
d. creates a new process
Q. what does cd.. Do ?
a. not a valid unix command
b. logs out of the computer
c. changes the working directory to login directory
d. " " " " " " the parent of current working directory
Q. What does command LS do
a. opening a file
b. display contents of a file
c. display of file & folders, present in the folder where you are
d. shows a calender
Q. Why is PWD used
a. show current user
b. show present working directory
c. to display error messages
d. to copy files
Q. How can you display a list of files including hidden files
a. find all
b. ls-a
c. ls-b
d. all answers a,b,c