πŸ“Š Software Project Management (SPM)
Q. Which of the following algorithms are probably correct as well as fast?
  • (A) las vegas algorithm
  • (B) monte carlo algorithm
  • (C) atlantic city algorithm
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (C) atlantic city algorithm

Explanation: the atlantic city algorithms which are bounded polynomial time algorithms are probably correct and probably fast. it is correct more than 75% of the times.

πŸ“Š Software Project Management (SPM)
Q. Prisonner’s dilemma can be related to the following:
  • (A) cooperative behaviour
  • (B) graph theory
  • (C) both (a) and (b)
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) cooperative behaviour

Explanation: prisonner’s dilemma is a standard example of a game analysed in game theory where rational cooperative behaviour is judged on the basis of rewards and punishment.

πŸ“Š Software Project Management (SPM)
Q. Unix sort command uses as its sorting technique.
  • (A) quick sort
  • (B) bucket sort
  • (C) radix sort
  • (D) merge sort
πŸ’¬ Discuss
βœ… Correct Answer: (A) quick sort

Explanation: quicksort is the method of choice in many applications( unix sort command) with o(nlogn) in worst case.

πŸ“Š Software Project Management (SPM)
Q. Which of the following can be solved in computer science?
  • (A) p=bpp problem
  • (B) np=co-np problem
  • (C) do one way problems exist?
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the mentioned

Explanation: there exists a list of unsolved problems in computational theory which includes many problems including the ones given.

πŸ“Š Software Project Management (SPM)
Q. Which of the following can be referred to as applications of Randomized algorithm?
  • (A) quicksort
  • (B) min cut
  • (C) verifying matrix multiplication
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the mentioned

Explanation: freivalds algorithm is a probabalistic randomized algorithm we use to verify matrix multiplication. on the other hand, randomness can be useful in quicksort. if the algorithm selects pivot element uniformaly at random, it has a probably high probabilty of finishing the work in o(nlogn) time regardless of the input.

πŸ“Š Software Project Management (SPM)
Q. What is the popular method of organizing wireless network topologies?
  • (A) software
  • (B) synchronization
  • (C) network
  • (D) cluster
πŸ’¬ Discuss
βœ… Correct Answer: (D) cluster

Explanation: clustering is a popular method of organising wireless network topologies, in which a few nodes, the cluster heads are elected as representing to route the traffic originated in the entire network.

πŸ“Š Software Project Management (SPM)
Q. will enable the humans to access, control and manage the operation.
  • (A) iot
  • (B) bigdata
  • (C) network
  • (D) communication
πŸ’¬ Discuss
βœ… Correct Answer: (A) iot

Explanation: iot enables the humans to access, control and manage the operations

πŸ“Š Software Project Management (SPM)
Q. In the embedded devices and objects working under IoT are resource constrained.
  • (A) health
  • (B) industry
  • (C) home
  • (D) information system
πŸ’¬ Discuss
βœ… Correct Answer: (D) information system

Explanation: in the information system the embedded devices and objects working under iot implementation are resource constrained.

πŸ“Š Software Project Management (SPM)
Q. What type of networks is interacting under IoT?
  • (A) heterogeneous only
  • (B) homogeneous only
  • (C) both hetero and homogeneous
  • (D) neither hetero nor ho*mo
πŸ’¬ Discuss
βœ… Correct Answer: (A) heterogeneous only

Explanation: due to the huge number of heterogeneous network elements interacting and working under iot based information systems, there is an enormous need for resource management for the smooth running of iot operations.

πŸ“Š Software Project Management (SPM)
Q. Managing of resources can be done by implementing
  • (A) protocols
  • (B) algorithms
  • (C) networks
  • (D) protocols and algorithms
πŸ’¬ Discuss
βœ… Correct Answer: (D) protocols and algorithms

Explanation: managing of resources by implementing protocols, algorithms or techniques is required to enhance the scalability, reliability and stability in the operations of iot across different domains of technology.

Jump to