Computer/Operating System MCQ Set 15 Sample Test,Sample questions

Question:
 In the tree structured directories ________

1.the tree has the stem directory

2. the tree has the leaf directory

3. the tree has the root directory

4.All of the Mentioned

Posted Date:-2022-03-29 14:34:02


Question:
 In UNIX, what will the open system call return?

1.pointer to the entry in the open file table

2.pointer to the entry in the system wide table

3.a file to the process calling it

4.None of the mentioned

Posted Date:-2022-03-29 14:24:15


Question:
 The index contains ________

1.names of all contents of file

2.pointers to each page

3.pointers to the various blocks

4.All of the Mentioned

Posted Date:-2022-03-29 14:28:52


Question:
 What is raw disk?

1.disk without file system

2.empty disk

3. disk lacking logical file system

4.disk having file system

Posted Date:-2022-03-29 14:20:07


Question:
 When a user job starts in a two level directory system, or a user logs in ______

1. the users user file directory is searched

2. the system’s master file directory is not searched

3.the master file directory is indexed by user name or account number, and each entry points to the UFD for that user

4. All of the mentioned

Posted Date:-2022-03-29 14:31:24


Question:
 With a shared file ______

1.actual file exists

2. there are two copies of the file

3.the changes made by one person are not reflected to the other

4.the changes made by one person are reflected to the other

Posted Date:-2022-03-29 14:37:29


Question:
A file is a/an _______ data type.

1. abstract

2. primitive

3.public

4.Private

Posted Date:-2022-03-29 14:23:29


Question:
A process _____ lower the priority of another process if both are owned by the same owner.

1.must

2.can

3.cannot

4.None of the mentioned

Posted Date:-2022-03-29 14:41:13


Question:
A relative block number is an index relative to ______

1. the beginning of the file

2.the end of the file

3.the last written position in file

4.None of the mentioned

Posted Date:-2022-03-29 14:28:28


Question:
A relative path name begins at the _______

1.leaf

2.stem

3.current directory

4. root

Posted Date:-2022-03-29 14:35:43


Question:
A tree structure ______ the sharing of files and directories.

1.allows

2.may restrict

3.restricts

4.None of the mentioned

Posted Date:-2022-03-29 14:36:57


Question:
An absolute path name begins at the _____

1. leaf

2.stem

3.current directory

4.root

Posted Date:-2022-03-29 14:35:19


Question:
Anonymous access allows a user to transfer files ________

1.without having an account on the remote system

2.only if he accesses the system with a guest account

3. only if he has an account on the remote system

4.None of the mentioned

Posted Date:-2022-03-29 14:42:45


Question:
Data cannot be written to secondary storage unless written within a ______

1. file

2.swap space

3.directory

4.text format

Posted Date:-2022-03-29 14:22:04


Question:
File attributes consist of _____

1. name

2. type

3. identifier

4.All of the Mentioned

Posted Date:-2022-03-29 14:22:34


Question:
For a direct access file ________

1.there are restrictions on the order of reading and writing

2. there are no restrictions on the order of reading and writing

3.access is restricted permission wise

4.access is not restricted permission wise

Posted Date:-2022-03-29 14:28:09


Question:
For large files, when the index itself becomes too large to be kept in memory?

1. index is called

2.an index is created for the index file

3. secondary index files are created

4.All of the Mentioned

Posted Date:-2022-03-29 14:29:14


Question:
If the block of free-space list is free then bit will _____

1. 1

2. 0

3. any of 0 or 1

4. none of the mentioned

Posted Date:-2022-03-29 14:21:15


Question:
In a tree structure, when deleting a directory that is not empty?

1.The contents of the directory are safe

2.The contents of the directory are also deleted

3.contents of the directory are not deleted

4.None of the mentioned

Posted Date:-2022-03-29 14:36:04


Question:
In distributed file system ________________ directories are visible from the local machine.

1.protected

2.local

3.private

4. remote

Posted Date:-2022-03-29 14:41:38


Question:
In the sequential access method, information in the file is processed ______

1.one disk after the other, record access doesnt matter

2.one record after the other

3.one text document after the other

4.None of the mentioned

Posted Date:-2022-03-29 14:27:00


Question:
In the world wide web, a ____ is needed to gain access to the remote files, and separate operations are used to transfer files.

1.laptop

2. plugin

3. browser

4.player

Posted Date:-2022-03-29 14:42:13


Question:
In UNIX, exactly which operations can be executed by group members and other users is definable by _____

1.the group’s head

2. the file’s owner

3. the file’s permissions

4.All of the Mentioned

Posted Date:-2022-03-29 14:40:38


Question:
In UNIX, what is a link?

1.a directory entry

2. a pointer to another file or subdirectory

3.implemented as an absolute or relative path name

4. All of the mentioned

Posted Date:-2022-03-29 14:37:52


Question:
In which type of allocation method each file occupy a set of contiguous block on the disk?

1.contiguous allocation

2.dynamic-storage allocation

3.linked allocation

4.indexed allocation

Posted Date:-2022-03-29 14:20:51


Question:
Sequential access method ______ on random access devices.

1. works well

2.doesnt work well

3.maybe works well and doesnt work well

4. none of the mentioned

Posted Date:-2022-03-29 14:27:25


Question:
System wide table in UNIX contains process independent information such as _______

1. location of file on disk

2.access dates

3. file size

4.All of the Mentioned

Posted Date:-2022-03-29 14:24:50


Question:
The current directory contains, most of the files that are _____

1. of current interest to the user

2.stored currently in the system

3. not used in the system

4.not of current interest to the system

Posted Date:-2022-03-29 14:34:26


Question:
The data structure used for file directory is called _______

1.mount table

2.hash table

3. file table

4. process table

Posted Date:-2022-03-29 14:20:28


Question:
The deletion of a link ________ the original file.

1. deletes

2.affects

3.does not affect

4. none of the mentioned

Posted Date:-2022-03-29 14:38:21


Question:
The direct access method is based on a ______ model of a file, as _____ allow random access to any file block.

1.magnetic tape, magnetic tapes

2.tape, tapes

3.disk, disks

4.All of the Mentioned

Posted Date:-2022-03-29 14:27:45


Question:
The directory can be viewed as a _________ that translates file names into their directory entries.

1. symbol table

2. partition

3.swap space

4.Cache

Posted Date:-2022-03-29 14:30:17


Question:
The information about all files is kept in _______

1.swap space

2.operating system

3. seperate directory structure

4. none of the mentioned

Posted Date:-2022-03-29 14:23:05


Question:
The larger the block size, the ______ the internal fragmentation.

1.greater

2.lesser

3.same

4.None of the mentioned

Posted Date:-2022-03-29 14:26:36


Question:
The machine containing the files is the _______ and the machine wanting to access the files is the ______

1.master, slave

2.memory, user

3.server, client

4.None of the mentioned

Posted Date:-2022-03-29 14:43:13


Question:
The open file table has a/an _______ associated with each file.

1.file content

2.file permission

3.open count

4.close count

Posted Date:-2022-03-29 14:25:22


Question:
The operating system keeps a small table containing information about all open files called ________

1.system table

2.open-file table

3. file table

4.directory table

Posted Date:-2022-03-29 14:23:52


Question:
The UNIX sytem uses a/an ________ stored at the beginning of a some files to indicate roughly the type of file.

1. identifier

2. extension

3.virtual number

4.magic number

Posted Date:-2022-03-29 14:26:13


Question:
To organise file systems on disk _________

1.they are split into one or more partitions

2. information about files is added to each partition

3.they are made on different storage spaces

4.All of the Mentioned

Posted Date:-2022-03-29 14:29:57


Question:
What is the disadvantage of the two level directory structure?

1. it does not solve the name collision problem

2.it solves the name collision problem

3. it does not isolate users from one another

4.it isolates users from one another

Posted Date:-2022-03-29 14:32:19


Question:
What is the mount point?

1.an empty directory at which the mounted file system will be attached

2.a location where every time file systems are mounted

3.s the time when the mounting is done

4. none of the mentioned

Posted Date:-2022-03-29 14:39:36


Question:
What will happen in the two level directory structure?

1.each user has his/her own user file directory

2.the system doesn’t its own master file directory

3. all of the mentioned

4.None of the mentioned

Posted Date:-2022-03-29 14:30:54


Question:
When a cycle exists, the reference count maybe non zero, even when it is no longer possible to refer to a directory or file, due to _______

1. the possibility of one hidden reference

2. the possibility of two hidden references

3. the possibility of self referencing

4.None of the mentioned

Posted Date:-2022-03-29 14:39:05


Question:
When a file system is mounted over a directory that is not empty then ____

1. the system may not allow the mount

2.the system must allow the mount

3. the system may allow the mount and the directory’s existing files will then be made obscure

4.All of the Mentioned

Posted Date:-2022-03-29 14:40:05


Question:
When a user refers to a particular file?

1.system MFD is searched

2. his own UFD is not searched

3.both MFD and UFD are searched

4.every directory is searched

Posted Date:-2022-03-29 14:31:47


Question:
When keeping a list of all the links/references to a file, and the list is empty, implies that ________

1.the file has no copies

2.the file is deleted

3.the file is hidden

4.None of the mentioned

Posted Date:-2022-03-29 14:38:44


Question:
When two users keep a subdirectory in their own directories, the structure being referred to is ______

1.tree structure

2.cyclic graph directory structure

3.two level directory structure

4.acyclic graph directory

Posted Date:-2022-03-29 14:36:33


Question:
Which of the following are the two parts of the file name?

1.name & identifier

2.identifier & type

3.extension & name

4.type & extension

Posted Date:-2022-03-29 14:25:41


Question:
Which of the following are the types of Path names?

1.absolute & relative

2. local & global

3.global & relative

4.relative & local

Posted Date:-2022-03-29 14:34:45


Question:
Which protocol establishes the initial logical connection between a server and a client?

1. transmission control protocol

2.user datagram protocol

3.mount protocol

4.datagram congestion control protocol

Posted Date:-2022-03-29 14:21:35


More MCQS

  1. Computer fundamentals
  2. Computer Basic MCQS
  3. CCC MCQ Sample Paper 1
  4. CCC Exams MCQS Sample Paper Test 2
  5. Computer Basics MCQS Paper 1
  6. Computer Basics MCQS Paper 2
  7. FUNDAMENTALS OF COMPUTERS MCQs PART 2
  8. FUNDAMENTALS OF COMPUTERS MCQs PART 1
  9. FUNDAMENTALS OF COMPUTERS MCQs PART 3
  10. Computer mcqs smaple paper 1
  11. Computer mcqs smaple paper 2
  12. Computer mcqs smaple paper 3
  13. Fundamentals of Computers
  14. Fundamentals of Computers (New) Part 1
  15. Fundamentals of Computers (New) Part 2
  16. Computer Networks MCQ Questions
  17. Computer Networks Transition from IPV4 to IPV6
  18. Computer Fundamentals (New) Part 1
  19. Computer Fundamentals (New) Part 2
  20. Computer Fundamentals (New) Part 3
  21. Computer Fundamentals (New) Part 4
  22. Computer Fundamentals (New) Part 5
  23. Computer Fundamentals (New) Part 6
  24. Computer Fundamentals (New) Part 7
  25. Computer Fundamentals (New) Part 8
  26. Operating Systems MCQs Part 1
  27. Operating Systems MCQs Part 2
  28. OS(Computer Operating Systems) Part 1
  29. OS(Computer Operating Systems) Part 2
  30. OS(Computer Operating Systems) Part 3
  31. OS(Computer Operating Systems) Part 4
  32. OS - Computer Operating Systems Part 5
  33. OS - Computer Operating Systems Part 6
  34. OS - Computer Operating Systems Part 7
  35. MS Word MCQ Questions Part 1
  36. MS Word MCQ Questions Part 2
  37. MS Word MCQ Questions Part 3
  38. MS Word MCQ Questions Part 4
  39. MS Word MCQ Questions Part 5
  40. MS Word MCQ Questions Part 7
  41. MS Word MCQ Questions Part 6
  42. Microsoft Excel MCQ Questions Part 1
  43. Microsoft Excel MCQ Questions Part 2
  44. Microsoft Excel MCQ Questions Part 3
  45. Microsoft Excel MCQ Questions Part 4
  46. Microsoft Excel MCQ Questions Part 5
  47. Microsoft Excel MCQ Questions Part 6
  48. Microsoft Excel MCQ Questions Part 7
  49. MS PowerPoint MCQ Questions PART 1
  50. MS PowerPoint MCQ Questions PART 2
  51. MS PowerPoint MCQ Questions PART 3
  52. MS PowerPoint MCQ Questions PART 4
  53. MS PowerPoint MCQ Questions PART 5
  54. MS PowerPoint MCQ Questions PART 6
  55. MS PowerPoint MCQ Questions PART 7
  56. MS Access MCQ Questions Part 1
  57. MS Access MCQ Questions Part 2
  58. MS Access MCQ Questions Part 3
  59. MS Access MCQ Questions Part 4
  60. MS Access MCQ Questions Part 5
  61. MS Access MCQ Questions Part 6
  62. MS Access MCQ Questions Part 7
  63. MS Access MCQ Questions Part 8
  64. Query of MS Access MCQS Part 1
  65. Query of MS Access MCQS Part 2
  66. Computer Communication and Networking Quiz
  67. Computer Graphics MCQ Quiz Questions and Answers
  68. Computer Basics Quiz Questions
  69. Computer Quiz Questions with Answers
  70. Computer Hardware MCQS Quiz
  71. MCQ Computer Organization & Architecture
  72. MCQ Computer Organisation - Input & output Organisation SET1
  73. MCQ Computer Organisation - Input & output Organisation SET2
  74. MCQ Computer Organisation - Input & output Organisation SET3
  75. MCQS on addressing modes SET 1
  76. MCQS on addressing modes SET 2
  77. Software Engineering MCQs SET 1
  78. Software Engineering MCQs SET 2
  79. Software Engineering MCQs Set 3
  80. Software Engineering MCQs Set 4
  81. Software Engineering MCQs Set 5
  82. Software Engineering MCQs Set 6
  83. Software Engineering MCQs Set 7
  84. mcqs data structures
  85. CCC Exam Sample MCQ Paper
  86. Computer MCQ Questions set-1
  87. Computer MCQ Questions set-2
  88. Computer MCQ Questions set-3
  89. Current affairs mcq Database management
  90. Programming arcitecture
  91. Computer Graphics MCQ Questions part 1
  92. Computer Graphics MCQ Questions part 2
  93. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 1
  94. Computer Awareness MCQs and Quiz for Banking, IBPS, RRB, RBI, SBI Exams pART 2
  95. Computer Science MCQs
  96. Computer Mcq Question
  97. MCQs based on Fundamentals of Computer 1 set
  98. Computer Mcq Question set 2
  99. MCQ Encoding Schemes
  100. Data Entry and Keyboarding Skills MCQ
  101. Computer Science Number System
  102. Computer Network MCQ
  103. MCQ Questions on Tally
  104. MCQ Questions on Tally Set 2
  105. MCQ Questions on Tally Set 3
  106. MCQ Questions on Tally Set 4
  107. Internet Technology MCQ Questions for Competitive Exams
  108. Computer Software MCQ GK Questions
  109. Computer Organization and Architecture MCQs
  110. Basic Computer GK Questions
  111. Computer Graphics MCQ Set 1
  112. Operating System MCQ Set 1
  113. Operating System MCQ Set 2
  114. Operating System MCQ Set 3
  115. Operating System MCQ Set 4
  116. Operating System MCQ Set 5
  117. Operating System MCQ Set 6
  118. Operating System MCQ Set 7
  119. Operating System MCQ Set 8
  120. Operating System MCQ Set 9
  121. Operating System MCQ Set 10
  122. Operating System MCQ Set 11
  123. Operating System MCQ Set 12
  124. Operating System MCQ Set 13
  125. Operating System MCQ Set 14
  126. Operating System MCQ Set 15
  127. Operating System MCQ Set 16
  128. Operating System MCQ Set 17
  129. Operating System MCQ Set 18
  130. Operating System MCQ Set 19
  131. Operating System MCQ Set 20
  132. Operating System MCQ Set 21
  133. Computer Graphics MCQ Question Set 1
  134. Computer Networks MCQs
  135. Computer Networks MCQs Set-2
  136. Computer Networks MCQs Set-3
  137. Computer Networks MCQs Set-4
  138. Bachelor of Computer Applications MCQs set-1
  139. Bachelor of Computer Applications MCQs set-2
  140. NET Programming MCQ
  141. Artificial Intelligence and Robotics (AIR) Set 1
  142. Artificial Intelligence and Robotics (AIR) Set 2
  143. Computer Engineering Soft Computing Set 1
  144. Computer Engineering Soft Computing Set 2
  145. COMPUTERS AND IT MCQs QUESTIONS
  146. Ancient Indian History MCQ
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!