NVS P Computer Science Questions With Answer - Computer Science Questions and Answers - CSE-MCQ
NVS P Computer Science Questions With Answer - Computer Science Questions and Answers - CSE-MCQ
Computer Question
HOME CN DRDO COMPUTER NTRO SITEMAP ERROR PAGE
Documentation
FOLLOW US
NVS PGT Computer Science Questions with
Answer
3 0 0 0 2 0
Raj Rathore October 04, 2019 NVS Computer Science 5 4
.
4
NVS PGT Computer Science Previous Years Questions with
Answer, NVS PGT Computer Science Questions , NVS PGT
Previous Years Question, NVS Previous Yeas Questions
IBPS SO IT Officer
Questions with answers
https://www.cse-mcq.com/2019/10/nvs-pgt-computer-science-questions-with.html 1/8
9/17/2020 NVS PGT Computer Science Questions with Answer - Computer Science Questions and Answers | CSE-MCQ
a. sorted linked list DBMS drdo mcq
b. sorted binary trees
c. sorted linear array DSSSB Computer Science
d. pointer array
HTET CS/IT Questions HTML
5. In linear search algorithm the Worst case occurs when NIC STA NTRO
a. The item is somewhere in the middle of the array
NVS Computer Science
b. The item is not in the array at all
c. The item is the last element in the array Rajasthan Computer Teacher
d. The item is the last element in the array or is not there at all
Rajasthan Police
ANSWR- D
ANSWR- B
a. 20
b. 22
c. 23
d. 46
ANSWR- B
ANSWR- C
ANSWR- A
https://www.cse-mcq.com/2019/10/nvs-pgt-computer-science-questions-with.html 2/8
9/17/2020 NVS PGT Computer Science Questions with Answer - Computer Science Questions and Answers | CSE-MCQ
12. Which of the following data structure is not linear data structure?
a. Arrays
b. Linked lists
c. Both of above
d. None of above
ANSWR- D
ANSWR- A
ANSWR- C
15. Finding the location of the element with a given value is:
a. Traversal
b. Search
c. Sort
d. None of above
ANSWR- B
ANSWR- A
ANSWR- C
ANSWR- A
19. Each array declaration need not give, implicitly or explicitly, the information about
a. the name of array
b. the data type of array
c. the first data from the set to be stored
d. the index set of the array
ANSWR- C
https://www.cse-mcq.com/2019/10/nvs-pgt-computer-science-questions-with.html 3/8
9/17/2020 NVS PGT Computer Science Questions with Answer - Computer Science Questions and Answers | CSE-MCQ
c. In array, Insert element is called push operation.
d. All
ANSWR- D
ANSWR- B
ANSWR- D
ANSWR- B
ANSWR- A
ANSWR- A
26. .............. refers to a situation in which a process is ready to execute but is continuously
denied access to a processor in deference to other processes.
a. Synchronization
b. Mutual Exclusion
c. Dead lock
d. Starvation
ANSWR- D
27. Which of the following is/ are the part of operating system?
a. Kernel services
b. Library services
c. Application level services
d. All of the above
ANSWR- D
https://www.cse-mcq.com/2019/10/nvs-pgt-computer-science-questions-with.html 4/8
9/17/2020 NVS PGT Computer Science Questions with Answer - Computer Science Questions and Answers | CSE-MCQ
28. With ................ a page is brought into main memory only when the reference is made to a
location on that page.
a. demand paging
b. main paging
c. prepaging
d. postpaging
ANSWR- A
29. ................. is the ability of multiple process to co-ordinate their activities by exchange of
information
a. Synchronization
b. Mutual Exclusion
c. Dead lock
d. Starvation
ANSWR- A
30. ................. is the time required to position the Read/Write head to the required sector.
a. Seek time
b. Rotational delay
c. Latency time
d. Access time
ANSWR- B
31. ............... policy selects the disk I/O request that requires the least movement of the disk arm
from its current position.
a. FSCAN
b. SSTF
c. SCAN
d. C-SCAN
ANSWR- B
32. .................. refers to the ability of an operating system to support multiple threads of
execution with a single process.
a. Multithreading
b. Multiprocessing
c. Multiexecuting
d. Bi-threading
ANSWR- A
33. …………………. Techniques can be used to resolve conflicts, such as competition for resources,
and to synchronize processes so that they can cooperate.
a. Mutual Exclusion
b. Busy Waiting
c. Deadlock
d. Starvation
ANSWR- A
ANSWR- B
35. Which scheduling policy is best suited for time-sharing operating systems
a. Shortest job first
b. Round robin
c. First come first serve
d. Elevator
ANSWR- B
https://www.cse-mcq.com/2019/10/nvs-pgt-computer-science-questions-with.html 5/8
9/17/2020 NVS PGT Computer Science Questions with Answer - Computer Science Questions and Answers | CSE-MCQ
36. Which among following scheduling algorithms give minimum average waiting time
a. FCFS
b. SJF
c. Round robin
d. On priority
ANSWR- B
ANSWR- B
ANSWR- C
ANSWR- A
ANSWR- A
ANSWR- C
42. A thread is
a. lightweight process where the context switching is low
b. lightweight process where the context switching is high
c. used to speed up paging
d. used in dead locks
ANSWR- A
ANSWR- C
https://www.cse-mcq.com/2019/10/nvs-pgt-computer-science-questions-with.html 6/8
9/17/2020 NVS PGT Computer Science Questions with Answer - Computer Science Questions and Answers | CSE-MCQ
a. synchronize critical resources to prevent deadlock
b. synchronize processes for better CPU utilization
c. used for memory management
d. none of above
ANSWR- A
45. To avoid the race condition, the number of processes that may be simultaneously inside
the critical section is
a. 12
b. 3
c. 1
d. 0
ANSWR- C
46. Four necessary conditions for deadlock are non pre-emption, circular wait, hold and wait
and
a. mutual exclusion
b. race condition
c. buffer overflow
d. None of above
ANSWR- A
ANSWR- B
ANSWR- D
49. Consider a system having 'm' resources of the same type. These resources are shared by
3 processes A, B, C, which have peak time demands of 3, 4, 6 respectively. The minimum
value of 'm' that ensures that deadlock will never occur is
a. 11
b. 12
C. 13
D. 14
ANSWR- A
50. At a particular time, the value of a counting semaphore is 10. It will become 7 after
a. 3 V operations
b. 3 P operations
c. 7 V operations
d. 7 P operations
ANSWR- B
RELATED POSTS
https://www.cse-mcq.com/2019/10/nvs-pgt-computer-science-questions-with.html 7/8
9/17/2020 NVS PGT Computer Science Questions with Answer - Computer Science Questions and Answers | CSE-MCQ
PREVIOUS NEXT
DSSSB PGT Computer Science Questions and HTET PGT Computer Science Questions with
Answers answer
POST A COMMENT
No comments
Publish Preview
Rajasthan Police Computer Rajasthan Computer Teacher Test Rajasthan Police Computer
Questions in Hindi Series - 1 Questions in Hindi
November 11, 2019 September 17, 2020
HTET PGT Computer Science NIELIT NIC Scientic Technical DSSSB TGT Computer Science
Questions with answer Assistant Questions Questions
October 05, 2019 April 07, 2020
NVS PGT Computer Science DBMS Questions and Answers DBMS Questions and Answers
Questions with Answer January 14, 2020
October 04, 2019
https://www.cse-mcq.com/2019/10/nvs-pgt-computer-science-questions-with.html 8/8